source: trunk/abcl/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @15489   4 years Mark Evenson DISABLE-ZIP-CACHE isn't currently working Given the overhaul of the …
(edit) @15488   4 years Mark Evenson asdf: fix PARSE-UNIX-NAMESTRING in presence of JAR-PATHNAME device …
(edit) @15486   4 years Mark Evenson Fix SYS:PROCESS-PID with SYS:RUN-PROGRAM (reported by Eric Timmons) …
(edit) @15484   4 years Mark Evenson Actually use COMPILE-FILE-PATHNAME in COMPILE-FILE (Robert Munyer) …
(edit) @15483   4 years Mark Evenson Fix compiling/loading using packages which don't USE :CL Explicitly …
(edit) @15481   4 years Mark Evenson arrays: fix fail to reset position after relative access The position …
(edit) @15480   4 years Mark Evenson New algorithim for COMPILE-FILE-PATHNAME (Robert Munyer) Fixes "Wrong …
(edit) @15478   4 years Mark Evenson Fix adjusting non-simple (unsigned-byte 8) vectors This bug was …
(edit) @15476   4 years Mark Evenson meta: trunk now builds 1.8.1-dev artifacts
(edit) @15464   4 years Mark Evenson abcl 1.8.0 metadata rc14 TODO manual needs much description about …
(edit) @15461   4 years Mark Evenson Fix getting the stream from recursive jar entries
(edit) @15460   4 years Mark Evenson Address points in review from @rec …
(edit) @15459   4 years Mark Evenson Tidy call-next-method flets with macrology
(edit) @15458   4 years Mark Evenson Guard against null reference when determing *LOAD-TRUENAME*
(edit) @15457   4 years Mark Evenson Allows SLIME to load under Windows Be rigourous about when allowing …
(edit) @15456   4 years Mark Evenson URL-PATHNAME under windows with device has null authority Following …
(edit) @15455   4 years Mark Evenson Fix logic for binding *LOAD-TRUENAME* LOAD from stream creates …
(edit) @15454   4 years Mark Evenson Call by reference review and cleanup
(edit) @15452   4 years Mark Evenson Construct the keys for ZipCache? entries without namestrings
(edit) @15451   4 years Mark Evenson Truename JAR-PATHNAME creates root jars with type URL-PATHNAME
(edit) @15450   4 years Mark Evenson Fix determining local file for explicit 'file' scheme
(edit) @15449   4 years Mark Evenson MAKE-PATHNAME normalizes types of device component
(edit) @15448   4 years Mark Evenson Fix ANSI TEST DIRECTORY.8 Static methods need to explicitly check …
(edit) @15447   4 years Mark Evenson SYS:MAKE-FILE-STREAM doesn't need a namestring Manipulation of …
(edit) @15446   4 years Mark Evenson Create JAR-PATHNAME from strings with correct type
(edit) @15445   4 years Mark Evenson Use getFile() in Pathname TRUENAME resolution
(edit) @15444   4 years Mark Evenson Express FILE-DIRECTORY-P in terms of PROBE-DIRECTORY
(edit) @15443   4 years Mark Evenson Fix jar-pathname truename resolution for root jar
(edit) @15442   4 years Mark Evenson MERGE-PATHNAMES downcasts to URLPathname result when appropiate
(edit) @15441   4 years Mark Evenson Able to load from directories with whitespace
(edit) @15440   4 years Mark Evenson Making introspecting the classpath less verbose
(edit) @15439   4 years Mark Evenson Teach our classloader about URLPathname objects
(edit) @15436   4 years Mark Evenson Add some docstrings
(edit) @15435   4 years Mark Evenson Initial implementation of accessing recursive entries in local jars …
(edit) @15427   4 years Mark Evenson Always define CALL-NEXT-METHOD and NEXT-METHOD-P as local functions …
(edit) @15425   4 years Mark Evenson Create and use constructor for ZipCache?.ArchiveStream?
(edit) @15424   4 years Mark Evenson MAKE-PATHNAME constructs URL-PATHNAME with proper type
(edit) @15423   4 years Mark Evenson Use call to JAR_PREFIX length for clarity
(edit) @15422   4 years Mark Evenson pathname: remove references to %invalidate-namestring
(edit) @15421   4 years Mark Evenson Explicitly scope java.lang.Thread.yield() invocation Apparently …
(edit) @15414   5 years Mark Evenson pathname: change parsing of type Change the algorithim for …
(edit) @15413   5 years Mark Evenson pathname: actually perform deep copy of host Fix MAKE-PATHNAME …
(edit) @15412   5 years Mark Evenson pathname: further cleanup to use of copyFrom()
(edit) @15411   5 years Mark Evenson FILE-DELETE for pathnames for ZipCache? items now works Construct from …
(edit) @15410   5 years Mark Evenson pathname: don't always convert to namestrings
(edit) @15409   5 years Mark Evenson pathname: various fixed in order to work Windows Don't use #P reader …
(edit) @15408   5 years Mark Evenson Refactor pathname java hierarchy to reflect lisp hierarchy …
(edit) @15406   5 years Mark Evenson Able to OPEN, PROBE-FILE, and LOAD contents of nested jar …
(edit) @15405   5 years Mark Evenson INCOMPLETE Implement Zip from InputStream? access …
(edit) @15404   5 years Mark Evenson Remove unused methods, extraneous comments
(edit) @15403   5 years Mark Evenson Our namestrings should always contain forward-slash delimited …
(edit) @15402   5 years Mark Evenson Modernize Cons references
(edit) @15401   5 years Mark Evenson Use PathnameURL namespace for URL things Remove Pathname.jarSeparator …
(edit) @15400   5 years Mark Evenson pathname: carefully refactor finishing(?) touches Return NIL as …
(edit) @15398   5 years Mark Evenson Fixes for working under Windows 10 Remove intermediate compiler …
(edit) @15397   5 years Mark Evenson Expand abstraction of Archive Fix ZipTest? Start working on creating …
(edit) @15396   5 years Mark Evenson Ensure that we behave like previous implementation Seemingly working …
(edit) @15395   5 years Mark Evenson Make Pathname.init() static method Running under Netbeans, but …
(edit) @15394   5 years Mark Evenson Starting to hook jar/uri mechanisms up Failing to roundtrip …
(edit) @15393   5 years Mark Evenson INCOMPLETE Hook up implementation of PathnameJar? and PathnameURL …
(edit) @15392   5 years Mark Evenson Debugging Pathname transition with logical pathnames Added …
(edit) @15391   5 years Mark Evenson pathname: normalize Pathname to new Java conventions 1. use …
(edit) @15389   5 years Mark Evenson Introduce a synonym for the null reference
(edit) @15388   5 years Mark Evenson Ensure that SYS:CHECK-REDEFINITION does not signal error conditions …
(edit) @15387   5 years Mark Evenson Reset file charset decoder before conversion Using FILE-POSITION to …
(edit) @15386   5 years Mark Evenson precompiler: be more careful in optimizing lambda precompilation …
(edit) @15383   5 years Mark Evenson Fixes for allocation of arrays via :nio-buffer Fix capacity …
(edit) @15381   5 years Mark Evenson JNEW-ARRAY-FROM-ARRAY constructs more types of java arrays …
(edit) @15379   5 years Mark Evenson Fix VECTOR-PUSH-EXTEND for (UNSIGNED-BYTE 8) Fixes ANSI test …
(edit) @15378   5 years Mark Evenson Patches and CI changes for running on openjdk15 Use openjdk15 as …
(edit) @15377   5 years Mark Evenson Fix loop destructuring problems (Daniel Kochmański) Cribbed from …
Note: See TracRevisionLog for help on using the revision log.