source: trunk/abcl/src/org/armedbear/lisp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14713   9 years Mark Evenson Update to ASDF 3.1.2.2 version.
(edit) @14694   9 years Mark Evenson Convert Lisp truth values to Java equivalents in JCALL/JSTATIC. We …
(edit) @14690   9 years Mark Evenson THREADS:YIELD implements java.lang.Thread.yield(). Improved …
(edit) @14687   9 years Mark Evenson Fix loading of JNA with recent JCALL improvements. From Olof.
(edit) @14682   9 years Mark Evenson Make JCALL work in more places. A reimplementation of …
(edit) @14679   9 years Mark Evenson Non-zero timeouts CL:SLEEP and THREADS:OBJECT-WAIT below the timer …
(edit) @14661   9 years Mark Evenson Update to ASDF 3.1.0.103. Seems to fix loading of Ironclad, and other …
(edit) @14659   9 years Mark Evenson Fix Uniform Naming Convention (aka "UNC" or "network") paths under …
(edit) @14657   9 years Mark Evenson Find contrib based on system jar name. From Olof-Joachim Frahm.
(edit) @14656   9 years Mark Evenson Find the versioned system and contrib jars when building with Maven
(edit) @14655   9 years Mark Evenson Normalized indentation.
(edit) @14654   9 years Mark Evenson Remove trailing whitespace and untabify.
(edit) @14639   9 years Mark Evenson trunk now builds abcl-1.4.0-dev
(edit) @14637   9 years Mark Evenson 1.3.0 metadata change before branch.
(edit) @14636   9 years Mark Evenson asdf 3.1.0.94
(edit) @14634   9 years Mark Evenson Methods to load Lisp code directly from an InputStream?.
(edit) @14632   9 years Mark Evenson Fix CL:SLEEP for intervals less than a millisecond. For intervals …
(edit) @14627   9 years Mark Evenson (partially) restore CL:LOAD from jar files. There is apparently a …
(edit) @14626   9 years Mark Evenson asdf 3.1.0.65: restores BUNDLE-OP as working.
(edit) @14624   9 years Mark Evenson Fix (remaining?) bugs for DIRECTORY. Fixes Quicklisp, aka the …
(edit) @14621   9 years Mark Evenson Untabify.
(edit) @14619   9 years Mark Evenson CL:DIRECTORY semantics for symbolic link resolution inverted and …
(edit) @14614   9 years Mark Evenson abcl-contrib: Fix whitespace.
(edit) @14612   9 years Mark Evenson Set a timeout on retrieval of JAR-PATHNAME objects from ZipCache?. JDK …
(edit) @14610   9 years Mark Evenson Find abcl-contrib even if not running from abcl.jar. The …
(edit) @14608   9 years Mark Evenson Untabify.
(edit) @14605   9 years Mark Evenson Fix missing default method for gray-streams:stream-finish-output. …
(edit) @14604   9 years Mark Evenson Update to asdf-3.1.0.49.
(edit) @14602   9 years Mark Evenson Fix gray streams for FLEXI-STREAMS. From Theam Yang Chew, who writes …
(edit) @14601   9 years Mark Evenson Untabify.
(edit) @14600   9 years Mark Evenson Signal Java-side exceptions caught in JavaObject?.printObject() as a …
(edit) @14598   9 years Mark Evenson Docs and metadata.
(edit) @14593   9 years Mark Evenson Updating to ASDF 3.1.0.36 which seems to mostly work. BUNDLE-OP is …
(edit) @14591   9 years Mark Evenson Correctly initialize/restore *BACKQUOTE-COUNT* special when loading …
(edit) @14588   10 years ehuelsmann Fix "COND clause should at least have a test form" bug reported by …
(edit) @14587   10 years Mark Evenson Transform (hopefully) all occurances of old common-lisp.net URIs to …
(edit) @14583   10 years Mark Evenson Update to ASDF 3.0.3.0.1. ASDF 3.0.3.0.1 is ASDF 3.0.3 with a small …
(edit) @14582   10 years Mark Evenson Fix output of SYS:SHA256. Muffle warning of SYS:SHA256 when used for …
(edit) @14581   10 years Mark Evenson Mark JavaStack? frame as implementing the Inspectable protocol.
(edit) @14579   10 years Mark Evenson Lazily create the little used portions of the Lisp stack. …
(edit) @14572   10 years Mark Evenson Make LispStackFrame?.UNAVAILABLE_ARG a singleton object, Memory …
(edit) @14570   10 years Mark Evenson Restore Packages.findPackage() API for obtaining the current package …
(edit) @14569   10 years Mark Evenson Update to asdf-3.0.2.
(edit) @14558   10 years ehuelsmann Fix FAILED AVER in recent cl-test-grid findings.
(edit) @14557   10 years ehuelsmann More refactoring of shadowingImport: unbreak METATILITIES.
(edit) @14552   10 years ehuelsmann Inline calls to jrun-exception-protected (used by handler-bind to …
(edit) @14549   10 years rschlatte fix previous commit
(edit) @14547   10 years ehuelsmann Fix exscribe crash.
(edit) @14544   10 years ehuelsmann Fix cl-colors build+load failure as found in recent Quicklisp.
(edit) @14543   10 years ehuelsmann Centralize non-local exit detection; hot code helps hot spot …
(edit) @14541   10 years Mark Evenson Fix LOAD.18 on non-Windows by ensuring that *LOAD-TRUENAME* contains …
(edit) @14539   10 years Mark Evenson Trunk now builds abcl-1.3.0-dev.
(edit) @14529   10 years rschlatte Fix (make-instance 'standard-generic-function) Reported by Pascal …
(edit) @14514   10 years rschlatte export mop:slot-definition-documentation
(edit) @14503   10 years rschlatte Move initial initialization of generic functions Lisp-side
(edit) @14502   10 years Mark Evenson asdf-3.0.1
(edit) @14501   10 years rschlatte Move generic-function definition into Lisp
(edit) @14500   10 years rschlatte Remove direct references to generic-function class from Java
(edit) @14499   10 years rschlatte Move standard-generic-function definition into Lisp Slightly tricky …
(edit) @14498   10 years rschlatte Unify checks for standard classes - fix some cases where we took the …
(edit) @14497   10 years rschlatte Remove direct references to standard-generic-function class from Java
(edit) @14496   10 years Mark Evenson Guard against uninitialized message in a java.lang.Throwable passed to …
(edit) @14495   10 years rschlatte Remove StandardGenericFunction? class
(edit) @14494   10 years rschlatte Remove casts to StandardGenericFunction? Replaced with function …
(edit) @14493   10 years rschlatte downsize StandardGenericFunction?.java - move all caching into new …
(edit) @14492   10 years rschlatte Don't call allocate-instance with funcallable-standard-class arg
(edit) @14491   10 years rschlatte Always initialize emf cache for generic functions Eliminates a check …
(edit) @14490   10 years rschlatte Eliminate one of our effective method function caches - …
(edit) @14489   10 years rschlatte make updating instances a bit thread-safe - calling updateLayout() …
(edit) @14488   10 years rschlatte add fast writer methods - avoid generic function dispatch if there's …
(edit) @14487   10 years Mark Evenson Update to asdf-2.33.7 release candidate for ASDF3.
(edit) @14486   10 years rschlatte reinstate argument type checking in fast reader methods
(edit) @14485   10 years rschlatte remove slot location caching from StandardGenericFunction? - …
(edit) @14484   10 years rschlatte fix (documentation x 'type) for standard-classes - fixes a bunch of …
(edit) @14483   10 years rschlatte don't use funcallable-standard-instance-access on standard-class objects
(edit) @14482   10 years rschlatte Move forward-referenced-class metaclass definition into Lisp
(edit) @14481   10 years rschlatte Unify initialization of StandardGenericFunction? objects
(edit) @14480   10 years rschlatte remove some calls to intern
(edit) @14479   10 years rschlatte Rename and slightly refactor sys:make-slot-definition - rename to …
(edit) @14478   10 years rschlatte remove Java-side accessor primitives from SlotDefinition?.java - …
(edit) @14477   10 years rschlatte eliminate hardcoded slot locations in SlotDefinitionClass?.java
(edit) @14476   10 years rschlatte remove cargo-culted layoutStandardGenericFunction - also replace …
(edit) @14475   10 years rschlatte Remove StandardGenericFunctionClass?.java
(edit) @14474   10 years rschlatte Eliminate slot positions fron StandardGenericFunctionClass?
(edit) @14473   10 years rschlatte Unify slot names for metaobjects - move all slot names into SYS, …
(edit) @14472   10 years rschlatte sort symbol definitions
(edit) @14471   10 years rschlatte remove unused GenericFunction? class
(edit) @14470   10 years rschlatte define multiply-referenced symbols in Symbol.java
(edit) @14469   10 years rschlatte invoke slot-missing from getInstanceSlotValue, setInstanceSlotValue
(edit) @14468   10 years rschlatte Fix set-lambda-name & friends - in funcallable-standard-object, …
(edit) @14467   10 years rschlatte make funcallable-standard-object a funcallable-standard-class. - …
(edit) @14466   10 years rschlatte call type_error when possible
(edit) @14465   10 years rschlatte new method program_error, analogous to type_error
(edit) @14464   10 years rschlatte open-code allocateInstance() in %std-allocate-instance - method was …
(edit) @14463   10 years rschlatte move structure-class metaclass definition into Lisp
(edit) @14462   10 years rschlatte - Remove extraneous constant
(edit) @14461   10 years Mark Evenson Update to asdf-2.33.
(edit) @14460   10 years ehuelsmann * Rename FASL entry point inside the fasl from "<fasl>._" to …
(edit) @14459   10 years ehuelsmann Ensure autoloading of fasl-concat when ASDF uses it.
(edit) @14458   10 years ehuelsmann Export the SYS::CONCATENATE-FASLS symbol.
Note: See TracRevisionLog for help on using the revision log.