source: branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11867   15 years ehuelsmann Delete merged branch.
(edit) @11865   15 years ehuelsmann Create new closure arrays when creating new closures. This prevents …
(edit) @11864   15 years ehuelsmann Duplicate closure arrays if the compiland defines bindings of itself: …
(edit) @11863   15 years ehuelsmann Initialize the closure slots with a binding, so that we won't need to …
(edit) @11862   15 years ehuelsmann Fix stack ordering problems introduced when creating closure bindings.
(edit) @11861   15 years ehuelsmann Work in progress on changing the closure array over from variables to …
(edit) @11860   15 years ehuelsmann Create a place to store my work in progress.
(edit) @11743   15 years ehuelsmann Bump version number.
(edit) @11741   15 years ehuelsmann Backport r11740.
(edit) @11739   15 years ehuelsmann Update version number in release branch to 0.14.1-dev.
(edit) @11737   15 years ehuelsmann Update release date of 0.14.0.
(edit) @11735   15 years ehuelsmann Delete release branches of releases no longer supported.
(edit) @11733   15 years ehuelsmann Branch 0.14.x in preparation of the 0.14.0 relaese.
(edit) @11702   15 years astalla Added BRANCH-README, deleted dist directory that was incorrectly added
(edit) @11699   15 years astalla Copied files from trunk + modifications for Serialization.
(edit) @11696   15 years astalla Created save-image branch for experiments in providing save-image …
(edit) @11690   15 years ehuelsmann Increase version number, after tagging 0.13.0.
(edit) @11671   15 years Mark Evenson Merge removal of CLOS from TRACE from trunk by Erik in r11668. Update …
(edit) @11670   15 years Mark Evenson Continued iteration of documentation for release.
(edit) @11669   15 years Mark Evenson Merged fix from r11667 for toplevel REPL bad interaction with *PRINT-LEVEL.
(edit) @11666   15 years vvoutilainen Merge latest trunk modification.
(edit) @11664   15 years vvoutilainen Make the same license text 'refactorings' as were made in trunk. This …
(edit) @11663   15 years Mark Evenson Patch CLISP build as per …
(edit) @11662   15 years Mark Evenson Mark version as abcl-0.12.42. Update SLIME documentation.
(edit) @11661   15 years Mark Evenson Restablish TRACE facility as per svn r11659. Start documentation for …
(edit) @11657   15 years ehuelsmann Delete branch which has been long merged to trunk.
(edit) @11656   15 years ehuelsmann Branch for preparation of the 0.13 release series.
(edit) @11559   15 years astalla Better handling of java<->lisp value conversion in (get/set) …
(edit) @11558   15 years astalla Solved a bug in invokeFunction (the symbol was not derived correctly …
(edit) @11552   15 years astalla - fixed a bug in print-object (java-class), thanks to logicmoo - …
(edit) @11451   15 years astalla Compatibility with Java 5: using the ANT-based build, the JSR-223 …
(edit) @11450   15 years astalla JavaBean? property support (jproperty-value) Minor code cleanup Started …
(edit) @11447   15 years ehuelsmann Update version number following release tag.
(edit) @11445   15 years ehuelsmann Update version string.
(edit) @11444   15 years ehuelsmann Create maintenance branch 0.12.x.
(edit) @11432   15 years ehuelsmann Support setting external format parameters without affecting the …
(edit) @11431   15 years ehuelsmann RandomAccessCharacterFile? should implement its reader as a decendant …
(edit) @11430   15 years ehuelsmann Resolve 2 FIXMEs. * Stream.java:Stream::_writeChars(): Don't try to …
(edit) @11429   15 years ehuelsmann Fix LISTEN.6.
(edit) @11428   15 years ehuelsmann Fix LISTEN.1 and LISTEN.3 by checking if a character can actually be …
(edit) @11427   15 years ehuelsmann Fix STRING-INPUT-STREAM GET-OFFSET with non-zero :start offset.
(edit) @11426   15 years ehuelsmann Make sure we don't write more characters to the string than requested: …
(edit) @11425   15 years ehuelsmann Fix most reader test failures: don't increment the current position if …
(edit) @11424   15 years ehuelsmann Remove redundant variables. Found by: Douglas Miles
(edit) @11423   15 years ehuelsmann More code re-use.
(edit) @11422   15 years ehuelsmann Fix CLEAR-INPUT tests. * Stream.java:Stream::_clearInput(): Check for …
(edit) @11421   15 years ehuelsmann Remove unused import.
(edit) @11420   15 years ehuelsmann Cleanup: with the right initialization, we can reuse most of the code …
(edit) @11419   15 years ehuelsmann Make one variable out of reader and pushbackReader: they need to point …
(edit) @11418   15 years ehuelsmann Add @Override modifiers before (possibly) editing these files.
(edit) @11417   15 years ehuelsmann Rename variables shadowing fields.
(edit) @11416   15 years ehuelsmann Fix partially-reverted change: remove eolseq.
(edit) @11415   15 years ehuelsmann Support EXTERNAL-FORMAT for socket streams. Found by: Hideo at Yokohama
(edit) @11414   15 years ehuelsmann Un-duplicate Stream and FileStream? implementations. Patch by: Hideo …
(edit) @11411   15 years ehuelsmann Fix eol-style initialization and double-output.
(edit) @11410   15 years ehuelsmann Fix string out-of-bounds error.
(edit) @11409   15 years ehuelsmann End-of-line translation for generic streams.
(edit) @11408   15 years ehuelsmann Revert unintended part from r11407.
(edit) @11407   15 years ehuelsmann Allow for null ENCODING values: they mean "default".
(edit) @11406   15 years ehuelsmann Handle external format in Stream.java, in preparation of it being …
(edit) @11405   15 years ehuelsmann Cleanup: Add some @Override modifiers and remove unused imports.
(edit) @11404   15 years ehuelsmann Default to the system encoding for input/output streams when no …
(edit) @11403   15 years ehuelsmann Adjust integration between RandomAccessCharacterFile? and FileStream?. …
(edit) @11402   15 years ehuelsmann Undo part of r11401.
(edit) @11401   15 years ehuelsmann Fix character doubling issue and the end-of-line style being written.
(edit) @11400   15 years ehuelsmann Set fixed line ending style. Found by: Hideo
(edit) @11395   15 years ehuelsmann Commit in-progress implementation. Note: This commit still fails ansi …
(edit) @11394   15 years ehuelsmann Create branch to commit support :EXTERNAL-FORMAT progress for OPEN.
(edit) @11393   15 years astalla Implemented the Compilable interface and refactored the script …
(edit) @11389   15 years astalla - Added support for lisp-this for interface implementations - …
(edit) @11381   15 years astalla Added missing JavaClass?.java
(edit) @11379   15 years astalla jmake-proxy now is a generic function. A couple of simple methods are …
(edit) @11378   15 years astalla Added CLOS method dispatch on Java classes: a new java:jclass …
(edit) @11370   15 years astalla Fixed: proxy handling of no-args methods; problems caused by closing …
(edit) @11369   15 years astalla Introduced jmake-invocation-handler and jmake-proxy.
(edit) @11368   15 years astalla New jimplement-interface functionality allowing some sort of limited …
(edit) @11362   15 years astalla Modified build.xml to integrate Java Scripting API support for ABCL.
(edit) @11360   15 years ehuelsmann Initial import of ABCL scripting engine implementation. Patch by: …
(edit) @11359   15 years ehuelsmann Create scripting branch for implementation of scripting JSR.
(add) @1   21 years (none) Standard project directories initialized by cvs2svn.
Note: See TracRevisionLog for help on using the revision log.