source: trunk/abcl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12622   14 years Mark Evenson Restore buildable trunk arising from ASDF2 compilation.
(edit) @12621   14 years Mark Evenson Add missing shell script from distribution.
(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) @12616   14 years Mark Evenson All URL/JAR tests now passing.
(edit) @12615   14 years Mark Evenson Tweaks to ABCL Lisp tests for convenience. RUN-MATCHING saves last …
(edit) @12614   14 years Mark Evenson Remove non-working URI encoding. This method was stripping out …
(edit) @12613   14 years Mark Evenson Document URL and jar pathname design changes.
(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) @12610   14 years Mark Evenson Separate jar and URL pathname tests into distinct files.
(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) @12606   14 years Mark Evenson Correct misnamed test.
(edit) @12605   14 years Mark Evenson Added *load-truename* and *load-pathname* forms to jar-file construction.
(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) @12573   14 years Mark Evenson plist not alist.
(edit) @12572   14 years Mark Evenson Move document to proper location.
(edit) @12571   14 years Mark Evenson Initial proposal for URLs to be used as Pathnames.
(edit) @12570   14 years Mark Evenson Fix JAVA-OBJECT whose tynot being properly coerced to array of …
(edit) @12563   14 years ehuelsmann Update README for release 0.19.1.
(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) @12560   14 years Mark Evenson More work on standalone documentation.
(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) @12556   14 years Mark Evenson Test results for 0.19.x branch as of r12555.
(edit) @12552   14 years Mark Evenson Refine TRANSLATE-PATHNAME to match SBCL's behavior on corner case. …
(edit) @12551   14 years Mark Evenson MAKE-PATHNAME does not have any merging directories semantics.
(edit) @12550   14 years Mark Evenson Fix loading of packed FASLs which have been renamed. Bug was present …
(edit) @12549   14 years Mark Evenson Allow TYPE to be :UNSPECIFIC. Fixes bug where the following would …
(edit) @12548   14 years Mark Evenson Documentation for using SLIME in ABCL.
(edit) @12546   14 years Mark Evenson nreverse() *command-line-arguments-list* to natural order. Found by …
(edit) @12544   14 years Mark Evenson Fix win32 bugs with :ABSOLUTE directory entries for jar pathnames.
(edit) @12543   14 years Mark Evenson Set SVN properties.
(edit) @12542   14 years Mark Evenson Add incomplete documentation of Java FFI.
(edit) @12541   14 years Mark Evenson Document INSPECT protocol for getParts().
(edit) @12540   14 years Mark Evenson Update ANSI test results for 0.19.0 OSX.
(edit) @12536   14 years ehuelsmann Add fix to be merged.
(edit) @12535   14 years ehuelsmann Fix returned values from SingleFloat?.getInstance() and …
(edit) @12532   14 years Mark Evenson Rename 'build.properties' to 'abcl.properties'. Eclipse uses …
(edit) @12531   14 years Mark Evenson Change jar pathname to have :ABSOLUTE directory entries. As pointed …
(edit) @12526   14 years ehuelsmann Fix ticket #85: CL-JSON throws an error where SBCL doesn't.
(edit) @12525   14 years Mark Evenson Restore trunk to buildable state after OSGi patch.
(edit) @12524   14 years Mark Evenson Enable ABCL to load in an OSGi context. OSGi abstracts the loading of …
(edit) @12523   14 years Mark Evenson Add informal BNF grammar description for JAR PATHNAME syntax.
(edit) @12522   14 years ehuelsmann With 0.19 brached, increase trunk version number.
(edit) @12521   14 years ehuelsmann Correct spelling error in helper function checkSlotDefination() -> …
(edit) @12519   14 years Mark Evenson Finalize CHANGES for 0.19 branch.
(edit) @12518   14 years Mark Evenson *DISASSEMBLER* may now contain a function to return the disassembler …
(edit) @12517   14 years astalla Preliminary support for DOSEQUENCE.
(edit) @12516   14 years astalla Support for user-extensible sequences, adapted from SBCL.
(edit) @12515   14 years vvoutilainen Move a couple EXT symbols close to other EXT symbols.
(edit) @12514   14 years Mark Evenson Create logical pathnames translations for "SYS:SRC" and "SYS:JAVA". …
(edit) @12513   14 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
(edit) @12512   14 years vvoutilainen Make Condition.writeToString() final, add documentation to …
(edit) @12511   14 years vvoutilainen Add a changelog entry for the with-standard-io-syntax bugfix.
(edit) @12510   14 years vvoutilainen Fix the test WITH-STANDARD-IO-SYNTAX.23, which was failing because our …
(edit) @12509   14 years Mark Evenson ANSI test database can now contain multiple test results per version. …
(edit) @12508   14 years Mark Evenson Code for parsing ANSI errors database.
(edit) @12507   14 years astalla Improve CHANGES for upcoming release.
(edit) @12506   14 years Mark Evenson Eliminate needless lookup for PATHNAME-MATCH-P primitive.
(edit) @12505   14 years astalla Added missing copy-tree for the function body in one case of lambda …
(edit) @12504   14 years Mark Evenson Implement HTTP HEAD Last-Modified checking for ZipCache? objects. …
(edit) @12503   14 years Mark Evenson DIRECTORY now works for jar pathnames. The semantics for listing …
(edit) @12502   14 years Mark Evenson ABCL system code should be platform agnostic at runtime. Use …
(edit) @12501   14 years Mark Evenson Improve CHANGES for upcoming release.
(edit) @12500   14 years Mark Evenson Correct contributor's last name spelling.
(edit) @12499   14 years Mark Evenson Further annotation for upcoming release.
Note: See TracRevisionLog for help on using the revision log.