source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15588   16 months Mark Evenson build: can now use Maven to build The basic assembly of …
(edit) @15587   16 months Mark Evenson Pathname directory wasn't handling . or .. in certain cases
(edit) @15586   16 months Mark Evenson Maven version isn't always in manifest, fall back to …
(edit) @15585   16 months Mark Evenson See https://github.com/armedbear/abcl/issues/465
(edit) @15584   16 months Mark Evenson This commit makes interrupt-thread react quickly. What happens on …
(edit) @15583   16 months Mark Evenson Emit compiler diagnostics when falling back to interpreted form
(edit) @15582   16 months Mark Evenson Fix internal compiler diagnostic macro to actually work Replace …
(edit) @15581   16 months Mark Evenson whitespace: normalize to SLIME conventions
(edit) @15580   16 months Mark Evenson Compiler falls back to interpreted forms greater than 65535 bytes …
(edit) @15579   16 months Mark Evenson Edit docstrings around disassembler machinery
(edit) @15578   16 months Mark Evenson Fix DISASSEMBLE in some situations by falling back to funcall …
(edit) @15576   17 months Mark Evenson getField->getName Must be a change from updated javaparser. No idea …
(edit) @15572   18 months Mark Evenson doc: update non-resolving reference to Rhode's extensible sequences …
(edit) @15571   18 months Mark Evenson Update to javaparser 3.24.2. Fix tests. Fix typo: ignoreable -> …
(edit) @15570   18 months Mark Evenson Start out with the actual Class in print-object on java:java-object …
(edit) @15569   19 months Mark Evenson Untabify en masse Results of running style.org source blocks on tree
(edit) @15568   19 months Mark Evenson tools: start working towards a documentation of code style We wish …
(edit) @15566   19 months Mark Evenson Untabify
(edit) @15565   19 months Mark Evenson Whitespace justification
(edit) @15564   19 months Mark Evenson Remove inadvertent references to SIMPLE-PROGRAM-ERROR Unlike SBCL or …
(edit) @15563   19 months Mark Evenson Untabify
(edit) @15562   19 months Mark Evenson Undefined function restart Add a restart when undefined function are …
(edit) @15561   19 months Mark Evenson Clarify argument limits somewhat Addresses …
(edit) @15560   19 months Mark Evenson Support for catch tags in slime
(edit) @15559   19 months Mark Evenson Record source location for slot readers and writers
(edit) @15558   19 months Mark Evenson abcl-introspect: home symbols in ABCL-INTROSPECT/SYSTEM Name exported …
(edit) @15557   19 months Mark Evenson abcl-introspect: fix and move test into contrib Failing test was …
(edit) @15556   19 months Mark Evenson Update packages.lisp Missing jtypep and jtypecase
(edit) @15555   19 months Mark Evenson Update abcl-introspect.lisp remove line leftover from edit
(edit) @15554   19 months Mark Evenson Record environments in interpreted code Provide API from …
(edit) @15553   19 months Mark Evenson Test for accessing environment locals
(edit) @15552   19 months Mark Evenson Support for accessing lexical environments for interpreted code
(edit) @15551   20 months Mark Evenson abcl-introspect: tighten scope for binidng procyon writer
(edit) @15550   20 months Mark Evenson stringwriter ambiguous. disambiguate (#17) Co-authored-by: Alan …
(edit) @15549   20 months Mark Evenson Fix (coerce 'documentation 'function) issue
(edit) @15548   20 months Mark Evenson Proposal to fix Github issue #177 - Filled slots 'operation' and …
(edit) @15547   20 months Mark Evenson Update asdf-3.3.5.7 metadata
(edit) @15546   20 months Mark Evenson Upgrade to asdf-3.3.5.7
(edit) @15545   20 months Mark Evenson Fix to Github issue #404 - Updated fill pointer when an array is …
(edit) @15544   22 months Mark Evenson Use PUSHNEW for *FEATURES* @phoe suggested …
(edit) @15543   22 months Mark Evenson Place :extensible-sequences in *features* Addresses …
(edit) @15542   22 months Mark Evenson Fix for Github issue #408 - If a symbol is found accessible now is …
(edit) @15541   22 months Mark Evenson - Proposal to fix https://github.com/armedbear/abcl/issues/407 to …
(edit) @15537   2 years Mark Evenson abcl-build: correct deprecated JAVA-COMPILE-FILE
(edit) @15536   2 years Mark Evenson abcl-build: add file unit for top-level targets
(edit) @15535   2 years Mark Evenson abcl-build: implement COPY-DIRECTORIES-RECURSIVELY utility
(edit) @15534   2 years Mark Evenson abcl-build: docstring for exported ENSURE-MAVEN
(edit) @15533   2 years Mark Evenson abcl-build: clean up compile errors
(edit) @15532   2 years Mark Evenson abcl-build: update ant URIs to available versions
(edit) @15531   2 years Mark Evenson ci: reorder the now-passing CL+SSL more immediately after CFFI
(edit) @15530   2 years Mark Evenson Test for WITH-COMPILATION-UNIT and MUFFLE-WARNING restart
(edit) @15529   2 years Mark Evenson Format behavior with ~W directive c.f. …
(edit) @15528   2 years Mark Evenson Test coercing symbol to its generic function c.f. …
(edit) @15527   2 years Mark Evenson jna: update to jna-5.9.0 This version includes the necessary native …
(edit) @15526   2 years Mark Evenson ci: shuffle tests to place completely failing CL+SSL last CL+SSL …
(edit) @15525   2 years Mark Evenson jss: fix instrospecting abcl.jar under openjdk1[67] Start port to …
(edit) @15524   2 years Mark Evenson ci: build with openjdk17 Use the released LTS Java editions for …
(edit) @15523   2 years Mark Evenson Correct ENCODE-UNIVERSAL-TIME for dates after 2037 The code removed …
(edit) @15522   2 years Mark Evenson Update build artifacts for openjdk17
(edit) @15521   2 years Mark Evenson Use java.lang.Integer.valueOf() rather than constructor Removes …
(edit) @15520   2 years Mark Evenson ci: move to Adoptium for openjdk download The CIs now build and test …
(edit) @15519   2 years Mark Evenson Fix and standardize all error reader functions Fixes #388, replaces …
(edit) @15518   2 years Mark Evenson Remove confusing comment in example Seems to have been copied by …
(edit) @15517   2 years Mark Evenson build: correctly refer to ansi-test directory in comments
(edit) @15516   2 years Mark Evenson asdf: mark version as asdf-3.3.5.0.3
(edit) @15515   2 years Mark Evenson Fix loading asdf definition from jar files under Windows
(edit) @15514   2 years Mark Evenson imported patch revert-to-asdf-3.3.5.patch
(edit) @15513   2 years Mark Evenson Proposal fix to https://abcl.org/trac/ticket/485
(edit) @15512   2 years Mark Evenson Test for evaluation of incongruent generic keywords Tests …
(edit) @15511   2 years Mark Evenson Support variadic arguments with more required parameters (Phil Eaton) …
(edit) @15510   2 years Mark Evenson Test for variadic arguments with more required parameters
(edit) @15507   2 years Mark Evenson Update ASDF versioning metadata
(edit) @15506   2 years Mark Evenson asdf-3.3.5.0.1: fix loading asdf systems from jars Under ABCL, when …
(edit) @15505   2 years Mark Evenson Update to asdf-3.3.5
(edit) @15504   2 years Mark Evenson Allow JAVA:JCLASS to work for non-primitive arrays suffixed with "[]" …
(edit) @15503   2 years Mark Evenson abcl-aio: fix finding ABCL-CONTRIB Probably broken since the revision …
(edit) @15502   2 years Mark Evenson build: deprecate use of abcl.implementation.version Use abcl.version …
(edit) @15501   3 years Mark Evenson Uppercase arch before pushing it to *features*
(edit) @15500   3 years Mark Evenson Fix printing of RANDOM-STATE. Not a particularly nice byte vector …
(edit) @15499   3 years Mark Evenson [mq]: loom-comment-1.patch
(edit) @15498   3 years Mark Evenson Untabify previous commit New Emacs instance: missed adding …
(edit) @15497   3 years Mark Evenson Enusure that *FEATURES* contains an integer :JAVA-<n> value With …
(edit) @15496   3 years Mark Evenson Support use of Project Loom virtual threads Thanks to …
(edit) @15495   3 years Mark Evenson build: add configuration targets more openjdks Add support for …
(edit) @15494   3 years Mark Evenson For zip archive from streams use modified date of byte source
(edit) @15493   3 years Mark Evenson The JAR-PATHNAME objects in the cache have :NEWEST version Since by …
(edit) @15492   3 years Mark Evenson Address inconsistency between populating entries in JAR-PATHNAME A …
(edit) @15491   3 years Mark Evenson Fix ZipCache? to use the file system modification date TODO: Check …
(edit) @15490   3 years Mark Evenson Implement EXT:AS-JAR-PATHNAME-ARCHIVE AS-JAR-PATHNAME-ARCHIVE returns …
(edit) @15489   3 years Mark Evenson DISABLE-ZIP-CACHE isn't currently working Given the overhaul of the …
(edit) @15488   3 years Mark Evenson asdf: fix PARSE-UNIX-NAMESTRING in presence of JAR-PATHNAME device …
(edit) @15487   3 years Mark Evenson Test for zip-cache contents TODO: test for more than singly nested …
(edit) @15486   3 years Mark Evenson Fix SYS:PROCESS-PID with SYS:RUN-PROGRAM (reported by Eric Timmons) …
(edit) @15485   3 years Mark Evenson GitHub?/actions (#14) Final version of initial Github Actions workflow
(edit) @15484   3 years Mark Evenson Actually use COMPILE-FILE-PATHNAME in COMPILE-FILE (Robert Munyer) …
(edit) @15483   3 years Mark Evenson Fix compiling/loading using packages which don't USE :CL Explicitly …
(edit) @15482   3 years Mark Evenson Test COMPILE-FILE/LOAD machinery in pathological situations
(edit) @15481   3 years Mark Evenson arrays: fix fail to reset position after relative access The position …
(edit) @15480   3 years Mark Evenson New algorithim for COMPILE-FILE-PATHNAME (Robert Munyer) Fixes "Wrong …
(edit) @15479   3 years Mark Evenson t/abcl-build: update ant test download uri
Note: See TracRevisionLog for help on using the revision log.