Timeline



07/24/10:

20:29 Milestone 0.21 completed
20:27 Changeset [12824] by ehuelsmann
Add 0.21.0 release files.
19:05 Changeset [12823] by ehuelsmann
Bump branch version to 0.21.1-dev, now that 0.21.0 has been tagged.
19:04 Changeset [12822] by ehuelsmann
Tag 0.21.0.

07/22/10:

18:34 Changeset [12821] by ehuelsmann
Backport r12815 (printing of conditions with unbound format-control).
18:21 Changeset [12820] by ehuelsmann
Backport part of r12814 which applies to r12809. Note: the remainder …
18:13 Changeset [12819] by ehuelsmann
Remove to-be-removed-by-0.22 deprecated symbols, now that we are 0.22.
18:12 Changeset [12818] by ehuelsmann
Upgrade ASDF to 2.004, as per request of their developer(s).
18:05 Changeset [12817] by ehuelsmann
With 0.21.x being branched, update the version of trunk.

07/21/10:

07:39 Changeset [12816] by Mark Evenson
Upgrade finding test results database for ASDF2.

07/20/10:

21:04 Changeset [12815] by astalla
Fixed printing of certain conditions (e.g., type-errors) with unbound …
18:36 Changeset [12814] by astalla
Fix for r12809: bind *print-readably* to NIL when printing conditions …

07/19/10:

21:04 Changeset [12813] by astalla
Java interop, small improvement: the first argument to jnew can now …
18:00 Changeset [12812] by ehuelsmann
Create 0.21 release maintenance branch.

07/17/10:

12:03 Changeset [12811] by Mark Evenson
Re-implement clean for ANSI tests in Lisp to work under Windows. …
10:26 Changeset [12810] by Mark Evenson
PATHNAME without namestring now has a non-printable representation.
10:26 Changeset [12809] by Mark Evenson
Honor *PRINT-READABLY* by throwing PRINT-NOT-READABLE for "#<". …
08:42 Changeset [12808] by Mark Evenson
Fix TAGS creation on win32 for long commandline limitations (Matt Sedon).

07/15/10:

23:32 JavaFfi edited by mseddon
(diff)
22:06 Changeset [12807] by ehuelsmann
Backport r12796-12805 from trunk. Reduces the current 37 ANSI …
21:43 Changeset [12806] by ehuelsmann
Rename 'local-variable-p' to 'variable-local-p' because …

07/13/10:

19:16 Changeset [12805] by astalla
Fixed bugs with custom slot and class options

07/12/10:

21:05 Changeset [12804] by astalla
Fix r12768: macroexpand the body in an environment augmented with the …
09:55 Changeset [12803] by Mark Evenson
Revert bad commit.
09:51 Changeset [12802] by Mark Evenson
Re-apply grovel tags patch.

07/11/10:

20:03 Changeset [12801] by Mark Evenson
MAKE-PATHNAME will now make UNC paths. If the HOST passed by …
07:19 Changeset [12800] by Mark Evenson
Add documentation markers for etags groveling for new functions.

07/10/10:

21:25 Ticket #102 (Wrapper scripts should honor CLASSPATH environment variables.) created by Mark Evenson
If the UNIX shell script 'abcl', or the DOS batch script 'abcl.bat' …
20:37 Changeset [12799] by Mark Evenson
Backout partial bad merge.
20:22 Changeset [12798] by Mark Evenson
[HEADS UP] Break Pathname to normalize cross-platform serializations. …
20:08 Changeset [12797] by Mark Evenson
Convert to a$$-backwards Pollock.

07/09/10:

21:01 Changeset [12796] by ehuelsmann
Merge trunk/abcl:r12762-r12795. Note: This branch will probably live …

07/08/10:

22:50 Changeset [12795] by ehuelsmann
CLASS-NAME integration for +lisp-integer+.
22:27 Changeset [12794] by ehuelsmann
CLASS-NAME integration for +lisp-character+.
22:18 Changeset [12793] by ehuelsmann
Remove commented-out code.
22:15 Changeset [12792] by ehuelsmann
CLASS-NAME integration for +lisp-symbol+.
21:57 Changeset [12791] by ehuelsmann
CLASS-NAME integration for +lisp-object+.

07/07/10:

22:15 Changeset [12790] by ehuelsmann
More CLASS-NAME integration.
20:53 Changeset [12789] by ehuelsmann
More CLASS-NAME integration.

07/06/10:

22:36 Changeset [12788] by ehuelsmann
Fix typo to restore build.
22:34 Changeset [12787] by ehuelsmann
More CLASS-NAME integration into pass2.
21:24 Changeset [12786] by ehuelsmann
First step of integration of CLASS-NAME structure in pass2.

07/04/10:

21:31 Changeset [12785] by ehuelsmann
Documentation.
09:41 Changeset [12784] by ehuelsmann
Add (some) class file generator tests.
09:25 Changeset [12783] by ehuelsmann
More fixes from test-writing.
08:45 Changeset [12782] by ehuelsmann
More fixes from test-writing.
07:49 Changeset [12781] by ehuelsmann
Small fixes found by test-writing.
06:43 Changeset [12780] by Mark Evenson
Small non-functional code and comment cleanups.

07/03/10:

22:15 Changeset [12779] by ehuelsmann
'Code' attribute creation.
22:05 Changeset [12778] by ehuelsmann
Managing field/method/attribute attributes.
21:40 Changeset [12777] by ehuelsmann
More pool management and serialization.
20:35 Changeset [12776] by ehuelsmann
More pool functions.

07/02/10:

09:42 Changeset [12775] by Mark Evenson
Fix compiler errors.

07/01/10:

21:02 Changeset [12774] by astalla
Added support for implementing multiple interfaces using jmake-proxy
20:57 Changeset [12773] by astalla
Added classpath manipulation primitives: java:add-to-classpath and …

06/27/10:

22:07 Changeset [12772] by ehuelsmann
Implement most of the constant pool functionality.
21:38 Changeset [12771] by astalla
Fixed the handling of disassemble: functions store the *load-truename* …
20:28 Changeset [12770] by ehuelsmann
Field/method finalization and writing.
19:48 Changeset [12769] by ehuelsmann
README.BRANCH update, pool-management and method finalization.
10:10 Changeset [12768] by ehuelsmann
Fix elimination of unused local functions: macroexpand before scanning …

06/25/10:

22:59 Changeset [12767] by ehuelsmann
More work-in-progress. Add file mistakenly not committed with WIP …
20:44 Ticket #101 (lambda list checking optimizes away dispatch macros which return nil) closed by ehuelsmann
fixed: (In [12766]) Fix #101: Regression in 0.20 where dispatch macros return NIL.
20:44 Changeset [12766] by ehuelsmann
Fix #101: Regression in 0.20 where dispatch macros return NIL.
10:46 Changeset [12765] by Mark Evenson
Update to ASDF-2.003 with local patches. Local patches differentiate …
09:20 Ticket #101 (lambda list checking optimizes away dispatch macros which return nil) created by Mark Evenson
After [r12693][1], dispatch macros which return nil are stripped from …
Note: See TracTimeline for information about the timeline view.