Timeline



04/12/09:

16:32 Ticket #52 (Install lastSpecialBinding "finally" handler) closed by ehuelsmann
fixed
13:47 Changeset [11755] by ehuelsmann
Implement MACROEXPAND-ALL and COMPILER-LET as internal symbols to the …
10:53 Changeset [11754] by vvoutilainen
Convert using ClassCastException? to checking instanceof. Performance …
10:41 Changeset [11753] by ehuelsmann
Remove J from our repository. It's being maintained at SourceForge? and …
03:23 Changeset [11752] by ehuelsmann
Use the -jar option for a shorter command line: the .jar contains the …
03:21 Changeset [11751] by ehuelsmann
Don't catch STDERR output into the property, so that it becomes usable …

04/11/09:

21:47 Changeset [11750] by Mark Evenson
Don't die if if the Java system property 'os.arch' doesn't exist. …

04/09/09:

14:17 Changeset [11749] by ehuelsmann
Follow up to r11747: remove SETF which causes iteration to terminate, …

04/08/09:

06:04 Changeset [11748] by ehuelsmann
Revert r11746. It turns out to break the ANSI test suite and I don't …

04/07/09:

21:14 Changeset [11747] by ehuelsmann
Fix excessive stack use while resolving #n= and #n#: Don't recurse …

04/06/09:

20:43 Changeset [11746] by ehuelsmann
Fix reader memory leak.
19:40 Changeset [11745] by ehuelsmann
Remove since-long deprecated initialization files and unsupported …
19:24 Changeset [11744] by ehuelsmann
Remove references to "libabcl.so" which was deleted sometime during 0.13.

04/05/09:

21:12 Changeset [11743] by ehuelsmann
Bump version number.
21:12 Changeset [11742] by ehuelsmann
Tag 0.14.1.
21:08 Changeset [11741] by ehuelsmann
Backport r11740.
21:01 Changeset [11740] by ehuelsmann
Fix tarbal creation.
06:23 Changeset [11739] by ehuelsmann
Update version number in release branch to 0.14.1-dev.
06:22 Changeset [11738] by ehuelsmann
Create 0.14.0 release tag.
06:21 Changeset [11737] by ehuelsmann
Update release date of 0.14.0.
06:20 Changeset [11736] by ehuelsmann
Update release date of 0.14.0.
06:04 Changeset [11735] by ehuelsmann
Delete release branches of releases no longer supported.
06:03 Changeset [11734] by ehuelsmann
Update version number on trunk now that 0.14.x is on a branch.
06:00 Changeset [11733] by ehuelsmann
Branch 0.14.x in preparation of the 0.14.0 relaese.
05:57 Changeset [11732] by ehuelsmann
Update CHANGES with last-nights commits.

04/04/09:

22:22 Changeset [11731] by ehuelsmann
Share code already abstracted out elsewhere (use OverUnderFlowCheck?()).
22:16 Changeset [11730] by ehuelsmann
No longer work around absense of Math.{sinh(),cosh(),tanh()}; their …
21:57 Changeset [11729] by ehuelsmann
Fix EXPT with a Bignum exponent. At the same time, simplify EXPT and …
21:14 Changeset [11728] by ehuelsmann
java.lang.Math has the 'log10()' function since 1.5. Our minimal …
19:18 Changeset [11727] by ehuelsmann
Add CHANGES file, summarizing changes per release.

04/03/09:

21:52 Changeset [11726] by ehuelsmann
Fix class dependency issue. The current code works on Sun, however …
21:17 Changeset [11725] by ehuelsmann
Code audited for the use of MACROEXPAND without an environment. Also, …
20:17 Changeset [11724] by ehuelsmann
Make the scripting engine use the Bignum factory instead of the (now …
19:41 Changeset [11723] by ehuelsmann
Fix [interpreted mode] RESTART-CASE.{29,30,31}. When expanding macros …

04/01/09:

19:58 Changeset [11722] by ehuelsmann
Make sure to create Fixnums when the LispInteger/Bignum? created is in …

03/29/09:

19:31 Changeset [11721] by astalla
Corrected comment about function signature
09:52 Changeset [11720] by ehuelsmann
Fix unbound variable error.
07:56 Changeset [11719] by ehuelsmann
Fix COMPILE called inside COMPILE-FILE: COMPILE doesn't compile to a …

03/26/09:

20:58 Changeset [11718] by ehuelsmann
Fix multiplication of Complex values. Patch by: Robert Dodier …

03/25/09:

21:01 Changeset [11717] by astalla
Added autoloads for byte-array-output-stream.
21:00 Changeset [11716] by astalla
Created byte-array-output-stream
20:29 Changeset [11715] by astalla
Factored out an overload of loadCompiledFunction that can load a …

03/23/09:

20:05 Changeset [11714] by ehuelsmann
Use the Fixnum factory instead of creating new Fixnums all over the …

03/19/09:

16:13 Changeset [11713] by ehuelsmann
Fix ACOS with complex argument. Found by: Robert Dodier through the …

03/16/09:

21:35 JavaScriptingAPI edited by astalla
(diff)
21:14 JavaScriptingAPI edited by astalla
(diff)
15:22 JavaScriptingAPI edited by astalla
(diff)
15:20 JavaScriptingAPI edited by astalla
(diff)
15:12 JavaScriptingAPI edited by astalla
(diff)
14:59 JavaScriptingAPI edited by astalla
(diff)
13:50 JavaScriptingAPI edited by astalla
(diff)
13:49 JavaScriptingAPI created by astalla
13:46 DesignOverviewIndex edited by astalla
(diff)

03/15/09:

22:58 Changeset [11712] by ehuelsmann
Fix special binding issue related to arguments declared special. …
15:51 Changeset [11711] by ehuelsmann
Switch our internals over to the new variadic list() function.
15:08 Changeset [11710] by ehuelsmann
Implement a generic 'list()' function instead of 9 ones.
07:54 Changeset [11709] by ehuelsmann
Remove unnecessary saving/restoring of dynamic environment from …

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.
Note: See TracTimeline for information about the timeline view.