source: trunk/abcl/src/org/armedbear

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @12624   14 years Mark Evenson Pretty print output to system.lisp.
(edit) @12622   14 years Mark Evenson Restore buildable trunk arising from ASDF2 compilation.
(edit) @12620   14 years Mark Evenson Use interpreted form in a FASL if compliation fails. …
(edit) @12619   14 years Mark Evenson Incorporate an ASDF2 snapshot as the base ASDF. Verify load of …
(edit) @12618   14 years Mark Evenson Incorporate an ASDF2 snapshot as the base ASDF.
(edit) @12617   14 years Mark Evenson Move pathname functions to EXT; implement DEFSETF for URL pathnames. …
(edit) @12614   14 years Mark Evenson Remove non-working URI encoding. This method was stripping out …
(edit) @12612   14 years Mark Evenson Incremental checkpoint on making JAR pathnames use the new URL pathname.
(edit) @12611   14 years Mark Evenson Fix problems with HEAD against googlecode.com.
(edit) @12609   14 years Mark Evenson Add missing implementation of JAR-STREAM and URL-STREAM.
(edit) @12608   14 years Mark Evenson Don't throw LispError? on non existent jar for DIRECTORY.
(edit) @12607   14 years Mark Evenson URL pathnames working for OPEN for built-in schemas. Still need to …
(edit) @12604   14 years ehuelsmann Further consolidation of copy/pasted code. Patch by: David Kirkman, …
(edit) @12603   14 years ehuelsmann Correct copyright year number; surely the file didn't exist in 1009.
(edit) @12602   14 years ehuelsmann Un-duplicate string reading between FaslReader? and LispReader?.
(edit) @12601   14 years ehuelsmann Remove end-of-line translation (for Windows) from the reader; this is …
(edit) @12600   14 years ehuelsmann Consolidate faslReadRadix with readRadix.
(edit) @12599   14 years ehuelsmann Commit file left out on my last commit.
(edit) @12598   14 years vvoutilainen Make listp/endp/SYMBOLP final.
(edit) @12597   14 years ehuelsmann Consolidate faslRead, faslReadArray, faslReadComplex and …
(edit) @12596   14 years ehuelsmann Remove unused imports and rename a local variable shadowing a field.
(edit) @12595   14 years ehuelsmann Consolidate the functionality of faslReadPreservingWhitespace and …
(edit) @12594   14 years ehuelsmann Switch Stream.readList to use ReadtableAccessors?.
(edit) @12593   14 years ehuelsmann Switch Stream.readDispatchChar to use ReadtableAccessors?.
(edit) @12592   14 years ehuelsmann Consolidate the functionality of faslReadStructure and readStructure …
(edit) @12591   14 years ehuelsmann Removal of copy/paste code between FaslReader? and LispReader?.
(edit) @12590   14 years vvoutilainen Make nthcdr and NTH(LispObject) final.
(edit) @12589   14 years vvoutilainen Make cadr/cddr/caddr final.
(edit) @12588   14 years vvoutilainen Make AREF(LispObject) and aset(LispObject, LispObject) final.
(edit) @12587   14 years ehuelsmann Fix #88: Add the thread name to the debugger-printed message and …
(edit) @12586   14 years ehuelsmann Reduce function dispatch speed with 6% by replacing dynamic …
(edit) @12585   14 years ehuelsmann Unbreak java build.
(edit) @12584   14 years ehuelsmann Re #92: Don't return characters for the range #xD800 to #xDFFF. This …
(edit) @12583   14 years astalla JAVA-CLASS metaclass reimplemented in Lisp.
(edit) @12582   14 years ehuelsmann Re #38: Make Cells compile with our metaclass support by making a …
(edit) @12581   14 years ehuelsmann Make LispCharacter? constructor private in favor of getInstance(); …
(edit) @12580   14 years ehuelsmann Remove an exception block which can't be triggered.
(edit) @12578   14 years astalla Selected built-in classes can now be subclassed. Only SEQUENCE is …
(edit) @12576   14 years ehuelsmann Re #38: Merge the METACLASS branch to trunk.
(edit) @12575   14 years astalla Made SEQUENCE be a built-in class again to avoid to cause problems …
(edit) @12570   14 years Mark Evenson Fix JAVA-OBJECT whose tynot being properly coerced to array of …
(edit) @12562   14 years astalla Inlining of lambda calls: handled the case (funcall (lambda (...) ...) ...)
(edit) @12561   14 years Mark Evenson Convert to stack-friendly primitives; add missing grovel tags.
(edit) @12559   14 years astalla Changed recently added method names in Stream to avoid conflicts with …
(edit) @12558   14 years astalla Exposed in/out streams and reader/writers of Stream.
(edit) @12557   14 years astalla Added sys::%make-byte-array-input-stream as a "inverse" of …
(edit) @12552   14 years Mark Evenson Refine TRANSLATE-PATHNAME to match SBCL's behavior on corner case. …
Note: See TracRevisionLog for help on using the revision log.