source: trunk/abcl/src/org

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15619   4 months Mark Evenson Interning even new keywords when specified in the form …
(edit) @15616   4 months Mark Evenson Fix ASTORE, ILOAD, ISTORE, ILOAD, and LSTORE for wide access
(edit) @15610   4 months Mark Evenson Fix virtual threading interfaces Native threads are now the default, …
(edit) @15609   4 months Mark Evenson Fix inspection of LispThread? stack segement
(edit) @15605   4 months Mark Evenson Added the possibility to specify array types in jnew-runtime-class …
(edit) @15604   4 months Mark Evenson Made calling superclass constructors in jnew-runtime-class work
(edit) @15597   4 months Mark Evenson Fix class annotations on JDK17 and newer JDK 17 Removed some obsolete …
(edit) @15596   4 months Mark Evenson - Fixes the issue with the compile & loading of Fricas0 system (Github …
(edit) @15594   4 months Mark Evenson Update to asdf-3.3.6
(edit) @15593   4 months Mark Evenson Build as abcl-1.9.1-dev
(edit) @15591   4 months Mark Evenson abcl-1.9.0: rc-5 metadata "Complete" metadata for abcl-1.9.0 From …
(edit) @15587   10 months Mark Evenson Pathname directory wasn't handling . or .. in certain cases
(edit) @15585   10 months Mark Evenson See https://github.com/armedbear/abcl/issues/465
(edit) @15584   10 months Mark Evenson This commit makes interrupt-thread react quickly. What happens on …
(edit) @15583   10 months Mark Evenson Emit compiler diagnostics when falling back to interpreted form
(edit) @15582   10 months Mark Evenson Fix internal compiler diagnostic macro to actually work Replace …
(edit) @15581   10 months Mark Evenson whitespace: normalize to SLIME conventions
(edit) @15580   10 months Mark Evenson Compiler falls back to interpreted forms greater than 65535 bytes …
(edit) @15579   10 months Mark Evenson Edit docstrings around disassembler machinery
(edit) @15578   10 months Mark Evenson Fix DISASSEMBLE in some situations by falling back to funcall …
(edit) @15570   12 months Mark Evenson Start out with the actual Class in print-object on java:java-object …
(edit) @15569   12 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
(edit) @15566   13 months Mark Evenson Untabify
(edit) @15565   13 months Mark Evenson Whitespace justification
(edit) @15564   13 months Mark Evenson Remove inadvertent references to SIMPLE-PROGRAM-ERROR Unlike SBCL or …
(edit) @15563   13 months Mark Evenson Untabify
(edit) @15562   13 months Mark Evenson Undefined function restart Add a restart when undefined function are …
(edit) @15561   13 months Mark Evenson Clarify argument limits somewhat Addresses …
(edit) @15560   13 months Mark Evenson Support for catch tags in slime
(edit) @15559   13 months Mark Evenson Record source location for slot readers and writers
(edit) @15554   13 months Mark Evenson Record environments in interpreted code Provide API from …
(edit) @15552   13 months Mark Evenson Support for accessing lexical environments for interpreted code
(edit) @15549   14 months Mark Evenson Fix (coerce 'documentation 'function) issue
(edit) @15548   14 months Mark Evenson Proposal to fix Github issue #177 - Filled slots 'operation' and …
(edit) @15546   14 months Mark Evenson Upgrade to asdf-3.3.5.7
(edit) @15545   14 months Mark Evenson Fix to Github issue #404 - Updated fill pointer when an array is …
(edit) @15544   16 months Mark Evenson Use PUSHNEW for *FEATURES* @phoe suggested …
(edit) @15543   16 months Mark Evenson Place :extensible-sequences in *features* Addresses …
(edit) @15542   16 months Mark Evenson Fix for Github issue #408 - If a symbol is found accessible now is …
(edit) @15541   16 months Mark Evenson - Proposal to fix https://github.com/armedbear/abcl/issues/407 to …
(edit) @15523   18 months Mark Evenson Correct ENCODE-UNIVERSAL-TIME for dates after 2037 The code removed …
(edit) @15521   18 months Mark Evenson Use java.lang.Integer.valueOf() rather than constructor Removes …
(edit) @15519   18 months Mark Evenson Fix and standardize all error reader functions Fixes #388, replaces …
(edit) @15516   19 months Mark Evenson asdf: mark version as asdf-3.3.5.0.3
(edit) @15515   19 months Mark Evenson Fix loading asdf definition from jar files under Windows
(edit) @15514   19 months Mark Evenson imported patch revert-to-asdf-3.3.5.patch
(edit) @15513   20 months Mark Evenson Proposal fix to https://abcl.org/trac/ticket/485
(edit) @15511   20 months Mark Evenson Support variadic arguments with more required parameters (Phil Eaton) …
(edit) @15506   21 months Mark Evenson asdf-3.3.5.0.1: fix loading asdf systems from jars Under ABCL, when …
(edit) @15505   21 months Mark Evenson Update to asdf-3.3.5
(edit) @15504   23 months Mark Evenson Allow JAVA:JCLASS to work for non-primitive arrays suffixed with "[]" …
(edit) @15503   23 months Mark Evenson abcl-aio: fix finding ABCL-CONTRIB Probably broken since the revision …
(edit) @15501   2 years Mark Evenson Uppercase arch before pushing it to *features*
(edit) @15500   2 years Mark Evenson Fix printing of RANDOM-STATE. Not a particularly nice byte vector …
(edit) @15499   2 years Mark Evenson [mq]: loom-comment-1.patch
(edit) @15498   2 years Mark Evenson Untabify previous commit New Emacs instance: missed adding …
(edit) @15497   2 years Mark Evenson Enusure that *FEATURES* contains an integer :JAVA-<n> value With …
(edit) @15496   2 years Mark Evenson Support use of Project Loom virtual threads Thanks to …
(edit) @15494   2 years Mark Evenson For zip archive from streams use modified date of byte source
(edit) @15493   2 years Mark Evenson The JAR-PATHNAME objects in the cache have :NEWEST version Since by …
(edit) @15492   2 years Mark Evenson Address inconsistency between populating entries in JAR-PATHNAME A …
(edit) @15491   2 years Mark Evenson Fix ZipCache? to use the file system modification date TODO: Check …
(edit) @15490   2 years Mark Evenson Implement EXT:AS-JAR-PATHNAME-ARCHIVE AS-JAR-PATHNAME-ARCHIVE returns …
(edit) @15489   2 years Mark Evenson DISABLE-ZIP-CACHE isn't currently working Given the overhaul of the …
(edit) @15488   2 years Mark Evenson asdf: fix PARSE-UNIX-NAMESTRING in presence of JAR-PATHNAME device …
(edit) @15486   2 years Mark Evenson Fix SYS:PROCESS-PID with SYS:RUN-PROGRAM (reported by Eric Timmons) …
(edit) @15484   2 years Mark Evenson Actually use COMPILE-FILE-PATHNAME in COMPILE-FILE (Robert Munyer) …
(edit) @15483   2 years Mark Evenson Fix compiling/loading using packages which don't USE :CL Explicitly …
(edit) @15481   2 years Mark Evenson arrays: fix fail to reset position after relative access The position …
(edit) @15480   2 years Mark Evenson New algorithim for COMPILE-FILE-PATHNAME (Robert Munyer) Fixes "Wrong …
(edit) @15478   2 years Mark Evenson Fix adjusting non-simple (unsigned-byte 8) vectors This bug was …
(edit) @15476   2 years Mark Evenson meta: trunk now builds 1.8.1-dev artifacts
(edit) @15464   2 years Mark Evenson abcl 1.8.0 metadata rc14 TODO manual needs much description about …
(edit) @15461   2 years Mark Evenson Fix getting the stream from recursive jar entries
(edit) @15460   2 years Mark Evenson Address points in review from @rec …
(edit) @15459   2 years Mark Evenson Tidy call-next-method flets with macrology
(edit) @15458   2 years Mark Evenson Guard against null reference when determing *LOAD-TRUENAME*
(edit) @15457   2 years Mark Evenson Allows SLIME to load under Windows Be rigourous about when allowing …
(edit) @15456   2 years Mark Evenson URL-PATHNAME under windows with device has null authority Following …
(edit) @15455   2 years Mark Evenson Fix logic for binding *LOAD-TRUENAME* LOAD from stream creates …
(edit) @15454   2 years Mark Evenson Call by reference review and cleanup
(edit) @15452   2 years Mark Evenson Construct the keys for ZipCache? entries without namestrings
(edit) @15451   2 years Mark Evenson Truename JAR-PATHNAME creates root jars with type URL-PATHNAME
(edit) @15450   2 years Mark Evenson Fix determining local file for explicit 'file' scheme
(edit) @15449   2 years Mark Evenson MAKE-PATHNAME normalizes types of device component
(edit) @15448   2 years Mark Evenson Fix ANSI TEST DIRECTORY.8 Static methods need to explicitly check …
(edit) @15447   2 years Mark Evenson SYS:MAKE-FILE-STREAM doesn't need a namestring Manipulation of …
(edit) @15446   2 years Mark Evenson Create JAR-PATHNAME from strings with correct type
(edit) @15445   2 years Mark Evenson Use getFile() in Pathname TRUENAME resolution
(edit) @15444   2 years Mark Evenson Express FILE-DIRECTORY-P in terms of PROBE-DIRECTORY
(edit) @15443   2 years Mark Evenson Fix jar-pathname truename resolution for root jar
(edit) @15442   2 years Mark Evenson MERGE-PATHNAMES downcasts to URLPathname result when appropiate
(edit) @15441   2 years Mark Evenson Able to load from directories with whitespace
(edit) @15440   2 years Mark Evenson Making introspecting the classpath less verbose
(edit) @15439   2 years Mark Evenson Teach our classloader about URLPathname objects
(edit) @15436   2 years Mark Evenson Add some docstrings
(edit) @15435   2 years Mark Evenson Initial implementation of accessing recursive entries in local jars …
(edit) @15427   2 years Mark Evenson Always define CALL-NEXT-METHOD and NEXT-METHOD-P as local functions …
(edit) @15425   2 years Mark Evenson Create and use constructor for ZipCache?.ArchiveStream?
(edit) @15424   2 years Mark Evenson MAKE-PATHNAME constructs URL-PATHNAME with proper type
Note: See TracRevisionLog for help on using the revision log.