source: trunk/abcl/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @15376   5 years Mark Evenson Fix regression in CL:DIRECTORY for wild pathnames We re-enable …
(edit) @15375   5 years Mark Evenson Untabify whitespace
(edit) @15371   5 years Mark Evenson Expand simplified signalling errors from Java
(edit) @15369   5 years Mark Evenson Change CL:DIRECTORY to use CL:PATHNAME-MATCH-P CL:DIRECTORY was only …
(edit) @15368   5 years Mark Evenson Less cryptic warnings for ignored socket write timeout
(edit) @15366   5 years Mark Evenson compiler: emit make-array for top-level specialized vector forms When …
(edit) @15365   5 years Mark Evenson Properly record where a function has been loaded from for disassembly …
(edit) @15363   5 years Mark Evenson Refined serialization of local functions and closures (including …
(edit) @15362   5 years Mark Evenson Refined serialization of local functions and closures (still doesn't …
(edit) @15361   5 years Mark Evenson Serialization of local functions and closures w/ tests (except for …
(edit) @15360   5 years Mark Evenson Serialization of top-level, named functions.
(edit) @15359   5 years Mark Evenson Fix running openjdk11 compilation on openjdk8 Seemingly, the …
(edit) @15358   5 years Mark Evenson Fix SYS:RUN-PROGRAM issues with openjdk11 On non-Windows platforms, …
(edit) @15357   5 years Mark Evenson Re-work strategy for CL:*FEATURES* for hosting JVM Add a keyword …
(edit) @15353   5 years Mark Evenson JCLASS now works on primitive arrays TODO: viewing the contents of …
(edit) @15352   5 years Mark Evenson imported patch byte-vectors-2.patch
(edit) @15351   5 years Mark Evenson Further (INCOMPLETE) work on byte vectors GOAL: completely remove …
(edit) @15350   5 years Mark Evenson Refactor naming for coerce methods
(edit) @15348   5 years Mark Evenson Revert further (INCOMPLETE) work on byte vectors Back out incorrect …
(edit) @15347   5 years Mark Evenson Further (INCOMPLETE) work on byte vectors GOAL: completely remove …
(edit) @15346   5 years Mark Evenson meta: trunk now build 1.7.2-dev artifacts
(edit) @15341   5 years Mark Evenson 1.7.1: metadata for abcl-1.7.1
(edit) @15337   5 years Mark Evenson Fix ELT on vectors specialized on (unsigned-byte 32) Address …
(edit) @15329   5 years Mark Evenson meta: add a TLS network request as fallback for the system
(edit) @15328   5 years Mark Evenson Normalize whitespace by removing tab characters
(edit) @15327   5 years Mark Evenson Restore svref optimizations for SIMPLE-VECTOR sorts Fixes …
(edit) @15326   5 years Mark Evenson Fix sorting vectors of length 0 Addresses …
(edit) @15322   5 years Mark Evenson meta: trunk now builds 1.7.1-dev artifacts
(edit) @15312   5 years Mark Evenson 1.7.0: release metadata
(edit) @15307   5 years Mark Evenson Gently add arguments to the CL:MAKE-ARRAY we want Look ma, no new …
(edit) @15306   5 years Mark Evenson Wire up the overhaul of java.nio.Buffer derived types …
(edit) @15305   5 years Mark Evenson Implementation of overhauled vectors and arrays as java.nio.ByteBuffer?
(edit) @15292   5 years Mark Evenson Further fixes for floating point values DECODE-FLOAT now returns a …
(edit) @15287   5 years Mark Evenson The upper limit for 32 bit values is simply wrong Fix the upper limit …
(edit) @15280   5 years Mark Evenson Make javap the default for CL:DISASSEMBLE Fix system interface for …
(edit) @15273   5 years Mark Evenson meta: mark as building abcl-1.6.2-dev
(edit) @15261   5 years Mark Evenson abcl-1.6.1: update version metadata for release Note CHANGES.
(edit) @15252   5 years Mark Evenson Provide accessor in URL-STREAM for underlying java.io.InputStream?
(edit) @15246   5 years Mark Evenson Merge pull request <https://github.com/armedbear/abcl/pull/150>
(edit) @15242   5 years Mark Evenson jstatic: check narrowing for explicit method reference The arguments …
Note: See TracRevisionLog for help on using the revision log.