source: trunk/abcl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14505   11 years Mark Evenson abcl-1.2.0-rc-0: Mark as first release candidate.
(edit) @14504   11 years Mark Evenson Promote ABCL-ASDF:ENSURE-MVN-VERSION as primary API that Maven can be …
(edit) @14503   11 years rschlatte Move initial initialization of generic functions Lisp-side
(edit) @14502   11 years Mark Evenson asdf-3.0.1
(edit) @14501   11 years rschlatte Move generic-function definition into Lisp
(edit) @14500   11 years rschlatte Remove direct references to generic-function class from Java
(edit) @14499   11 years rschlatte Move standard-generic-function definition into Lisp Slightly tricky …
(edit) @14498   11 years rschlatte Unify checks for standard classes - fix some cases where we took the …
(edit) @14497   11 years rschlatte Remove direct references to standard-generic-function class from Java
(edit) @14496   11 years Mark Evenson Guard against uninitialized message in a java.lang.Throwable passed to …
(edit) @14495   11 years rschlatte Remove StandardGenericFunction? class
(edit) @14494   11 years rschlatte Remove casts to StandardGenericFunction? Replaced with function …
(edit) @14493   11 years rschlatte downsize StandardGenericFunction?.java - move all caching into new …
(edit) @14492   11 years rschlatte Don't call allocate-instance with funcallable-standard-class arg
(edit) @14491   11 years rschlatte Always initialize emf cache for generic functions Eliminates a check …
(edit) @14490   11 years rschlatte Eliminate one of our effective method function caches - …
(edit) @14489   11 years rschlatte make updating instances a bit thread-safe - calling updateLayout() …
(edit) @14488   11 years rschlatte add fast writer methods - avoid generic function dispatch if there's …
(edit) @14487   11 years Mark Evenson Update to asdf-2.33.7 release candidate for ASDF3.
(edit) @14486   11 years rschlatte reinstate argument type checking in fast reader methods
(edit) @14485   11 years rschlatte remove slot location caching from StandardGenericFunction? - …
(edit) @14484   11 years rschlatte fix (documentation x 'type) for standard-classes - fixes a bunch of …
(edit) @14483   11 years rschlatte don't use funcallable-standard-instance-access on standard-class objects
(edit) @14482   11 years rschlatte Move forward-referenced-class metaclass definition into Lisp
(edit) @14481   11 years rschlatte Unify initialization of StandardGenericFunction? objects
(edit) @14480   11 years rschlatte remove some calls to intern
(edit) @14479   11 years rschlatte Rename and slightly refactor sys:make-slot-definition - rename to …
(edit) @14478   11 years rschlatte remove Java-side accessor primitives from SlotDefinition?.java - …
(edit) @14477   11 years rschlatte eliminate hardcoded slot locations in SlotDefinitionClass?.java
(edit) @14476   11 years rschlatte remove cargo-culted layoutStandardGenericFunction - also replace …
(edit) @14475   11 years rschlatte Remove StandardGenericFunctionClass?.java
(edit) @14474   11 years rschlatte Eliminate slot positions fron StandardGenericFunctionClass?
(edit) @14473   11 years rschlatte Unify slot names for metaobjects - move all slot names into SYS, …
(edit) @14472   11 years rschlatte sort symbol definitions
(edit) @14471   11 years rschlatte remove unused GenericFunction? class
(edit) @14470   11 years rschlatte define multiply-referenced symbols in Symbol.java
(edit) @14469   11 years rschlatte invoke slot-missing from getInstanceSlotValue, setInstanceSlotValue
(edit) @14468   11 years rschlatte Fix set-lambda-name & friends - in funcallable-standard-object, …
(edit) @14467   11 years rschlatte make funcallable-standard-object a funcallable-standard-class. - …
(edit) @14466   11 years rschlatte call type_error when possible
(edit) @14465   11 years rschlatte new method program_error, analogous to type_error
(edit) @14464   11 years rschlatte open-code allocateInstance() in %std-allocate-instance - method was …
(edit) @14463   11 years rschlatte move structure-class metaclass definition into Lisp
(edit) @14462   11 years rschlatte - Remove extraneous constant
(edit) @14461   11 years Mark Evenson Update to asdf-2.33.
(edit) @14460   11 years ehuelsmann * Rename FASL entry point inside the fasl from "<fasl>._" to …
(edit) @14459   11 years ehuelsmann Ensure autoloading of fasl-concat when ASDF uses it.
(edit) @14458   11 years ehuelsmann Export the SYS::CONCATENATE-FASLS symbol.
(edit) @14457   11 years ehuelsmann Add FASL concatenation functionality for ASDF to use in its ASDF3 …
(edit) @14456   11 years Mark Evenson Update remote JAR-PATHNAME tests to retrieve fasl version 41 artifacts.
(edit) @14455   11 years ehuelsmann Fix (DESCRIBE <FUNCALLABLE-STANDARD-OBJECT>) for funcallable standard …
(edit) @14454   11 years rschlatte Move standard-generic-function slot accessors from Java to Lisp - …
(edit) @14453   11 years ehuelsmann Fix recent TINAA-TEST loader crash (regression from FAILure) as …
(edit) @14452   11 years ehuelsmann Fix cl-cont, which causes %SET-LAMBDA-NAME to be called on a …
(edit) @14451   11 years Mark Evenson Loosen check for issuing redfinition from TRUENAME to PROBE-FILENAME. …
(edit) @14450   11 years Mark Evenson Update the URL-PATHNAME archive to fasl version 40.
(edit) @14449   11 years Mark Evenson Fix UNEXPORT to work on symbols from foreign packages. No longer …
(edit) @14448   11 years rschlatte Remove most references to StandardGenericFunction? - use TYPEP or …
(edit) @14447   11 years ehuelsmann Re #230: Add a macro expansion for TRULY-THE.
(edit) @14446   11 years rschlatte Fix %allocate-funcallable-instance for non-gf funcallable objects - …
(edit) @14445   11 years ehuelsmann Re #200: Rewrite form-modifying macro into a series of …
(edit) @14444   11 years ehuelsmann Add print methods for compiler structures I'm trying to debug.
(edit) @14443   11 years ehuelsmann Take advantage of PRINT-OBJECT functions having been defined to create …
(edit) @14442   11 years Mark Evenson Document types for compiler diagnostic callbacks pushed to JVM:*CALLBACKS*
(edit) @14441   11 years ehuelsmann Stop modifying form structure in pass1. Note: it's bad style to …
(edit) @14440   11 years Mark Evenson Restore ASDF-JAR:PACKAGE.
(edit) @14439   11 years Mark Evenson Restore loading of ASDF-JAR.
(edit) @14438   11 years Mark Evenson Fix JSS:VECTOR-TO-LIST and JSS:ITERABLE-TO-LIST. Found by zmyrgel on …
(edit) @14437   11 years Mark Evenson Correct the jars on the filesytem example in abcl-asdf README.
(edit) @14436   11 years rschlatte Fix potential endless loop in sys::stream-%set-charpos
(edit) @14435   11 years Mark Evenson Explicitly finalize inheritance for classes in GRAY-STREAMS. Fixes #300.
(edit) @14434   11 years Mark Evenson Allow "simple" FORMAT invocations on types derived from Gray streams. …
(edit) @14433   11 years Mark Evenson Ensure that the pretty printer has been loaded before Gray streams.
(edit) @14432   11 years rschlatte Some more package-local-nickname error checking in defpackage
(edit) @14431   11 years rschlatte Make add-package-local-nicknames errors continuable - partly fixes #307
(edit) @14430   11 years rschlatte Add tests for package-local nicknames
(edit) @14429   11 years rschlatte When deleting a package, remove its package-local nicknames everywhere
(edit) @14428   11 years rschlatte Fix return value of add-package-local-nickname
(edit) @14427   11 years Mark Evenson Fix warn on redefinition for case when symbol has no source pathname. …
(edit) @14426   11 years ehuelsmann Fix #274: Infinite loop when compiling …
(edit) @14425   11 years Mark Evenson Restore runnable tests from build.xml. Fixes #310.
(edit) @14424   11 years Mark Evenson Update to asdf-2.32.
(edit) @14423   11 years rschlatte Don't error when re-adding an identical package-local nickname
(edit) @14422   11 years rschlatte Consider package-local nicknames in printer. - Fixes #309
(edit) @14421   11 years rschlatte Fix package-local nicknames - avoid failure when package has no …
(edit) @14420   11 years ehuelsmann Fix #308: Compiled FLET exhausts the stack.
(edit) @14409   11 years Mark Evenson Manual typos, language changes, reference correction.
(edit) @14408   11 years Mark Evenson Manual merge of the Manual from 1.1.x.
(edit) @14407   11 years ehuelsmann Specify opcode argument types to help programmers generate class files …
(edit) @14406   11 years Mark Evenson The LispThread? stack no longer grows inconsistently from errors thrown …
(edit) @14405   11 years rschlatte Support package-local nicknames - Same API as SBCL (see manual) - …
(edit) @14404   11 years Mark Evenson Fix error on form redefition introduced with r14403. Addresses #282
(edit) @14403   11 years Mark Evenson No longer warn on spurious redefinitions. Fixes #282.
(edit) @14402   11 years Mark Evenson CL:LOAD now uses its :EXTERNAL-FORMAT argument. Fixes #303.
(edit) @14401   11 years Mark Evenson build: TAGS target now matches multiline @DocString? tags.
(edit) @14400   11 years Mark Evenson Clean up manually defined autoloads. Problems involved not correctly …
(edit) @14399   11 years Mark Evenson Remove obsolete comments with implementation of the SETF autoloader.
(edit) @14398   11 years Mark Evenson build: fix warning if compiling with jdk-1.7.0_0[0123].
(edit) @14397   11 years Mark Evenson Upgrade to asdf-2.30.
(edit) @14396   11 years Mark Evenson manual: restore building. Noticed by Blake McBride?.
Note: See TracRevisionLog for help on using the revision log.