Changeset 13232
- Timestamp:
- 03/02/11 21:17:47 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/CHANGES
r13231 r13232 7 7 -------- 8 8 9 * [svn r13230] Add :resolve-symlinks keyword argument for DIRECTORY. 10 11 * [svn r13226] Support -- as a command line parameter for the REPL. 9 * Add :resolve-symlinks keyword argument for DIRECTORY. 10 11 * Support -- as a command line parameter for the REPL. 12 13 * Preliminary support for Maven deployment. 14 15 * Add an initargs cache for speedups in check-initargs. This should 16 make the initarg checking in CLOS quite a bit faster. 17 18 * Incorporate output of 'svnversion' into LISP-IMPLEMENTATION-VERSION. 19 20 * Ant target for generating Javadoc. 21 22 Fixes 23 ----- 24 25 * [svn r13229] Remove non-existing THREAD-LOCK and THREAD-UNLOCK from autoloads. 26 27 * [svn 13228] Fix incorrect elimination of named local functions 28 declared inline when they're actually reified in the flet/labels body. 29 30 * [svn r13217] Forward-referenced classes work properly now. 31 32 * [svn r13209] Add initarg checking to REINITIALIZE-INSTANCE. 33 34 * [svn r13204] FINALIZE-INHERITANCE is (more) AMOP compatible. 35 36 * [svn r13203] Create ATOMIC-DEFGENERIC macro, in order to eliminate 37 FMAKUNBOUND calls and the resulting windows where no function is bound to 38 symbols which are the most essential building blocks in CLOS/AMOP. 39 40 * [svn r13200] Atomically swap generic functions into place of temporary 41 DEFUNs for all standard-class slot accessors. 42 Note: This addresses the recursive requirement to be able 43 to allocate objects and classes while changing the functions 44 used to create them. 45 46 * [svn r13196] Provide more context regarding the reason of autoloading. 47 Note: This change *hugely* helps debugging. 48 49 * [svn r13189] Fix MACROEXPAND-ALL autoloader which should be 50 loaded from 'format.lisp'. 51 52 * [svn r13188] Fix DEFSTRUCT trying to generate accessors named NIL 53 54 * [svn r13187] Fix #125: FASL reader should not convert symbol 55 case [Qi FASL loading issues]. 56 57 * [svn r13185] Fix #119: Incorrect dynamic environment for 58 evaluation of :CLASS allocation slot initforms. 59 60 * [svn r13182-r13184] Fix error printing issues. 61 62 * [svn r13181] Increase autoload verbosity: include FASLs too 63 (not only Java classes). 64 65 Changes 66 ------- 67 68 * Merge 'unsafe-p-removal' branch. 12 69 13 70 Version 0.24.0
Note: See TracChangeset
for help on using the changeset viewer.