source: trunk/abcl/src/org/armedbear/lisp/Autoload.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15745   5 months Mark Evenson Add gray-streams:stream-file-length support
(edit) @15704   11 months Mark Evenson Java functionality to load a symbol function from Lisp system file
(edit) @15569   2 years Mark Evenson Untabify en masse Results of running style.org source blocks on tree
(edit) @15519   3 years Mark Evenson Fix and standardize all error reader functions Fixes #388, replaces …
(edit) @15395   4 years Mark Evenson Make Pathname.init() static method Running under Netbeans, but …
(edit) @14997   7 years Mark Evenson Move SYS:GET-TIME-ZONE to EXT:GET-TIME-ZONE Refactor Time.java to …
(edit) @14996   7 years Mark Evenson Correctly implement 'time-of-the-time' daylight savings semantics …
(edit) @14840   8 years Mark Evenson {decode,encode}-universal-time "time of the time" timezone semantics …
(edit) @14493   11 years rschlatte downsize StandardGenericFunction?.java - move all caching into new …
(edit) @14490   11 years rschlatte Eliminate one of our effective method function caches - …
(edit) @14485   11 years rschlatte remove slot location caching from StandardGenericFunction? - …
(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) @14454   11 years rschlatte Move standard-generic-function slot accessors from Java to Lisp - …
(edit) @14400   11 years Mark Evenson Clean up manually defined autoloads. Problems involved not correctly …
(edit) @14369   11 years Mark Evenson Implementation of autoloader for SETF generalized references. Fixes …
(edit) @14368   11 years Mark Evenson Properly autoload definition for JavaBeans? accessor/mutator primitives.
(edit) @14359   11 years Mark Evenson Refactor autoload functions to naming conventions.
(edit) @14113   12 years ehuelsmann Merge StandardObjectFunctions? into StandardObject?: the former defines …
(edit) @14032   12 years ehuelsmann Follow up to r14023: removal of function preloading facility.
(edit) @14026   12 years ehuelsmann Add a few missing autoloaders.
(edit) @13999   12 years rschlatte Introduce a "continue" restart for delete-package - Fixes ansi test …
(edit) @13814   12 years rschlatte implement classes standard-method, standard-reader-method in Lisp
(edit) @13782   12 years rschlatte Implement readers for generic-function objects as generic functions …
(edit) @13781   12 years ehuelsmann Support for the FUNCTION-KEYWORDS protocol, required to implement …
(edit) @13775   12 years rschlatte Support for funcallable instances. ... Move execute, …
(edit) @13715   12 years Mark Evenson Convert EQL-SPECIALIZER from a structure into a CLOS class. From rudi …
(edit) @13695   12 years astalla Reimplementation of global symbol macros to avoid using the symbol's …
(edit) @13466   13 years ehuelsmann Reduce load time of nested functions and the number of class loader …
(edit) @13445   13 years ehuelsmann Print unreadable strings with unreadableString() exclusively, so it …
(edit) @13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
(edit) @13369   13 years Mark Evenson Make JAVA:ADD-TO-CLASSPATH a generic function. With this change we …
(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) @13201   13 years ehuelsmann Rename STD-ALLOCATE-INSTANCE to %STD-ALLOCATE-INSTANCE, creating …
(edit) @13196   13 years ehuelsmann Provide more context regarding the reason of autoloading. Note: This …
(edit) @13193   13 years ehuelsmann Revert r13190: Detect loops in autoloads and requires. Note: This …
(edit) @13190   13 years ehuelsmann Detect loops in autoloads and requires (and remove some trailing …
(edit) @13181   13 years ehuelsmann Increase autoload verbosity: include FASLs too (not only Java classes).
(edit) @13143   13 years ehuelsmann Add IntegrityError? and ProcessingTerminated? error classes and adjust …
(edit) @12773   14 years astalla Added classpath manipulation primitives: java:add-to-classpath and …
(edit) @12749   14 years Mark Evenson Undo previous commmit.
(edit) @12748   14 years Mark Evenson Include 'examples' in release source distribution. Reported by Mario Lang.
(edit) @12742   14 years astalla less-reflection branch merged with trunk. verify-load temporarily disabled.
(edit) @12715   14 years astalla Support for custom defclass options for user-defined metaclasses. …
(edit) @12583   14 years astalla JAVA-CLASS metaclass reimplemented in Lisp.
(edit) @12576   14 years ehuelsmann Re #38: Merge the METACLASS branch to trunk.
(edit) @12557   14 years astalla Added sys::%make-byte-array-input-stream as a "inverse" of …
(edit) @12451   14 years Mark Evenson Fix for ZipException? under interpreted ANSI tests. Check that the …
(edit) @12441   14 years Mark Evenson Return of the ZipCache? now using last modified time. Treat jars as …
(edit) @12422   14 years Mark Evenson Extensively reworked new implementation for specifiying jar pathnames. …
(edit) @12414   14 years ehuelsmann Add function to retrieve a lisp byte array from a byte array output stream.
(edit) @12407   14 years ehuelsmann Refer to autoloads.lisp from Autoload.java to explain the goal of …
(edit) @12325   14 years ehuelsmann Create API for (SETF (STREAM-EXTERNAL-FORMAT ...) ...) from the lisp world.
(edit) @12306   14 years ehuelsmann Land fast-boot-preloading branch on trunk. Note: things to do include …
(edit) @12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
(edit) @12272   14 years ehuelsmann Implement functional (declared final) interface to special bindings …
(edit) @12255   14 years ehuelsmann Rename ConditionThrowable? to ControlTransfer? and remove try/catch …
(edit) @12254   14 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
(edit) @12252   14 years ehuelsmann Annotate dubious uses of ConditionThrowable? with FIXME's.
(edit) @12225   15 years ehuelsmann Print autoloading information if the property "abcl.autoload.verbose" …
(edit) @12213   15 years ehuelsmann Move the implementation of the Mutex functionality to the THREADS …
(edit) @12059   15 years ehuelsmann Lisp-side implementation for ThreadLock? and Mailbox, both put in …
(edit) @12053   15 years Mark Evenson Move additional symbols into THREADS package. The symbols THREADP …
(edit) @12028   15 years Mark Evenson Implementation of Franz Allegro Gates MP sync primitive by Tobias …
(edit) @11791   15 years astalla Added autoload for system::%float-bits. Its absence prevented Slime …
(edit) @11717   15 years astalla Added autoloads for byte-array-output-stream.
(edit) @11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
(edit) @11698   15 years astalla reverted wrong commit.
(edit) @11697   15 years astalla Serialization support for some lisp objects.
(edit) @11590   15 years astalla Merged the scripting branch, providing JSR-223 support and other new …
(edit) @11529   15 years Mark Evenson Revert inadvertent r11528.
(edit) @11528   15 years Mark Evenson Enable optional use of JFluid profiler.
(edit) @11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
(copy) @11457   15 years ehuelsmann Create separate project directories for ABCL and J.
copied from trunk/j/src/org/armedbear/lisp/Autoload.java:
(edit) @11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Note: See TracRevisionLog for help on using the revision log.