source: trunk/abcl/src/org/armedbear/lisp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15780   13 days Mark Evenson Correctly signal error for incorrect MAKE-PATHNAME TYPE
(edit) @15779   3 months Mark Evenson Add support for gray:stream-file-string-length
(edit) @15778   3 months Mark Evenson Add support for _setFilePosition in Gray streams
(edit) @15777   3 months Mark Evenson Add support for _clearInput in Gray streams
(edit) @15776   3 months Mark Evenson Add Gray support for stream-external-format
(edit) @15774   3 months Mark Evenson asdf: update to asdf-3.3.7
(edit) @15773   3 months Mark Evenson Add type checks to default methods to prevent recursion
(edit) @15771   4 months Mark Evenson Add override for getPathname
(edit) @15770   4 months Mark Evenson Have coerceToPathname use Gray stream PATHNAME generic
(edit) @15766   4 months Mark Evenson Add SETF for STREAM-ELEMENT-TYPE
(edit) @15765   4 months Mark Evenson Add generic versions of PATHNAME and TRUENAME
(edit) @15764   4 months Mark Evenson Use STREAMP to determine Gray stream API availability
(edit) @15763   4 months Mark Evenson JAVA package docstring and export adjustment
(edit) @15762   4 months Mark Evenson Be more efficient when the stepper instrumentation is not active Use …
(edit) @15761   4 months Mark Evenson Differentiate STORAGE-CONDITION causes A STORAGE-CONDITION may be …
(edit) @15759   4 months Mark Evenson Always return second value in gray-read-line
(edit) @15758   5 months Mark Evenson gray-streams: normalize isCharacterStream() invocation
(edit) @15757   5 months Mark Evenson gray-streams: use generic function directly in proxy
(edit) @15756   5 months Mark Evenson Fix GRAY-STEAM:STREAM-ELEMENT-TYPE Allows ASDF load to work again.
(edit) @15755   5 months Mark Evenson Fix call to find-method
(edit) @15754   5 months Mark Evenson Stream.is{Input,Output}Stream works for all cases
(edit) @15753   5 months Mark Evenson Find most specialized method, defaulting GRAY-STREAM if none
(edit) @15752   5 months Mark Evenson Add autoloads for missing GrayStream? functions Every Java-side …
(edit) @15751   5 months Mark Evenson Lisp.checkStream() coercion works for GRAY-STREAM subclasses
(edit) @15749   5 months Mark Evenson Add support for Gray stream implementation of interactive-stream-p …
(edit) @15748   5 months Mark Evenson Add gray-streams:stream-line-length extension
(edit) @15747   5 months Mark Evenson Fix some Gray stream default methods
(edit) @15745   5 months Mark Evenson Add gray-streams:stream-file-length support
(edit) @15743   5 months Mark Evenson Fix CLOS change propagation for all subclasses c.f. …
(edit) @15741   5 months Mark Evenson - fix for issue on update-instance-for-redefined-class generic …
(edit) @15740   6 months Mark Evenson - fix for the issue on not propagating correctly the initargs
(edit) @15736   8 months Mark Evenson - fix: only accepting now '#1#, #1#, and so on ... literals - added …
(edit) @15735   8 months Mark Evenson Fix to issue when compiling literal quoted forms that share …
(edit) @15734   8 months Mark Evenson Implement vector-to-vector REPLACE as a primitive
(edit) @15732   8 months Mark Evenson Implement UPGRADED-ARRAY-ELEMENT-TYPE for non-specialized byte types …
(edit) @15731   8 months Mark Evenson Signal error for malformed #b/#o/#x/#r reader macros Without this, …
(edit) @15730   8 months Mark Evenson Fix MAPC/MAPCAR for circular lists (Alan Ruttenberg) …
(edit) @15729   9 months Mark Evenson Implement MOP compound type specializer Thanks to the report by …
(edit) @15727   9 months Mark Evenson Fix for SUBTYPEP on selected types Even though as @alejandrozf points …
(edit) @15724   10 months Mark Evenson add Lisp.java_error() convenience
(edit) @15723   10 months Mark Evenson doc: note JAVA:JFIELD and JAVA:JFIELD-RAW only work on public access
(edit) @15722   10 months Mark Evenson 1.9.3: update build metadata to 1.9.3-dev
(edit) @15714   10 months Mark Evenson 1.9.2: release metadata
(edit) @15711   10 months Mark Evenson clos: restore some of the speed of the generic function cache …
(edit) @15709   10 months Mark Evenson Working stepper for ABCL as a contrib! Some characteristics: - For …
(edit) @15708   11 months Mark Evenson clos: fix typo in early ADD-DIRECT-SUBCLASS declamation
(edit) @15707   11 months Mark Evenson Gray Streams now work much better Implemented Java-side proxy in …
(edit) @15706   11 months Mark Evenson Properly get synonym stream for standard output
(edit) @15705   11 months Mark Evenson Rename and make public SYS:LOAD-SYSTEM-FILE implementation
(edit) @15704   11 months Mark Evenson Java functionality to load a symbol function from Lisp system file
(edit) @15703   11 months Mark Evenson Fix FORMAT for SYNONYM-STREAM of a Gray Stream
(edit) @15702   11 months Mark Evenson Fix SYS:OUT-SYNONYM-OF for Gray streams
(edit) @15701   11 months Mark Evenson Use type hierarchy to determine if a stream is ANSI
(edit) @15699   11 months Mark Evenson Fix gray-stream-element-type missing for binary streams (Uthar) …
(edit) @15692   11 months Mark Evenson Create a proxy Stream class for CLOS streams Attempts to address …
(edit) @15689   12 months Mark Evenson Return 0 with appropriate inexactness from log A previous commit …
(edit) @15688   13 months Mark Evenson Make (log x 0) return 0 (as per the spec) The spec says that "If …
(edit) @15684   13 months Mark Evenson ABCL-CONTRIB removed use of ASDF:*CENTRAL-REGISTRY*
(edit) @15683   13 months Mark Evenson EXTENSION:REGISTER-ASDF adds directory to asdf registry
(edit) @15682   13 months Mark Evenson SYSTEM:ZIP works with source in jar files
(edit) @15681   13 months Mark Evenson JAR-PATHNAME implements getFile() This may not be that useful, as the …
(edit) @15680   13 months Mark Evenson PATHNAME attempt use java.net.URI routines for getFile()
(edit) @15674   14 months Mark Evenson Augment JAVA:JNEW-RUNTIME-CLASS docstring (Uthar) Via …
(edit) @15670   14 months Mark Evenson 1.9.2-dev: change metadata back to development for 1.9.2
(edit) @15664   14 months Mark Evenson 1.9.1: metadata for rc-0
(edit) @15652   14 months Mark Evenson Avoid NIL in simple LOOP from FORMAT directives (Tarn W. Burton) …
(edit) @15645   14 months Mark Evenson Further necessary triage for SYS:RUN-PROGRAM Followup to …
(edit) @15644   14 months Mark Evenson Fix to compilation of some specific test-forms, see Github issue #500
(edit) @15643   14 months Mark Evenson Fix SYS:RUN-PROGRAM waiting for exit (oldk1331) Addresses …
(edit) @15640   14 months Mark Evenson Use ATOMIC-DEFGENERIC for MOP:SPECIALIZER discrimination The …
(edit) @15639   14 months Mark Evenson DEFMETHOD accepts the subtype of MOP:SPECIALIZER as a specializer …
(edit) @15636   14 months Mark Evenson java: provide api for getting and setting classloader The …
(edit) @15635   14 months Mark Evenson THREADS:GET-JAVA-THREAD returns underlying Java thread …
(edit) @15634   14 months Mark Evenson doc: take a stab at explaining THREAD-FUNCTION-WRAPPER
(edit) @15630   15 months Mark Evenson compiler: fix top-level lambda in function position Addresses …
(edit) @15628   15 months Mark Evenson Fix COMPILE-FILE-PATHNAME for Maxima Fixes …
(edit) @15619   16 months Mark Evenson Interning even new keywords when specified in the form …
(edit) @15616   16 months Mark Evenson Fix ASTORE, ILOAD, ISTORE, ILOAD, and LSTORE for wide access
(edit) @15610   17 months Mark Evenson Fix virtual threading interfaces Native threads are now the default, …
(edit) @15609   17 months Mark Evenson Fix inspection of LispThread? stack segement
(edit) @15605   17 months Mark Evenson Added the possibility to specify array types in jnew-runtime-class …
(edit) @15604   17 months Mark Evenson Made calling superclass constructors in jnew-runtime-class work
(edit) @15597   17 months Mark Evenson Fix class annotations on JDK17 and newer JDK 17 Removed some obsolete …
(edit) @15596   17 months Mark Evenson - Fixes the issue with the compile & loading of Fricas0 system (Github …
(edit) @15594   17 months Mark Evenson Update to asdf-3.3.6
(edit) @15593   17 months Mark Evenson Build as abcl-1.9.1-dev
(edit) @15591   17 months Mark Evenson abcl-1.9.0: rc-5 metadata "Complete" metadata for abcl-1.9.0 From …
(edit) @15587   2 years Mark Evenson Pathname directory wasn't handling . or .. in certain cases
(edit) @15585   2 years Mark Evenson See https://github.com/armedbear/abcl/issues/465
(edit) @15584   2 years Mark Evenson This commit makes interrupt-thread react quickly. What happens on …
(edit) @15583   2 years Mark Evenson Emit compiler diagnostics when falling back to interpreted form
(edit) @15582   2 years Mark Evenson Fix internal compiler diagnostic macro to actually work Replace …
(edit) @15581   2 years Mark Evenson whitespace: normalize to SLIME conventions
(edit) @15580   2 years Mark Evenson Compiler falls back to interpreted forms greater than 65535 bytes …
(edit) @15579   2 years Mark Evenson Edit docstrings around disassembler machinery
(edit) @15578   2 years Mark Evenson Fix DISASSEMBLE in some situations by falling back to funcall …
(edit) @15570   2 years Mark Evenson Start out with the actual Class in print-object on java:java-object …
(edit) @15569   2 years Mark Evenson Untabify en masse Results of running style.org source blocks on tree
(edit) @15566   2 years Mark Evenson Untabify
(edit) @15565   2 years Mark Evenson Whitespace justification
Note: See TracRevisionLog for help on using the revision log.