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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15705   11 months Mark Evenson Rename and make public SYS:LOAD-SYSTEM-FILE implementation
(edit) @15569   2 years Mark Evenson Untabify en masse Results of running style.org source blocks on tree
(edit) @15458   4 years Mark Evenson Guard against null reference when determing *LOAD-TRUENAME*
(edit) @15457   4 years Mark Evenson Allows SLIME to load under Windows Be rigourous about when allowing …
(edit) @15455   4 years Mark Evenson Fix logic for binding *LOAD-TRUENAME* LOAD from stream creates …
(edit) @15408   4 years Mark Evenson Refactor pathname java hierarchy to reflect lisp hierarchy …
(edit) @15406   4 years Mark Evenson Able to OPEN, PROBE-FILE, and LOAD contents of nested jar …
(edit) @15400   4 years Mark Evenson pathname: carefully refactor finishing(?) touches Return NIL as …
(edit) @15396   4 years Mark Evenson Ensure that we behave like previous implementation Seemingly working …
(edit) @15395   4 years Mark Evenson Make Pathname.init() static method Running under Netbeans, but …
(edit) @15393   4 years Mark Evenson INCOMPLETE Hook up implementation of PathnameJar? and PathnameURL …
(edit) @15391   4 years Mark Evenson pathname: normalize Pathname to new Java conventions 1. use …
(edit) @14914   7 years Mark Evenson Dramatically improve source recording on SYS::SOURCE plist for a …
(edit) @14634   10 years Mark Evenson Methods to load Lisp code directly from an InputStream?.
(edit) @14591   10 years Mark Evenson Correctly initialize/restore *BACKQUOTE-COUNT* special when loading …
(edit) @14541   11 years Mark Evenson Fix LOAD.18 on non-Windows by ensuring that *LOAD-TRUENAME* contains …
(edit) @14478   11 years rschlatte remove Java-side accessor primitives from SlotDefinition?.java - …
(edit) @14460   11 years ehuelsmann * Rename FASL entry point inside the fasl from "<fasl>._" to …
(edit) @14454   11 years rschlatte Move standard-generic-function slot accessors from Java to Lisp - …
(edit) @14405   11 years rschlatte Support package-local nicknames - Same API as SBCL (see manual) - …
(edit) @14402   11 years Mark Evenson CL:LOAD now uses its :EXTERNAL-FORMAT argument. Fixes #303.
(edit) @14194   12 years Mark Evenson Possible fix for #249.
(edit) @14183   12 years Mark Evenson Diagnostic: return something meaningful at Stas' breakage. Status: …
(edit) @14176   12 years Mark Evenson Refactor PATHNAME implementation details to tighten existing …
(edit) @14029   12 years ehuelsmann More output during "boot" phase when property abcl.autoload.verbose …
(edit) @14023   12 years ehuelsmann Remove Function Preloading facility not in use for quite some time.
(edit) @14019   12 years ehuelsmann Fix #224: autoloading clobbered by unknown special variable state.
(edit) @14002   12 years Mark Evenson dmiles: SYS:*COMPILE-FILE-CLASS-EXTENSION* contains PATHNAME TYPE of …
(edit) @13851   12 years ehuelsmann Force FASL recompilation due to Closure.java ABI changes: increase …
(edit) @13700   12 years Mark Evenson weblogic: ABCL loads under the Weblogic 10.3 application server. If …
(edit) @13604   13 years ehuelsmann Bump FASL format because of the now supported circularity: even though …
(edit) @13599   13 years ehuelsmann Make sure every form has its own reader circularity context - at least …
(edit) @13460   13 years Mark Evenson Fix loading from fasls under Windows with whitespace in pathname. A …
(edit) @13452   13 years ehuelsmann Include filename in the error string being reported. Found by: Blake …
(edit) @13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
(edit) @13353   13 years Mark Evenson Fix problems with whitespace in JAR-PATHNAME. For dealing with URI …
(edit) @13274   13 years ehuelsmann Fix 147: *PRINT-CASE* setting affects COMPILE-FILE. Found by Dan Corkill.
(edit) @13149   13 years astalla Keep sys::make-fasl-class-loader API compatible to avoid changing the …
(edit) @13064   13 years ehuelsmann Increase FASL version number: r13021 put the responsibility of …
(edit) @13056   13 years Mark Evenson Fix problems with #\Space characters in JAR pathnames. We now require …
(edit) @12760   14 years ehuelsmann Remove separate FaslVersionMismatch? exception in favor of raising a …
(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) @12723   14 years ehuelsmann Style nit: I like tables and loops for their compactness.
(edit) @12717   14 years ehuelsmann Remove convenience method which "prevents" typing of 1 boolean value.
(edit) @12716   14 years ehuelsmann Delete unused private function.
(edit) @12710   14 years ehuelsmann Move access to uninterned symbols array to Load.java for future use by …
(edit) @12650   14 years ehuelsmann Fix #79: Equally named -but different- uninterned symbols coalesced …
(edit) @12649   14 years ehuelsmann Re #79: Add *FASL-UNINTERNED-SYMBOLS* variable to Load.java and save …
(edit) @12635   14 years ehuelsmann Fix loading of stale fasls. Patch by: David Kirkman dkirkman at ucsd …
(edit) @12607   14 years Mark Evenson URL pathnames working for OPEN for built-in schemas. Still need to …
(edit) @12597   14 years ehuelsmann Consolidate faslRead, faslReadArray, faslReadComplex and …
(edit) @12550   14 years Mark Evenson Fix loading of packed FASLs which have been renamed. Bug was present …
(edit) @12524   14 years Mark Evenson Enable ABCL to load in an OSGi context. OSGi abstracts the loading of …
(edit) @12513   14 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
(edit) @12469   14 years Mark Evenson Ensure that FILE-ERROR always has a value for PATHNAME. Fixes ANSI …
(edit) @12431   14 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
(edit) @12427   14 years Mark Evenson Fix ClassCastException? occuring when LOAD from streams.
(edit) @12426   14 years Mark Evenson ABCL packed FASLS no longer have to end in ".abcl". The requirement …
(edit) @12422   14 years Mark Evenson Extensively reworked new implementation for specifiying jar pathnames. …
(edit) @12362   14 years vvoutilainen Make Stream extend StructureObject?, modify Stream derivatives to set a …
(edit) @12344   14 years astalla Fixed loading of compressed FASLs (.abcl) from jar files when the FASL …
(edit) @12331   14 years astalla Cleanup in readFunctionBytes (Lisp.java), possibility to load compiled …
(edit) @12330   14 years ehuelsmann Fix ticket #77: incorrect encoding used for FASLs, by always using UTF-8.
(edit) @12306   14 years ehuelsmann Land fast-boot-preloading branch on trunk. Note: things to do include …
(edit) @12298   14 years ehuelsmann Full source scan of "catch (Throwable"; remove lots of instances, or …
(edit) @12290   14 years vvoutilainen Remove LispTrampolinesFile? and all references to it.
(edit) @12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
(edit) @12278   14 years ehuelsmann Add some loader process documentation.
(edit) @12275   15 years ehuelsmann Switch special bindings access schema to mirror that of SBCL/CCL/XCL: …
(edit) @12272   15 years ehuelsmann Implement functional (declared final) interface to special bindings …
(edit) @12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
(edit) @12242   15 years ehuelsmann Increment FASL version for 0.17 release.
(edit) @12141   15 years Mark Evenson Added support for loading Lisp from JAR files. Pathnames passed to …
(edit) @11998   15 years ehuelsmann Add a cache for opened '.zip' files. Before this change, consecutive …
(edit) @11889   15 years vvoutilainen Remove CompiledFunction?, we don't need it.
(edit) @11884   15 years ehuelsmann Update FASL version to 31 after the last incompatible changes.
(edit) @11856   15 years astalla * loading: added a new primitive sys::load-returning-last-result …
(edit) @11824   15 years vvoutilainen Get rid of Primitive[012]R, we don't truly need it. Also increment …
(edit) @11815   15 years ehuelsmann Be sure to decode URL.getPath() results before using it as paths. …
(edit) @11783   15 years ehuelsmann Fix fasl reader special bindings leak. * Bind the …
(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) @11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
(edit) @11481   15 years ehuelsmann Change FASL version number because of changes to the object structure …
(copy) @11457   15 years ehuelsmann Create separate project directories for ABCL and J.
copied from trunk/j/src/org/armedbear/lisp/Load.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.