source: trunk/abcl/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15724   22 months Mark Evenson add Lisp.java_error() convenience
(edit) @15723   22 months Mark Evenson doc: note JAVA:JFIELD and JAVA:JFIELD-RAW only work on public access
(edit) @15722   22 months Mark Evenson 1.9.3: update build metadata to 1.9.3-dev
(edit) @15714   22 months Mark Evenson 1.9.2: release metadata
(edit) @15711   22 months Mark Evenson clos: restore some of the speed of the generic function cache …
(edit) @15709   22 months Mark Evenson Working stepper for ABCL as a contrib! Some characteristics: - For …
(edit) @15708   22 months Mark Evenson clos: fix typo in early ADD-DIRECT-SUBCLASS declamation
(edit) @15707   22 months Mark Evenson Gray Streams now work much better Implemented Java-side proxy in …
(edit) @15706   22 months Mark Evenson Properly get synonym stream for standard output
(edit) @15705   22 months Mark Evenson Rename and make public SYS:LOAD-SYSTEM-FILE implementation
(edit) @15704   22 months Mark Evenson Java functionality to load a symbol function from Lisp system file
(edit) @15703   22 months Mark Evenson Fix FORMAT for SYNONYM-STREAM of a Gray Stream
(edit) @15702   22 months Mark Evenson Fix SYS:OUT-SYNONYM-OF for Gray streams
(edit) @15701   22 months Mark Evenson Use type hierarchy to determine if a stream is ANSI
(edit) @15699   23 months Mark Evenson Fix gray-stream-element-type missing for binary streams (Uthar) …
(edit) @15692   2 years Mark Evenson Create a proxy Stream class for CLOS streams Attempts to address …
(edit) @15689   2 years Mark Evenson Return 0 with appropriate inexactness from log A previous commit …
(edit) @15688   2 years Mark Evenson Make (log x 0) return 0 (as per the spec) The spec says that "If …
(edit) @15684   2 years Mark Evenson ABCL-CONTRIB removed use of ASDF:*CENTRAL-REGISTRY*
(edit) @15683   2 years Mark Evenson EXTENSION:REGISTER-ASDF adds directory to asdf registry
(edit) @15682   2 years Mark Evenson SYSTEM:ZIP works with source in jar files
(edit) @15681   2 years Mark Evenson JAR-PATHNAME implements getFile() This may not be that useful, as the …
(edit) @15680   2 years Mark Evenson PATHNAME attempt use java.net.URI routines for getFile()
(edit) @15674   2 years Mark Evenson Augment JAVA:JNEW-RUNTIME-CLASS docstring (Uthar) Via …
(edit) @15670   2 years Mark Evenson 1.9.2-dev: change metadata back to development for 1.9.2
(edit) @15664   2 years Mark Evenson 1.9.1: metadata for rc-0
(edit) @15652   2 years Mark Evenson Avoid NIL in simple LOOP from FORMAT directives (Tarn W. Burton) …
(edit) @15645   2 years Mark Evenson Further necessary triage for SYS:RUN-PROGRAM Followup to …
(edit) @15644   2 years Mark Evenson Fix to compilation of some specific test-forms, see Github issue #500
(edit) @15643   2 years Mark Evenson Fix SYS:RUN-PROGRAM waiting for exit (oldk1331) Addresses …
(edit) @15640   2 years Mark Evenson Use ATOMIC-DEFGENERIC for MOP:SPECIALIZER discrimination The …
(edit) @15639   2 years Mark Evenson DEFMETHOD accepts the subtype of MOP:SPECIALIZER as a specializer …
(edit) @15636   2 years Mark Evenson java: provide api for getting and setting classloader The …
(edit) @15635   2 years Mark Evenson THREADS:GET-JAVA-THREAD returns underlying Java thread …
(edit) @15634   2 years Mark Evenson doc: take a stab at explaining THREAD-FUNCTION-WRAPPER
(edit) @15630   2 years Mark Evenson compiler: fix top-level lambda in function position Addresses …
(edit) @15628   2 years Mark Evenson Fix COMPILE-FILE-PATHNAME for Maxima Fixes …
(edit) @15619   2 years Mark Evenson Interning even new keywords when specified in the form …
(edit) @15616   2 years Mark Evenson Fix ASTORE, ILOAD, ISTORE, ILOAD, and LSTORE for wide access
(edit) @15610   2 years Mark Evenson Fix virtual threading interfaces Native threads are now the default, …
(edit) @15609   2 years Mark Evenson Fix inspection of LispThread? stack segement
(edit) @15605   2 years Mark Evenson Added the possibility to specify array types in jnew-runtime-class …
(edit) @15604   2 years Mark Evenson Made calling superclass constructors in jnew-runtime-class work
(edit) @15597   2 years Mark Evenson Fix class annotations on JDK17 and newer JDK 17 Removed some obsolete …
(edit) @15596   2 years Mark Evenson - Fixes the issue with the compile & loading of Fricas0 system (Github …
(edit) @15594   2 years Mark Evenson Update to asdf-3.3.6
(edit) @15593   2 years Mark Evenson Build as abcl-1.9.1-dev
(edit) @15591   2 years Mark Evenson abcl-1.9.0: rc-5 metadata "Complete" metadata for abcl-1.9.0 From …
(edit) @15587   3 years Mark Evenson Pathname directory wasn't handling . or .. in certain cases
(edit) @15585   3 years Mark Evenson See https://github.com/armedbear/abcl/issues/465
(edit) @15584   3 years Mark Evenson This commit makes interrupt-thread react quickly. What happens on …
(edit) @15583   3 years Mark Evenson Emit compiler diagnostics when falling back to interpreted form
(edit) @15582   3 years Mark Evenson Fix internal compiler diagnostic macro to actually work Replace …
(edit) @15581   3 years Mark Evenson whitespace: normalize to SLIME conventions
(edit) @15580   3 years Mark Evenson Compiler falls back to interpreted forms greater than 65535 bytes …
(edit) @15579   3 years Mark Evenson Edit docstrings around disassembler machinery
(edit) @15578   3 years Mark Evenson Fix DISASSEMBLE in some situations by falling back to funcall …
(edit) @15570   3 years Mark Evenson Start out with the actual Class in print-object on java:java-object …
(edit) @15569   3 years Mark Evenson Untabify en masse Results of running style.org source blocks on tree
(edit) @15566   3 years Mark Evenson Untabify
(edit) @15565   3 years Mark Evenson Whitespace justification
(edit) @15564   3 years Mark Evenson Remove inadvertent references to SIMPLE-PROGRAM-ERROR Unlike SBCL or …
(edit) @15563   3 years Mark Evenson Untabify
(edit) @15562   3 years Mark Evenson Undefined function restart Add a restart when undefined function are …
(edit) @15561   3 years Mark Evenson Clarify argument limits somewhat Addresses …
(edit) @15560   3 years Mark Evenson Support for catch tags in slime
(edit) @15559   3 years Mark Evenson Record source location for slot readers and writers
(edit) @15554   3 years Mark Evenson Record environments in interpreted code Provide API from …
(edit) @15552   3 years Mark Evenson Support for accessing lexical environments for interpreted code
(edit) @15549   3 years Mark Evenson Fix (coerce 'documentation 'function) issue
(edit) @15548   3 years Mark Evenson Proposal to fix Github issue #177 - Filled slots 'operation' and …
(edit) @15546   3 years Mark Evenson Upgrade to asdf-3.3.5.7
(edit) @15545   3 years Mark Evenson Fix to Github issue #404 - Updated fill pointer when an array is …
(edit) @15544   3 years Mark Evenson Use PUSHNEW for *FEATURES* @phoe suggested …
(edit) @15543   3 years Mark Evenson Place :extensible-sequences in *features* Addresses …
(edit) @15542   3 years Mark Evenson Fix for Github issue #408 - If a symbol is found accessible now is …
(edit) @15541   3 years Mark Evenson - Proposal to fix https://github.com/armedbear/abcl/issues/407 to …
(edit) @15523   3 years Mark Evenson Correct ENCODE-UNIVERSAL-TIME for dates after 2037 The code removed …
(edit) @15521   4 years Mark Evenson Use java.lang.Integer.valueOf() rather than constructor Removes …
(edit) @15519   4 years Mark Evenson Fix and standardize all error reader functions Fixes #388, replaces …
(edit) @15516   4 years Mark Evenson asdf: mark version as asdf-3.3.5.0.3
(edit) @15515   4 years Mark Evenson Fix loading asdf definition from jar files under Windows
(edit) @15514   4 years Mark Evenson imported patch revert-to-asdf-3.3.5.patch
(edit) @15513   4 years Mark Evenson Proposal fix to https://abcl.org/trac/ticket/485
(edit) @15511   4 years Mark Evenson Support variadic arguments with more required parameters (Phil Eaton) …
(edit) @15506   4 years Mark Evenson asdf-3.3.5.0.1: fix loading asdf systems from jars Under ABCL, when …
(edit) @15505   4 years Mark Evenson Update to asdf-3.3.5
(edit) @15504   4 years Mark Evenson Allow JAVA:JCLASS to work for non-primitive arrays suffixed with "[]" …
(edit) @15503   4 years Mark Evenson abcl-aio: fix finding ABCL-CONTRIB Probably broken since the revision …
(edit) @15501   4 years Mark Evenson Uppercase arch before pushing it to *features*
(edit) @15500   4 years Mark Evenson Fix printing of RANDOM-STATE. Not a particularly nice byte vector …
(edit) @15499   4 years Mark Evenson [mq]: loom-comment-1.patch
(edit) @15498   4 years Mark Evenson Untabify previous commit New Emacs instance: missed adding …
(edit) @15497   4 years Mark Evenson Enusure that *FEATURES* contains an integer :JAVA-<n> value With …
(edit) @15496   4 years Mark Evenson Support use of Project Loom virtual threads Thanks to …
(edit) @15494   4 years Mark Evenson For zip archive from streams use modified date of byte source
(edit) @15493   4 years Mark Evenson The JAR-PATHNAME objects in the cache have :NEWEST version Since by …
(edit) @15492   4 years Mark Evenson Address inconsistency between populating entries in JAR-PATHNAME A …
(edit) @15491   4 years Mark Evenson Fix ZipCache? to use the file system modification date TODO: Check …
(edit) @15490   4 years Mark Evenson Implement EXT:AS-JAR-PATHNAME-ARCHIVE AS-JAR-PATHNAME-ARCHIVE returns …
Note: See TracRevisionLog for help on using the revision log.