source: trunk/abcl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15708   4 months Mark Evenson clos: fix typo in early ADD-DIRECT-SUBCLASS declamation
(edit) @15707   4 months Mark Evenson Gray Streams now work much better Implemented Java-side proxy in …
(edit) @15706   4 months Mark Evenson Properly get synonym stream for standard output
(edit) @15705   4 months Mark Evenson Rename and make public SYS:LOAD-SYSTEM-FILE implementation
(edit) @15704   4 months Mark Evenson Java functionality to load a symbol function from Lisp system file
(edit) @15703   4 months Mark Evenson Fix FORMAT for SYNONYM-STREAM of a Gray Stream
(edit) @15702   4 months Mark Evenson Fix SYS:OUT-SYNONYM-OF for Gray streams
(edit) @15701   4 months Mark Evenson Use type hierarchy to determine if a stream is ANSI
(edit) @15700   4 months Mark Evenson Create POSIX-SYSCALLS contrib to set environment variables Based on …
(edit) @15699   4 months Mark Evenson Fix gray-stream-element-type missing for binary streams (Uthar) …
(edit) @15698   4 months Mark Evenson ci: use openjd20 instead of openjdk19
(edit) @15697   4 months Mark Evenson ci: update openjdk versions Deprecate openjdk19 in favor of openjdk20 …
(edit) @15696   4 months Mark Evenson ci: pin ANSI-TEST version See …
(edit) @15695   4 months Mark Evenson netbeans: modify slime configuration socket to be reusable
(edit) @15694   4 months Mark Evenson ci: fix initialization of abcl-contrib test
(edit) @15693   4 months Mark Evenson asdf-jar: fix test dependencies Use ASDF and QUICKLISP-ABCL to …
(edit) @15692   4 months Mark Evenson Create a proxy Stream class for CLOS streams Attempts to address …
(edit) @15691   4 months Mark Evenson Test for various stream type creation from Gray streams From …
(edit) @15690   5 months Mark Evenson doc: update notes on packaging
(edit) @15689   5 months Mark Evenson Return 0 with appropriate inexactness from log A previous commit …
(edit) @15688   6 months Mark Evenson Make (log x 0) return 0 (as per the spec) The spec says that "If …
(edit) @15687   6 months Mark Evenson doc: explain more about use of Netbeans
(edit) @15686   6 months Mark Evenson asdf-jar: extensive grouting of accumulated bitrot Source ASDF …
(edit) @15685   6 months Mark Evenson ci: run abcl-contrib tests in pipeline
(edit) @15684   6 months Mark Evenson ABCL-CONTRIB removed use of ASDF:*CENTRAL-REGISTRY*
(edit) @15683   6 months Mark Evenson EXTENSION:REGISTER-ASDF adds directory to asdf registry
(edit) @15682   6 months Mark Evenson SYSTEM:ZIP works with source in jar files
(edit) @15681   6 months Mark Evenson JAR-PATHNAME implements getFile() This may not be that useful, as the …
(edit) @15680   6 months Mark Evenson PATHNAME attempt use java.net.URI routines for getFile()
(edit) @15679   7 months Mark Evenson ci: not just an install but an invocation
(edit) @15678   7 months Mark Evenson ci: ignore first error in installing SWANK
(edit) @15677   7 months Mark Evenson ci: recipe to install swank from scratch Does not presume any …
(edit) @15676   7 months Mark Evenson git: widen gitignore
(edit) @15675   7 months Mark Evenson ci: tighten Jeannie test setup in stand-alone usage
(edit) @15674   7 months Mark Evenson Augment JAVA:JNEW-RUNTIME-CLASS docstring (Uthar) Via …
(edit) @15673   7 months Mark Evenson doc: remove outdated GNU Info version of manual …
(edit) @15672   7 months Mark Evenson Qualify remote registry for containerization base This was necessary …
(edit) @15671   7 months Mark Evenson build: abcl.wrapper emits a little more information
(edit) @15670   7 months Mark Evenson 1.9.2-dev: change metadata back to development for 1.9.2
(edit) @15668   7 months Mark Evenson 1.9.1: correct Maven POM coordinates
(edit) @15664   7 months Mark Evenson 1.9.1: metadata for rc-0
(edit) @15657   7 months Mark Evenson abcl-asdf: provide restart for installing Maven Not as useful as one …
(edit) @15652   7 months Mark Evenson Avoid NIL in simple LOOP from FORMAT directives (Tarn W. Burton) …
(edit) @15651   7 months Mark Evenson build: Maven now abcl to build and test ABCL No longer needing to …
(edit) @15650   7 months Mark Evenson build: autoconfigure with common --add-opens for openjdk17+ Need at …
(edit) @15647   7 months Mark Evenson abcl-asdf: MAKE-LOCAL-MAVEN installs in local XDG hierarchy
(edit) @15646   7 months Mark Evenson ci: ensure JNA is made before CFFI Fallback to …
(edit) @15645   7 months Mark Evenson Further necessary triage for SYS:RUN-PROGRAM Followup to …
(edit) @15644   7 months Mark Evenson Fix to compilation of some specific test-forms, see Github issue #500
(edit) @15643   7 months Mark Evenson Fix SYS:RUN-PROGRAM waiting for exit (oldk1331) Addresses …
(edit) @15642   7 months Mark Evenson ci: run MOP specializer test is part of ABCL-PROVE
(edit) @15641   7 months Mark Evenson Documentation for discriminating subtypes MOP:SPECIALIZER TODO: flesh …
(edit) @15640   7 months Mark Evenson Use ATOMIC-DEFGENERIC for MOP:SPECIALIZER discrimination The …
(edit) @15639   7 months Mark Evenson DEFMETHOD accepts the subtype of MOP:SPECIALIZER as a specializer …
(edit) @15638   7 months Mark Evenson Subtypes of MOP:SPECIALIZER discriminator test working on ABCL
(edit) @15637   7 months Mark Evenson Subtypes of MOP:SPECIALIZER discriminator test working on SBCL …
(edit) @15636   8 months Mark Evenson java: provide api for getting and setting classloader The …
(edit) @15635   8 months Mark Evenson THREADS:GET-JAVA-THREAD returns underlying Java thread …
(edit) @15634   8 months Mark Evenson doc: take a stab at explaining THREAD-FUNCTION-WRAPPER
(edit) @15633   8 months Mark Evenson ci: update openjdk installations Added ability to test various …
(edit) @15632   8 months Mark Evenson abcl-introspect: scope JavaStackFrame? reference Sometimes finding the …
(edit) @15631   8 months Mark Evenson netbeans: update build artifacts for netbeans-16 Declare source built …
(edit) @15630   8 months Mark Evenson compiler: fix top-level lambda in function position Addresses …
(edit) @15629   8 months Mark Evenson test: compilation of top-level function lambda
(edit) @15628   8 months Mark Evenson Fix COMPILE-FILE-PATHNAME for Maxima Fixes …
(edit) @15627   9 months Mark Evenson git: ignore more intermediate testing artifacts
(edit) @15626   9 months Mark Evenson netbeans: JVM --enable-preview switch in slime profile
(edit) @15625   9 months Mark Evenson netbeans: slime-debug profile JVM switches
(edit) @15624   9 months Mark Evenson meta: add TLS for all resources described in N3 Why this cannot be …
(edit) @15623   9 months Mark Evenson mvn: get an 's' for TLS holidays
(edit) @15622   9 months Mark Evenson mvn: mandate TLS by buying an 's' for the holidays
(edit) @15621   9 months Mark Evenson mvn: update to using Maven antrun 3.1.0
(edit) @15620   9 months Mark Evenson mvn: build abcl wrapper as goal of packaging under Maven
(edit) @15619   10 months Mark Evenson Interning even new keywords when specified in the form …
(edit) @15617   10 months Mark Evenson jna: update to jna-5.12.1 Changes since jna-5.9.0 …
(edit) @15616   10 months Mark Evenson Fix ASTORE, ILOAD, ISTORE, ILOAD, and LSTORE for wide access
(edit) @15615   10 months Mark Evenson Test for compilation of wide instructions
(edit) @15614   10 months Mark Evenson meta: add artifacts to gitignore
(edit) @15613   10 months Mark Evenson metadata: annotate ability to run on openjdk19
(edit) @15612   10 months Mark Evenson manual: document virtual threads interface
(edit) @15611   10 months Mark Evenson manual: correct reference to --noinit flag
(edit) @15610   10 months Mark Evenson Fix virtual threading interfaces Native threads are now the default, …
(edit) @15609   10 months Mark Evenson Fix inspection of LispThread? stack segement
(edit) @15608   10 months Mark Evenson ci: configure for openjdk19 and beyond It should be enough to use …
(edit) @15607   10 months Mark Evenson ci: update openjdk installations The intention going forward is to …
(edit) @15606   10 months Mark Evenson jnew-runtime-consumer: test via RabbitMQ consumer Adapted from …
(edit) @15605   10 months Mark Evenson Added the possibility to specify array types in jnew-runtime-class …
(edit) @15604   10 months Mark Evenson Made calling superclass constructors in jnew-runtime-class work
(edit) @15603   10 months Mark Evenson manual: revisions begin as abcl-1.9.1-DRAFT
(edit) @15602   10 months Mark Evenson (uthar) correct the fine manual Addresses …
(edit) @15601   10 months Mark Evenson ci: correct linux openjdk8 install uri
(edit) @15600   10 months Mark Evenson ci: correct linux openjdk11 uri
(edit) @15599   10 months Mark Evenson ci: update openjdk installations Further edits to URIs tweak openjdk17
(edit) @15598   10 months Mark Evenson abcl-test: rename to runtime-class.annotations.deprecated
(edit) @15597   10 months Mark Evenson Fix class annotations on JDK17 and newer JDK 17 Removed some obsolete …
(edit) @15596   10 months Mark Evenson - Fixes the issue with the compile & loading of Fricas0 system (Github …
(edit) @15595   10 months Mark Evenson Update asdf version metadata
(edit) @15594   10 months Mark Evenson Update to asdf-3.3.6
(edit) @15593   10 months Mark Evenson Build as abcl-1.9.1-dev
(edit) @15591   10 months Mark Evenson abcl-1.9.0: rc-5 metadata "Complete" metadata for abcl-1.9.0 From …
Note: See TracRevisionLog for help on using the revision log.