source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @15700   22 months Mark Evenson Create POSIX-SYSCALLS contrib to set environment variables Based on …
(edit) @15699   22 months Mark Evenson Fix gray-stream-element-type missing for binary streams (Uthar) …
(edit) @15698   22 months Mark Evenson ci: use openjd20 instead of openjdk19
(edit) @15697   22 months Mark Evenson ci: update openjdk versions Deprecate openjdk19 in favor of openjdk20 …
(edit) @15696   22 months Mark Evenson ci: pin ANSI-TEST version See …
(edit) @15695   23 months Mark Evenson netbeans: modify slime configuration socket to be reusable
(edit) @15694   23 months Mark Evenson ci: fix initialization of abcl-contrib test
(edit) @15693   23 months Mark Evenson asdf-jar: fix test dependencies Use ASDF and QUICKLISP-ABCL to …
(edit) @15692   23 months Mark Evenson Create a proxy Stream class for CLOS streams Attempts to address …
(edit) @15691   23 months Mark Evenson Test for various stream type creation from Gray streams From …
(edit) @15690   2 years Mark Evenson doc: update notes on packaging
(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) @15687   2 years Mark Evenson doc: explain more about use of Netbeans
(edit) @15686   2 years Mark Evenson asdf-jar: extensive grouting of accumulated bitrot Source ASDF …
(edit) @15685   2 years Mark Evenson ci: run abcl-contrib tests in pipeline
(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) @15679   2 years Mark Evenson ci: not just an install but an invocation
(edit) @15678   2 years Mark Evenson ci: ignore first error in installing SWANK
(edit) @15677   2 years Mark Evenson ci: recipe to install swank from scratch Does not presume any …
(edit) @15676   2 years Mark Evenson git: widen gitignore
(edit) @15675   2 years Mark Evenson ci: tighten Jeannie test setup in stand-alone usage
(edit) @15674   2 years Mark Evenson Augment JAVA:JNEW-RUNTIME-CLASS docstring (Uthar) Via …
(edit) @15673   2 years Mark Evenson doc: remove outdated GNU Info version of manual …
(edit) @15672   2 years Mark Evenson Qualify remote registry for containerization base This was necessary …
(edit) @15671   2 years Mark Evenson build: abcl.wrapper emits a little more information
(edit) @15670   2 years Mark Evenson 1.9.2-dev: change metadata back to development for 1.9.2
(edit) @15669   2 years Mark Evenson 1.9.1: Final errata
(edit) @15668   2 years Mark Evenson 1.9.1: correct Maven POM coordinates
(edit) @15667   2 years Mark Evenson 1.9.1: signature from <evenson.not.org@…>
(edit) @15666   2 years Mark Evenson 1.9.1: final binaries before signature
(edit) @15665   2 years Mark Evenson 1.9.1: svn tag
(edit) @15664   2 years Mark Evenson 1.9.1: metadata for rc-0
(edit) @15663   2 years Mark Evenson abcl.org: final 1.9.1 release notes
(edit) @15662   2 years Mark Evenson abcl.org: final 1.9.1 release notes
(edit) @15661   2 years Mark Evenson abcl.org: HTML version of release notes
(edit) @15660   2 years Mark Evenson abcl.org: 1.9.1 further release notes revisions
(edit) @15659   2 years Mark Evenson abcl.org: 1.9.1 release note revisions
(edit) @15658   2 years Mark Evenson abcl.org: further tweaks to abcl-1.9.1 release notes
(edit) @15657   2 years Mark Evenson abcl-asdf: provide restart for installing Maven Not as useful as one …
(edit) @15656   2 years Mark Evenson abcl-1.9.1: latest churn on RC 0 artifacts
(edit) @15655   2 years Mark Evenson 1.9.1: soft release
(edit) @15654   2 years Mark Evenson abcl.org: start working towards abcl-1.9.1 release notes
(edit) @15653   2 years Mark Evenson binaries: update abcl-1.9.1 RC0 binaries
(edit) @15652   2 years Mark Evenson Avoid NIL in simple LOOP from FORMAT directives (Tarn W. Burton) …
(edit) @15651   2 years Mark Evenson build: Maven now abcl to build and test ABCL No longer needing to …
(edit) @15650   2 years Mark Evenson build: autoconfigure with common --add-opens for openjdk17+ Need at …
(edit) @15649   2 years Mark Evenson 1.9.1: use openjdk8 to generate binaries
(edit) @15648   2 years Mark Evenson binaries: abcl-1.9.1-rc-0
(edit) @15647   2 years Mark Evenson abcl-asdf: MAKE-LOCAL-MAVEN installs in local XDG hierarchy
(edit) @15646   2 years Mark Evenson ci: ensure JNA is made before CFFI Fallback to …
(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) @15642   2 years Mark Evenson ci: run MOP specializer test is part of ABCL-PROVE
(edit) @15641   2 years Mark Evenson Documentation for discriminating subtypes MOP:SPECIALIZER TODO: flesh …
(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) @15638   2 years Mark Evenson Subtypes of MOP:SPECIALIZER discriminator test working on ABCL
(edit) @15637   2 years Mark Evenson Subtypes of MOP:SPECIALIZER discriminator test working on SBCL …
(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) @15633   2 years Mark Evenson ci: update openjdk installations Added ability to test various …
(edit) @15632   2 years Mark Evenson abcl-introspect: scope JavaStackFrame? reference Sometimes finding the …
(edit) @15631   2 years Mark Evenson netbeans: update build artifacts for netbeans-16 Declare source built …
(edit) @15630   2 years Mark Evenson compiler: fix top-level lambda in function position Addresses …
(edit) @15629   2 years Mark Evenson test: compilation of top-level function lambda
(edit) @15628   2 years Mark Evenson Fix COMPILE-FILE-PATHNAME for Maxima Fixes …
(edit) @15627   2 years Mark Evenson git: ignore more intermediate testing artifacts
(edit) @15626   2 years Mark Evenson netbeans: JVM --enable-preview switch in slime profile
(edit) @15625   2 years Mark Evenson netbeans: slime-debug profile JVM switches
(edit) @15624   2 years Mark Evenson meta: add TLS for all resources described in N3 Why this cannot be …
(edit) @15623   2 years Mark Evenson mvn: get an 's' for TLS holidays
(edit) @15622   2 years Mark Evenson mvn: mandate TLS by buying an 's' for the holidays
(edit) @15621   2 years Mark Evenson mvn: update to using Maven antrun 3.1.0
(edit) @15620   2 years Mark Evenson mvn: build abcl wrapper as goal of packaging under Maven
(edit) @15619   2 years Mark Evenson Interning even new keywords when specified in the form …
(edit) @15618   2 years Mark Evenson 1.9.0: belatedly add crytographic signatures
(edit) @15617   2 years Mark Evenson jna: update to jna-5.12.1 Changes since jna-5.9.0 …
(edit) @15616   2 years Mark Evenson Fix ASTORE, ILOAD, ISTORE, ILOAD, and LSTORE for wide access
(edit) @15615   2 years Mark Evenson Test for compilation of wide instructions
(edit) @15614   2 years Mark Evenson meta: add artifacts to gitignore
(edit) @15613   2 years Mark Evenson metadata: annotate ability to run on openjdk19
(edit) @15612   2 years Mark Evenson manual: document virtual threads interface
(edit) @15611   2 years Mark Evenson manual: correct reference to --noinit flag
(edit) @15610   2 years Mark Evenson Fix virtual threading interfaces Native threads are now the default, …
Note: See TracRevisionLog for help on using the revision log.