source: trunk/abcl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13275   13 years ehuelsmann Fix the remainder of ticket #147: make sure we write proper-case …
(edit) @13274   13 years ehuelsmann Fix 147: *PRINT-CASE* setting affects COMPILE-FILE. Found by Dan Corkill.
(edit) @13273   13 years astalla Correct support for custom slots definitions in MOP: * class …
(edit) @13272   13 years Mark Evenson Fix pprint routines using SYS:OUTPUT-OBJECT to a GRAY-STREAM. Correct …
(edit) @13271   13 years astalla Included changes to compile-system.lisp missing from previous commit. …
(edit) @13270   13 years astalla simple run-program implementation using the JRE ProcessBuilder? class.
(edit) @13269   13 years astalla Fix error message
(edit) @13268   13 years Mark Evenson Start of tool grab and analyze ANSI error reports from SLIME.
(edit) @13267   13 years Mark Evenson Fix #146 so MAKE-PATHNAME uses :DIRECTORY argument even if NIL.
(edit) @13266   13 years Mark Evenson Add an 'update' task to upload application to GAE.
(edit) @13265   13 years Mark Evenson Further corrections to GAE example.
(edit) @13264   13 years Mark Evenson Fix the GAE example so that the 'ant runserver' target works. Now …
(edit) @13263   13 years Mark Evenson MAKE-PATHNAME erroneously merges directories as in MERGE-PATHNAMES …
(edit) @13262   13 years Mark Evenson Fix UNUSED.2 for ABCL. Allow CLISP to compile compiler-tests.lisp.
(edit) @13261   13 years Mark Evenson Only invoke ABCL internal Lisp tests by default. Housecleaning in …
(edit) @13260   13 years Mark Evenson Test for ticket #142.
(edit) @13259   13 years astalla Java method resolution algorithm used by JCALL extracted to a method …
(edit) @13258   13 years Mark Evenson Update to ASDF-2.014.
(edit) @13257   13 years Mark Evenson Fix compilation of LOGAND for args that could possibly be nil. Fixes …
(edit) @13256   13 years Mark Evenson The sharpsign backslash macro now understands \unnnn as an escape for …
(edit) @13255   13 years Mark Evenson Enable our GRAY-STREAMS implementation to work with flexi-streams. …
(edit) @13254   13 years Mark Evenson Reformat to 80 columns
(edit) @13253   13 years Mark Evenson Upgrade to asdf-2.013.
(edit) @13252   13 years vvoutilainen Revert the fix attempt for files with names like File::Foo::Bar. It …
(edit) @13251   13 years ehuelsmann Set properties and correct attribution.
(edit) @13250   13 years ehuelsmann Close #138 by implementing a general post-finalization notification …
(edit) @13249   13 years ehuelsmann Revert r13248, "Close #138 by implementing finalizers on LispObject." …
(edit) @13248   13 years ehuelsmann Close #138 by implementing finalizers on LispObject derived objects.
(edit) @13247   13 years ehuelsmann Re #139, add autoloading of WeakReference? related symbols.
(edit) @13246   13 years ehuelsmann Fix #139 by adding weak object reference support.
(edit) @13245   13 years ehuelsmann Fix docstring annotation, replacing '=' by '-' in the symbol name.
(edit) @13244   13 years vvoutilainen Fix directory listings for files that have funny names like …
(edit) @13243   13 years vvoutilainen This patch fixes 1) recursion with wild-inferiors for paths like …
(edit) @13241   13 years ehuelsmann Reduce the amount of code in our compiler by changing the way …
(edit) @13237   13 years ehuelsmann Set 0.25.0 release date in CHANGES.
(edit) @13235   13 years ehuelsmann Increase trunk version number, now that the 0.25 release branch has …
(edit) @13233   13 years ehuelsmann Fix an UNSAFE-P-REMOVAL regression: inadvertently a statement in …
(edit) @13232   13 years vvoutilainen Add the CHANGES done thus far targetting 0.25.
(edit) @13231   13 years vvoutilainen Update changelog for :resolve-symlinks and the -- command line argument.
(edit) @13230   13 years vvoutilainen Fix ticket #136: ABCL should allow DIRECTORY listings that don't …
(edit) @13229   13 years Mark Evenson Remove non-existing THREAD-LOCK and THREAD-UNLOCK from autoloads. …
(edit) @13228   13 years astalla Fix incorrect elimination of named local functions declared inline …
(edit) @13227   13 years vvoutilainen Add --help documentation for --.
(edit) @13226   13 years vvoutilainen Fix ticket #128. This patch enables the use of -- as a parameter, and …
(edit) @13225   13 years ehuelsmann Port DEFINE-METHOD-COMBINATION test from SBCL (clos.impure.lisp, to be …
(edit) @13224   13 years astalla Updared POM to reflect version 0.25.0-dev and added instructions for …
(edit) @13222   13 years ehuelsmann Backport 'unsafe-p-removal' branch: this commit pushes back the …
(edit) @13221   13 years astalla Fix LispClass?.subclassp(LispObject) used by register-java-exception. …
(edit) @13220   13 years ehuelsmann Add REINITIALIZE-INSTANCE initargs cache.
(edit) @13219   13 years ehuelsmann Add caching to CHECK-INITARGS: cache sets of allowable initargs per …
(edit) @13218   13 years ehuelsmann Replace algorithm in EXTRACT-LAMBDA-LIST-KEYWORDS to make a single …
(edit) @13217   13 years ehuelsmann Move checking for FORWARD-REFERENCED-CLASS superclasses from …
(edit) @13216   13 years ehuelsmann Fixes to checking initargs: - Use only keyword arguments for the check …
(edit) @13215   13 years ehuelsmann Untabify.
(edit) @13214   13 years ehuelsmann Finalize subclasses as soon as a forward-referenced class gets defined …
(edit) @13213   13 years astalla Added Maven POM for deployment. Fixed a primitive class name in Java.java.
(edit) @13212   13 years Mark Evenson Added Ant targets to generate javadoc. 'abcl.javadoc' generates the …
(edit) @13211   13 years Mark Evenson 'abcl.source.jar' now produces a source archive intended for Maven. …
(edit) @13210   13 years ehuelsmann Reduce complexity of a test: no need to check initarg is not NIL, NIL …
(edit) @13209   13 years ehuelsmann Add documentation to STD-SHARED-INITIALIZE and add initarg checking to …
(edit) @13208   13 years ehuelsmann Add documentation.
(edit) @13207   13 years ehuelsmann Fix CHECK-INITARGS checking the wrong generic functions by making it …
(edit) @13206   13 years ehuelsmann Simplify argument passing in CHECK-INITARGS.
(edit) @13205   13 years ehuelsmann Upon defining a forward referenced class, assign the …
(edit) @13204   13 years ehuelsmann FINALIZE-INHERITANCE (more) AMOP compatible.
(edit) @13203   13 years ehuelsmann Create ATOMIC-DEFGENERIC macro, in order to eliminate FMAKUNBOUND …
(edit) @13202   13 years ehuelsmann Add some documentation and indicate the direction to work on.
(edit) @13201   13 years ehuelsmann Rename STD-ALLOCATE-INSTANCE to %STD-ALLOCATE-INSTANCE, creating …
(edit) @13200   13 years ehuelsmann Atomically swap generic functions into place of temporary DEFUNs for …
(edit) @13199   13 years Mark Evenson Fix ad infinitum appending of 'svnversion' results in incremental …
(edit) @13198   13 years ehuelsmann Update r13197 for Windows.
(edit) @13197   13 years Mark Evenson Incorporate output of 'svnversion' into LISP-IMPLEMENTATION-VERSION. …
(edit) @13196   13 years ehuelsmann Provide more context regarding the reason of autoloading. Note: This …
(edit) @13195   13 years ehuelsmann Finalize CLASS and STANDARD-OBJECT, just like most (all?) others in …
(edit) @13194   13 years ehuelsmann As a convenience-method: let BUILT-IN-CLASSes report themselves as …
(edit) @13193   13 years ehuelsmann Revert r13190: Detect loops in autoloads and requires. Note: This …
(edit) @13192   13 years ehuelsmann Signal an error containing the name of the class, when the type of the …
(edit) @13191   13 years ehuelsmann Signal an error containing the name of the class, when the type of the …
(edit) @13190   13 years ehuelsmann Detect loops in autoloads and requires (and remove some trailing …
(edit) @13189   13 years ehuelsmann Fix MACROEXPAND-ALL autoloader which should be loaded from 'format.lisp'.
(edit) @13188   13 years ehuelsmann Fix DEFSTRUCT trying to generate accessors named NIL. Note: …
(edit) @13187   13 years ehuelsmann Fix #125: FASL reader should not convert symbol case [Qi FASL loading …
(edit) @13186   13 years Mark Evenson Add a slightly simpler example of implemeting a Java interface in …
(edit) @13185   13 years ehuelsmann Fix #119: Incorrect dynamic environment for evaluation of :CLASS …
(edit) @13184   13 years ehuelsmann Enhance error messages for improved user friendlyness, as requested by …
(edit) @13183   13 years ehuelsmann Make sure we autoload FORMAT whenever we've booted far enough and the …
(edit) @13182   13 years ehuelsmann Fix part of the error printing issues reported by Blake.
(edit) @13181   13 years ehuelsmann Increase autoload verbosity: include FASLs too (not only Java classes).
(edit) @13180   13 years ehuelsmann Remove redundant method.
(edit) @13179   13 years ehuelsmann Add comment on how to prevent a specialization of Condition.initialize().
(edit) @13178   13 years ehuelsmann Fix problem found by Blake McBride? while running SCONE. Note: the …
(edit) @13172   13 years ehuelsmann Set a release date on 0.24.0.
(edit) @13169   13 years ehuelsmann Update CHANGES for the latest merge.
(edit) @13166   13 years Mark Evenson Smooth over more nits in the README.
(edit) @13165   13 years ehuelsmann Update README.
(edit) @13163   13 years ehuelsmann Update CHANGES.
(edit) @13156   13 years ehuelsmann Make 'getStatus()' public.
(edit) @13149   13 years astalla Keep sys::make-fasl-class-loader API compatible to avoid changing the …
(edit) @13148   13 years astalla Restored disassembly for compiled functions loaded from FASLs by …
(edit) @13147   13 years ehuelsmann Set the COMPILAND-%SINGLE-VALUED-P field after the full analysis of …
Note: See TracRevisionLog for help on using the revision log.