source: trunk/abcl/src/org

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) @13267   13 years Mark Evenson Fix #146 so MAKE-PATHNAME uses :DIRECTORY argument even if NIL.
(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) @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) @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) @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) @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) @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) @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) @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) @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 …
(edit) @13146   13 years ehuelsmann Add class documentation for recently added classes.
(edit) @13145   13 years ehuelsmann Comment why System.exit() is alright in the REPLConsole.java case.
(edit) @13144   13 years ehuelsmann Stabilize the new way of terminating ABCL.
(edit) @13143   13 years ehuelsmann Add IntegrityError? and ProcessingTerminated? error classes and adjust …
(edit) @13142   13 years ehuelsmann Mark exit() invocations as FIXME. I'll address later.
(edit) @13141   13 years ehuelsmann Replace Lisp.exit() with System.exit() in REPLConsole; no functional …
(edit) @13140   13 years ehuelsmann Add missing subversion properties.
(edit) @13139   13 years ehuelsmann Adjust indenting and add a SuppressWarning? annotation.
(edit) @13138   13 years ehuelsmann Remove unused function.
(edit) @13137   13 years ehuelsmann Unbreak trunk compilation. We need the specialNames after all.
(edit) @13136   13 years ehuelsmann When a special bindings index has been assigned past the end of the …
(edit) @13135   13 years astalla Revert to a reflection-based loading scheme for top-level compiled …
(edit) @13134   13 years ehuelsmann Make sure symbols which have been assigned a specialIndex free their …
(edit) @13132   13 years ehuelsmann Fix: When deleting a package it remains on the usedByList of the …
(edit) @13131   13 years ehuelsmann With 0.24.x branched, increase trunk/ version number.
(edit) @13125   13 years Mark Evenson Upgrade to ASDF-2.012.
(edit) @13120   13 years ehuelsmann Improve parent/child block relationship tracking; Improve …
(edit) @13119   13 years ehuelsmann Fix ANSI-TEST regressions from r13096: Arrays with an element-type …
(edit) @13118   13 years ehuelsmann Put the transformed INITFORM back into form being transformed.
(edit) @13117   13 years ehuelsmann Fix #117: Workaround for the fact that we shouldn't be doing UNSAFE-P …
(edit) @13116   13 years ehuelsmann Remove layering violation from compiler-pass2::p2-setq; there should …
(edit) @13115   13 years ehuelsmann Add SOME-NESTED-BLOCK function to work with hierarchical block structures.
(edit) @13114   13 years ehuelsmann Register each node being created with its parent. A parent is always …
(edit) @13113   13 years ehuelsmann Finalize renaming JNULL_REF to JNULL_REF_P.
Note: See TracRevisionLog for help on using the revision log.