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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12649   13 years ehuelsmann Re #79: Add *FASL-UNINTERNED-SYMBOLS* variable to Load.java and save …
(edit) @12648   13 years ehuelsmann Add (and use) more wrappers for the lisp ERROR function, using …
(edit) @12646   13 years ehuelsmann Re #93: Instead of fixing just readList and readDelimitedList, …
(edit) @12645   13 years ehuelsmann Fix #93: Empty VALUES set in the reader treated as NIL.
(edit) @12644   13 years Mark Evenson Fix for loading ASDF systems from jar files under win32. Changed …
(edit) @12643   13 years Mark Evenson Under Windows, properly reference jars on other drive letters.
(edit) @12642   13 years Mark Evenson Enable ASDF2 to work under Windows. Under Windows, allow Pathname …
(edit) @12641   13 years Mark Evenson Fix recursion bug in constructing Pathnames from "file" scheme URLs. …
(edit) @12639   13 years ehuelsmann Fix #89: Stack inconsistency error when discarding READ-LINE return value.
(edit) @12637   13 years vvoutilainen Make unreadableString() variants in LispObject final.
(edit) @12636   13 years ehuelsmann Fix "expecting integer on stack" issue reported by Alan Ruttenberg. …
(edit) @12635   13 years ehuelsmann Fix loading of stale fasls. Patch by: David Kirkman dkirkman at ucsd …
(edit) @12634   13 years ehuelsmann Implement THREADS:THREAD-JOIN. Patch by: David Kirkman dkirkman _at_ …
(edit) @12633   13 years ehuelsmann Move a section of code around to separate the class file …
(edit) @12629   13 years ehuelsmann Running 'ant test.abcl' showed conditions don't have to be of Java …
(edit) @12626   13 years Mark Evenson Add commented out warning of compilation failure. Currently …
(edit) @12624   13 years Mark Evenson Pretty print output to system.lisp.
(edit) @12622   13 years Mark Evenson Restore buildable trunk arising from ASDF2 compilation.
(edit) @12620   13 years Mark Evenson Use interpreted form in a FASL if compliation fails. …
(edit) @12619   13 years Mark Evenson Incorporate an ASDF2 snapshot as the base ASDF. Verify load of …
(edit) @12618   13 years Mark Evenson Incorporate an ASDF2 snapshot as the base ASDF.
(edit) @12617   13 years Mark Evenson Move pathname functions to EXT; implement DEFSETF for URL pathnames. …
(edit) @12614   13 years Mark Evenson Remove non-working URI encoding. This method was stripping out …
(edit) @12612   13 years Mark Evenson Incremental checkpoint on making JAR pathnames use the new URL pathname.
(edit) @12611   13 years Mark Evenson Fix problems with HEAD against googlecode.com.
(edit) @12609   13 years Mark Evenson Add missing implementation of JAR-STREAM and URL-STREAM.
(edit) @12608   13 years Mark Evenson Don't throw LispError? on non existent jar for DIRECTORY.
(edit) @12607   13 years Mark Evenson URL pathnames working for OPEN for built-in schemas. Still need to …
(edit) @12604   13 years ehuelsmann Further consolidation of copy/pasted code. Patch by: David Kirkman, …
(edit) @12603   13 years ehuelsmann Correct copyright year number; surely the file didn't exist in 1009.
(edit) @12602   13 years ehuelsmann Un-duplicate string reading between FaslReader? and LispReader?.
(edit) @12601   13 years ehuelsmann Remove end-of-line translation (for Windows) from the reader; this is …
(edit) @12600   13 years ehuelsmann Consolidate faslReadRadix with readRadix.
(edit) @12599   13 years ehuelsmann Commit file left out on my last commit.
(edit) @12598   13 years vvoutilainen Make listp/endp/SYMBOLP final.
(edit) @12597   13 years ehuelsmann Consolidate faslRead, faslReadArray, faslReadComplex and …
(edit) @12596   13 years ehuelsmann Remove unused imports and rename a local variable shadowing a field.
(edit) @12595   13 years ehuelsmann Consolidate the functionality of faslReadPreservingWhitespace and …
(edit) @12594   13 years ehuelsmann Switch Stream.readList to use ReadtableAccessors?.
(edit) @12593   13 years ehuelsmann Switch Stream.readDispatchChar to use ReadtableAccessors?.
(edit) @12592   13 years ehuelsmann Consolidate the functionality of faslReadStructure and readStructure …
(edit) @12591   13 years ehuelsmann Removal of copy/paste code between FaslReader? and LispReader?.
(edit) @12590   13 years vvoutilainen Make nthcdr and NTH(LispObject) final.
(edit) @12589   13 years vvoutilainen Make cadr/cddr/caddr final.
(edit) @12588   13 years vvoutilainen Make AREF(LispObject) and aset(LispObject, LispObject) final.
(edit) @12587   13 years ehuelsmann Fix #88: Add the thread name to the debugger-printed message and …
(edit) @12586   13 years ehuelsmann Reduce function dispatch speed with 6% by replacing dynamic …
(edit) @12585   13 years ehuelsmann Unbreak java build.
(edit) @12584   13 years ehuelsmann Re #92: Don't return characters for the range #xD800 to #xDFFF. This …
(edit) @12583   13 years astalla JAVA-CLASS metaclass reimplemented in Lisp.
(edit) @12582   13 years ehuelsmann Re #38: Make Cells compile with our metaclass support by making a …
(edit) @12581   13 years ehuelsmann Make LispCharacter? constructor private in favor of getInstance(); …
(edit) @12580   13 years ehuelsmann Remove an exception block which can't be triggered.
(edit) @12578   13 years astalla Selected built-in classes can now be subclassed. Only SEQUENCE is …
(edit) @12576   13 years ehuelsmann Re #38: Merge the METACLASS branch to trunk.
(edit) @12575   13 years astalla Made SEQUENCE be a built-in class again to avoid to cause problems …
(edit) @12570   13 years Mark Evenson Fix JAVA-OBJECT whose tynot being properly coerced to array of …
(edit) @12562   13 years astalla Inlining of lambda calls: handled the case (funcall (lambda (...) ...) ...)
(edit) @12561   13 years Mark Evenson Convert to stack-friendly primitives; add missing grovel tags.
(edit) @12559   13 years astalla Changed recently added method names in Stream to avoid conflicts with …
(edit) @12558   13 years astalla Exposed in/out streams and reader/writers of Stream.
(edit) @12557   13 years astalla Added sys::%make-byte-array-input-stream as a "inverse" of …
(edit) @12552   13 years Mark Evenson Refine TRANSLATE-PATHNAME to match SBCL's behavior on corner case. …
(edit) @12551   13 years Mark Evenson MAKE-PATHNAME does not have any merging directories semantics.
(edit) @12550   13 years Mark Evenson Fix loading of packed FASLs which have been renamed. Bug was present …
(edit) @12549   13 years Mark Evenson Allow TYPE to be :UNSPECIFIC. Fixes bug where the following would …
(edit) @12546   13 years Mark Evenson nreverse() *command-line-arguments-list* to natural order. Found by …
(edit) @12544   13 years Mark Evenson Fix win32 bugs with :ABSOLUTE directory entries for jar pathnames.
(edit) @12541   13 years Mark Evenson Document INSPECT protocol for getParts().
(edit) @12535   13 years ehuelsmann Fix returned values from SingleFloat?.getInstance() and …
(edit) @12531   13 years Mark Evenson Change jar pathname to have :ABSOLUTE directory entries. As pointed …
(edit) @12526   13 years ehuelsmann Fix ticket #85: CL-JSON throws an error where SBCL doesn't.
(edit) @12525   13 years Mark Evenson Restore trunk to buildable state after OSGi patch.
(edit) @12524   13 years Mark Evenson Enable ABCL to load in an OSGi context. OSGi abstracts the loading of …
(edit) @12522   13 years ehuelsmann With 0.19 brached, increase trunk version number.
(edit) @12521   13 years ehuelsmann Correct spelling error in helper function checkSlotDefination() -> …
(edit) @12518   13 years Mark Evenson *DISASSEMBLER* may now contain a function to return the disassembler …
(edit) @12517   13 years astalla Preliminary support for DOSEQUENCE.
(edit) @12516   13 years astalla Support for user-extensible sequences, adapted from SBCL.
(edit) @12515   13 years vvoutilainen Move a couple EXT symbols close to other EXT symbols.
(edit) @12514   13 years Mark Evenson Create logical pathnames translations for "SYS:SRC" and "SYS:JAVA". …
(edit) @12513   13 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
(edit) @12512   13 years vvoutilainen Make Condition.writeToString() final, add documentation to …
(edit) @12510   13 years vvoutilainen Fix the test WITH-STANDARD-IO-SYNTAX.23, which was failing because our …
(edit) @12506   13 years Mark Evenson Eliminate needless lookup for PATHNAME-MATCH-P primitive.
(edit) @12505   13 years astalla Added missing copy-tree for the function body in one case of lambda …
(edit) @12504   13 years Mark Evenson Implement HTTP HEAD Last-Modified checking for ZipCache? objects. …
(edit) @12503   13 years Mark Evenson DIRECTORY now works for jar pathnames. The semantics for listing …
(edit) @12502   13 years Mark Evenson ABCL system code should be platform agnostic at runtime. Use …
(edit) @12497   13 years vvoutilainen Consolidate string equality comparisons.
(edit) @12496   13 years vvoutilainen Consolidate case-sensitive/insensitive comparisons.
(edit) @12495   13 years vvoutilainen Use sane names for parameters.
(edit) @12494   13 years vvoutilainen Don't use StringBuilder? for StringFunctions? that can use arraycopy …
(edit) @12493   13 years vvoutilainen 1) do the param checking for all functions 2) with the consolidated …
(edit) @12492   13 years Mark Evenson Revert r12490. ABCL system Lisp should not break the abstraction …
(edit) @12491   13 years Mark Evenson DIRECTORY works for (some) jar:file cases. Doesn't handle JAR in JAR …
(edit) @12490   13 years vvoutilainen More cleanups, introduce a function for adjusting return values when a …
(edit) @12489   13 years vvoutilainen 1) implement string-greaterp in terms of string-lessp 2) implement …
(edit) @12488   13 years vvoutilainen 1) remove copy-paste code, consolidate index and char array extraction …
(edit) @12486   13 years Mark Evenson Fix a couple of bugs in PATHNAME; reindent primitives. Restablish …
Note: See TracRevisionLog for help on using the revision log.