source: trunk/abcl/src/org/armedbear/lisp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12803   13 years Mark Evenson Revert bad commit.
(edit) @12802   13 years Mark Evenson Re-apply grovel tags patch.
(edit) @12801   13 years Mark Evenson MAKE-PATHNAME will now make UNC paths. If the HOST passed by …
(edit) @12800   13 years Mark Evenson Add documentation markers for etags groveling for new functions.
(edit) @12799   13 years Mark Evenson Backout partial bad merge.
(edit) @12798   13 years Mark Evenson [HEADS UP] Break Pathname to normalize cross-platform serializations. …
(edit) @12797   13 years Mark Evenson Convert to a$$-backwards Pollock.
(edit) @12780   13 years Mark Evenson Small non-functional code and comment cleanups.
(edit) @12775   13 years Mark Evenson Fix compiler errors.
(edit) @12774   13 years astalla Added support for implementing multiple interfaces using jmake-proxy
(edit) @12773   13 years astalla Added classpath manipulation primitives: java:add-to-classpath and …
(edit) @12771   13 years astalla Fixed the handling of disassemble: functions store the *load-truename* …
(edit) @12768   13 years ehuelsmann Fix elimination of unused local functions: macroexpand before scanning …
(edit) @12766   13 years ehuelsmann Fix #101: Regression in 0.20 where dispatch macros return NIL.
(edit) @12765   13 years Mark Evenson Update to ASDF-2.003 with local patches. Local patches differentiate …
(edit) @12761   13 years ehuelsmann Fix compilation of toplevel MACROLET forms.
(edit) @12760   13 years ehuelsmann Remove separate FaslVersionMismatch? exception in favor of raising a …
(edit) @12759   13 years vvoutilainen Mark functions final where applicable.
(edit) @12758   13 years astalla Custom slot definition: slot-location managed like the other slot …
(edit) @12757   13 years astalla User-defined slot definition support: fixed slot-definition initialization.
(edit) @12756   13 years astalla Simple slot-* support for structures.
(edit) @12755   13 years astalla CL:STRING on Java objects calls toString() on them. Patch by Mario Lang.
(edit) @12754   13 years astalla Don't bind *load-truename* to NIL while loading FASLs, or SLIME …
(edit) @12753   13 years astalla Progress towards support for custom slot definitions: use of generic …
(edit) @12752   13 years astalla Progress towards custom slot definition support: use of generic …
(edit) @12749   13 years Mark Evenson Undo previous commmit.
(edit) @12748   13 years Mark Evenson Include 'examples' in release source distribution. Reported by Mario Lang.
(edit) @12742   13 years astalla less-reflection branch merged with trunk. verify-load temporarily disabled.
(edit) @12741   13 years astalla Fixed regression: correctly set slot-allocation-class for effective …
(edit) @12740   13 years astalla Removed @Override annotations that break compilation on 1.5.
(edit) @12739   13 years astalla Removed duplicate type tests in compile-constant.
(edit) @12738   14 years astalla Initial support for custom slot definition metaobjects in MOP.
(edit) @12734   14 years Mark Evenson REPLConsole provides a minimal Swing GUI Console with a REPL. …
(edit) @12731   14 years Mark Evenson Move unused GUI code to examples hierarchy.
(edit) @12726   14 years vvoutilainen Use BitSet?'s bulk set operation.
(edit) @12725   14 years vvoutilainen Make Readtable functions final where possible.
(edit) @12724   14 years ehuelsmann Remove access specifier from 2 interpreter specific functions (now …
(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) @12715   14 years astalla Support for custom defclass options for user-defined metaclasses. …
(edit) @12714   14 years vvoutilainen Remove commented-out code.
(edit) @12713   14 years astalla Serialization support for some Lisp types. For symbols and packages, …
(edit) @12712   14 years Mark Evenson Fix bug that prevented SHADOWING-IMPORT from being able to be …
(edit) @12711   14 years ehuelsmann No longer use the reader to load "stand alone" uninterned symbols, …
(edit) @12710   14 years ehuelsmann Move access to uninterned symbols array to Load.java for future use by …
(edit) @12709   14 years ehuelsmann Merge EMIT-LOAD-SYMBOL into EMIT-LOAD-EXTERNALIZED-OBJECT.
(edit) @12708   14 years ehuelsmann Remove unused function DECLARE-LAMBDA.
(edit) @12707   14 years ehuelsmann Simplify COMPILE-CONSTANT.
(edit) @12705   14 years ehuelsmann Eliminate DECLARE-INSTANCE as it has the same effect as …
(edit) @12704   14 years ehuelsmann Fix typo.
(edit) @12703   14 years ehuelsmann DECLARE-OBJECT of non-serializable data (hashtable and generic …
(edit) @12702   14 years ehuelsmann Merge DECLARE-OBJECT functionality ("serialization" of objects for …
(edit) @12701   14 years ehuelsmann Fix weird indenting.
(edit) @12699   14 years ehuelsmann Refactor EXTERNALIZE-OBJECT into EMIT-LOAD-EXTERNALIZED-OBJECT. In …
(edit) @12696   14 years Mark Evenson TRUENAME for URL-PATHNAME ambigiously either a directory or file now …
(edit) @12695   14 years Mark Evenson Change messages from trace to warn for failing InputStream?.
(edit) @12693   14 years ehuelsmann Fix reader dispatch macro functions defined in Lisp, trying to return …
(edit) @12692   14 years ehuelsmann Replace lookup-or-declare-symbol - which was used to load a symbol in …
(edit) @12691   14 years vvoutilainen Remove a BOM from the beginning of the file.
(edit) @12690   14 years ehuelsmann Replace serialization related DECLARE-* functions with a single API: …
(edit) @12689   14 years Mark Evenson Thunk through URL.toURI() for getting URL authority. Fixes loading …
(edit) @12683   14 years ehuelsmann Save a few bytes in our JAR by re-using serialized anonymous symbols, …
(edit) @12682   14 years ehuelsmann Add APIs to access data gathered in the profiler to detect (lisp) hot …
(edit) @12681   14 years ehuelsmann Eliminate the need for two separate integer-declaring functions in the …
(edit) @12678   14 years vvoutilainen Re #96: partial fix for argument lists where &key appears before …
(edit) @12677   14 years Mark Evenson Correct incorrect inclusion of changes in last commit.
(edit) @12676   14 years Mark Evenson Muffle warning from Ant 1.8.1 about includeantruntime not being set.
(edit) @12675   14 years Mark Evenson Fix build from scratch breakage in r12673.
(edit) @12673   14 years Mark Evenson Load 'system.lisp' later in boot so conditions trigger debugger.
(edit) @12670   14 years ehuelsmann Update trunk version number after branching 0.20.
(edit) @12667   14 years Mark Evenson Fix WILD-PATHNAME-P to check for pathname components which are strings …
(edit) @12666   14 years Mark Evenson Fix ASDF:MERGE-PATHNAMES* in the case that default directory is nil.
(edit) @12665   14 years ehuelsmann Apply the speed improvement used for dispatching everywhere: all …
(edit) @12664   14 years Mark Evenson Add FASL and Java version to ASDF output location root cache …
(edit) @12663   14 years Mark Evenson Adjust JCLASS docstring to reflect optional classloader argument.
(edit) @12662   14 years astalla JCLASS now supports an optional CLASS-LOADER argument.
(edit) @12661   14 years astalla Fix computation of the class precedence list for Java classes in case …
(edit) @12660   14 years astalla Fixed and rationalized class precedence list computation for …
(edit) @12656   14 years Mark Evenson Properly implement HTTP/1.1 HEAD requests.
(edit) @12655   14 years Mark Evenson Update to ASDF 1.719 as recommended by ASDF developers.
(edit) @12653   14 years Mark Evenson Fix MERGE-PATHNAMES for URL-PATHNAME under Windows. If the Pathname …
(edit) @12652   14 years Mark Evenson Use '/' as directory path separator for URL-PATHNAME and JAR-PATHNAME.
(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) @12648   14 years ehuelsmann Add (and use) more wrappers for the lisp ERROR function, using …
(edit) @12646   14 years ehuelsmann Re #93: Instead of fixing just readList and readDelimitedList, …
(edit) @12645   14 years ehuelsmann Fix #93: Empty VALUES set in the reader treated as NIL.
(edit) @12644   14 years Mark Evenson Fix for loading ASDF systems from jar files under win32. Changed …
(edit) @12643   14 years Mark Evenson Under Windows, properly reference jars on other drive letters.
(edit) @12642   14 years Mark Evenson Enable ASDF2 to work under Windows. Under Windows, allow Pathname …
(edit) @12641   14 years Mark Evenson Fix recursion bug in constructing Pathnames from "file" scheme URLs. …
(edit) @12639   14 years ehuelsmann Fix #89: Stack inconsistency error when discarding READ-LINE return value.
(edit) @12637   14 years vvoutilainen Make unreadableString() variants in LispObject final.
(edit) @12636   14 years ehuelsmann Fix "expecting integer on stack" issue reported by Alan Ruttenberg. …
(edit) @12635   14 years ehuelsmann Fix loading of stale fasls. Patch by: David Kirkman dkirkman at ucsd …
(edit) @12634   14 years ehuelsmann Implement THREADS:THREAD-JOIN. Patch by: David Kirkman dkirkman _at_ …
(edit) @12633   14 years ehuelsmann Move a section of code around to separate the class file …
(edit) @12629   14 years ehuelsmann Running 'ant test.abcl' showed conditions don't have to be of Java …
(edit) @12626   14 years Mark Evenson Add commented out warning of compilation failure. Currently …
Note: See TracRevisionLog for help on using the revision log.