Timeline



03/14/09:

22:59 Changeset [11708] by ehuelsmann
Save/Restore? dynamic environment for functions which take a special …
21:52 Changeset [11707] by ehuelsmann
r11706 follow up: Jump over the exception handler.
21:42 Ticket #53 (CATCH.6 ANSI test failure) created by ehuelsmann
The ANSI test CATCH.6 fails, because it uses small bignums: The test …
21:27 Changeset [11706] by ehuelsmann
Protect lastSpecialBinding from unexpected PROGV body termination. See …
20:18 Changeset [11705] by ehuelsmann
Make MULTIPLE-VALUE-BIND restore its specials environment upon …

03/13/09:

22:21 Changeset [11704] by ehuelsmann
Restore lastSpecialBinding upon exception-driven LET/LET* block exit.

03/12/09:

21:41 Ticket #52 (Install lastSpecialBinding "finally" handler) created by ehuelsmann
Not in all places where the compiler binds specials, it installs a …

03/10/09:

22:22 Changeset [11703] by ehuelsmann
DOTIMES loop variable efficiency: if the derived type of the limit var …

03/09/09:

20:02 Changeset [11702] by astalla
Added BRANCH-README, deleted dist directory that was incorrectly added

03/07/09:

19:53 Changeset [11701] by ehuelsmann
Remove j.lisp and emacs.lisp; Kevin Krouse indicates J doesn't use …

03/06/09:

20:21 Changeset [11700] by ehuelsmann
Add OpenBSD and NetBSD platform detection support. Patch by: Julian …
00:01 Changeset [11699] by astalla
Copied files from trunk + modifications for Serialization.

03/05/09:

23:20 Changeset [11698] by astalla
reverted wrong commit.
23:12 Changeset [11697] by astalla
Serialization support for some lisp objects.
23:04 Changeset [11696] by astalla
Created save-image branch for experiments in providing save-image …

03/03/09:

22:10 Changeset [11695] by ehuelsmann
Fix DESCRIBE output by registering documentation on functions. Patch …

03/01/09:

21:58 Changeset [11694] by ehuelsmann
Update website to show our new release.
20:47 Changeset [11693] by ehuelsmann
Make boxing/unboxing more efficient: Instead of "calling the boxing …
20:14 Changeset [11692] by ehuelsmann
Add 2 missing @Override annotations.
20:11 Changeset [11691] by ehuelsmann
Don't box values which have well-defined meanings within the Lisp …

02/28/09:

13:40 Changeset [11690] by ehuelsmann
Increase version number, after tagging 0.13.0.
13:39 Changeset [11689] by ehuelsmann
Tag 0.13.0.
12:09 Ticket #51 (Implement debugger option to retry/return from stack frame) created by ehuelsmann
It would be very valuable to be able to retry a stack frame after …
12:06 Ticket #50 (Implement STEP) created by ehuelsmann
STEP is currently implemented conformant, but trivially to evaluate …
11:05 Changeset [11688] by ehuelsmann
Add list() with variadic arguments.

02/23/09:

21:26 Changeset [11687] by ehuelsmann
Remove libabcl.so, which is about setting a SIGINT signal handler. …
21:12 Changeset [11686] by ehuelsmann
Fix 'newer' check: check the build-artifacts in the build root …
20:22 Changeset [11685] by astalla
Fixed interpreter creation.

02/22/09:

23:17 Changeset [11684] by ehuelsmann
Since 0.13 was branched, trunk/ now is 0.14…
22:38 Changeset [11683] by ehuelsmann
Some small tweaks and a fixme note.
22:05 Changeset [11682] by ehuelsmann
Fix ':BATCH NIL' build. Found by: Ville
19:42 Changeset [11681] by ehuelsmann
*nix compilation fixes for Lisp based build.
15:49 Changeset [11680] by ehuelsmann
Rename/ introduce variables for clarity.
15:35 Changeset [11679] by ehuelsmann
Add some comments.
15:13 Changeset [11678] by ehuelsmann
Lisp builds store build-artifacts outside of the source tree …

02/21/09:

21:53 Changeset [11677] by ehuelsmann
Remove accidentally committed debug PRINT forms.
19:14 Changeset [11676] by ehuelsmann
If we can't locate the lisp home location, fall back on a system …
09:33 Changeset [11675] by ehuelsmann
Support compiling the system to a different output path. …

02/20/09:

20:17 Changeset [11674] by ehuelsmann
More lispy MAKE-CLASSES.
19:56 Changeset [11673] by ehuelsmann
Trade with-current-directory macro for more lispy syntax.

02/19/09:

22:13 Changeset [11672] by ehuelsmann
Remove code duplication: use loadCompiledFunction(InputStream?, int) …
21:12 Ticket #49 (Support loading of compiled functions off byte arrays) created by ehuelsmann
loadCompiledFunction() in Lisp.java loads bytes out of a file, then …
19:49 Ticket #47 (toplevel TRACE form cannot be compiled) closed by ehuelsmann
fixed: Fixed again (differently) in r11668.
08:54 Changeset [11671] by Mark Evenson
Merge removal of CLOS from TRACE from trunk by Erik in r11668. Update …
07:55 Changeset [11670] by Mark Evenson
Continued iteration of documentation for release.
07:30 Changeset [11669] by Mark Evenson
Merged fix from r11667 for toplevel REPL bad interaction with *PRINT-LEVEL.
07:29 Changeset [11668] by ehuelsmann
Prevent CLOS from kicking in on TRACE; makes sure the compiler doesn't …

02/18/09:

21:41 Changeset [11667] by ehuelsmann
Move the binding of *PRINT-LENGTH* outside of the inner REPL-loop; …
19:38 Changeset [11666] by vvoutilainen
Merge latest trunk modification.
19:38 Changeset [11665] by vvoutilainen
Add a mention about classpath exception in the beginning of the file.
19:24 Changeset [11664] by vvoutilainen
Make the same license text 'refactorings' as were made in trunk. This …
12:12 Changeset [11663] by Mark Evenson
Patch CLISP build as per …
12:10 Changeset [11662] by Mark Evenson
Mark version as abcl-0.12.42. Update SLIME documentation.
12:09 Changeset [11661] by Mark Evenson
Restablish TRACE facility as per svn r11659. Start documentation for …

02/15/09:

21:25 Changeset [11660] by ehuelsmann
Fix our lisp based build for CLISP 2.47 (and hopefully from there onwards).

02/14/09:

16:00 Changeset [11659] by Mark Evenson
Re-enable compilation of TRACE forms. Introduces a bug by including …
15:53 Ticket #48 (SLIME CVS HEAD as of 2008-12-30 broken) created by Mark Evenson
Symptom is the failed listening to SlimeInputStream? that doesn't …
12:52 Changeset [11658] by vvoutilainen
Move GPLv2 text to COPYING, append Classpath exception to COPYING, …
Note: See TracTimeline for information about the timeline view.