Timeline
07/24/10:
- 20:29 Milestone 0.21 completed
- 20:27 Changeset [12824] by
- Add 0.21.0 release files.
- 19:05 Changeset [12823] by
- Bump branch version to 0.21.1-dev, now that 0.21.0 has been tagged.
- 19:04 Changeset [12822] by
- Tag 0.21.0.
07/22/10:
- 18:34 Changeset [12821] by
- Backport r12815 (printing of conditions with unbound format-control).
- 18:21 Changeset [12820] by
- Backport part of r12814 which applies to r12809. Note: the remainder …
- 18:13 Changeset [12819] by
- Remove to-be-removed-by-0.22 deprecated symbols, now that we are 0.22.
- 18:12 Changeset [12818] by
- Upgrade ASDF to 2.004, as per request of their developer(s).
- 18:05 Changeset [12817] by
- With 0.21.x being branched, update the version of trunk.
07/21/10:
- 07:39 Changeset [12816] by
- Upgrade finding test results database for ASDF2.
07/20/10:
- 21:04 Changeset [12815] by
- Fixed printing of certain conditions (e.g., type-errors) with unbound …
- 18:36 Changeset [12814] by
- Fix for r12809: bind *print-readably* to NIL when printing conditions …
07/19/10:
- 21:04 Changeset [12813] by
- Java interop, small improvement: the first argument to jnew can now …
- 18:00 Changeset [12812] by
- Create 0.21 release maintenance branch.
07/17/10:
- 12:03 Changeset [12811] by
- Re-implement clean for ANSI tests in Lisp to work under Windows. …
- 10:26 Changeset [12810] by
- PATHNAME without namestring now has a non-printable representation.
- 10:26 Changeset [12809] by
- Honor *PRINT-READABLY* by throwing PRINT-NOT-READABLE for "#<". …
- 08:42 Changeset [12808] by
- Fix TAGS creation on win32 for long commandline limitations (Matt Sedon).
07/15/10:
- 23:32 JavaFfi edited by
- (diff)
- 22:06 Changeset [12807] by
- Backport r12796-12805 from trunk. Reduces the current 37 ANSI …
- 21:43 Changeset [12806] by
- Rename 'local-variable-p' to 'variable-local-p' because …
07/13/10:
- 19:16 Changeset [12805] by
- Fixed bugs with custom slot and class options
07/12/10:
- 21:05 Changeset [12804] by
- Fix r12768: macroexpand the body in an environment augmented with the …
- 09:55 Changeset [12803] by
- Revert bad commit.
- 09:51 Changeset [12802] by
- Re-apply grovel tags patch.
07/11/10:
- 20:03 Changeset [12801] by
- MAKE-PATHNAME will now make UNC paths. If the HOST passed by …
- 07:19 Changeset [12800] by
- 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
- If the UNIX shell script 'abcl', or the DOS batch script 'abcl.bat' …
- 20:37 Changeset [12799] by
- Backout partial bad merge.
- 20:22 Changeset [12798] by
- [HEADS UP] Break Pathname to normalize cross-platform serializations. …
- 20:08 Changeset [12797] by
- Convert to a$$-backwards Pollock.
07/09/10:
- 21:01 Changeset [12796] by
- Merge trunk/abcl:r12762-r12795. Note: This branch will probably live …
07/08/10:
- 22:50 Changeset [12795] by
- CLASS-NAME integration for +lisp-integer+.
- 22:27 Changeset [12794] by
- CLASS-NAME integration for +lisp-character+.
- 22:18 Changeset [12793] by
- Remove commented-out code.
- 22:15 Changeset [12792] by
- CLASS-NAME integration for +lisp-symbol+.
- 21:57 Changeset [12791] by
- CLASS-NAME integration for +lisp-object+.
07/07/10:
- 22:15 Changeset [12790] by
- More CLASS-NAME integration.
- 20:53 Changeset [12789] by
- More CLASS-NAME integration.
07/06/10:
- 22:36 Changeset [12788] by
- Fix typo to restore build.
- 22:34 Changeset [12787] by
- More CLASS-NAME integration into pass2.
- 21:24 Changeset [12786] by
- First step of integration of CLASS-NAME structure in pass2.
07/04/10:
- 21:31 Changeset [12785] by
- Documentation.
- 09:41 Changeset [12784] by
- Add (some) class file generator tests.
- 09:25 Changeset [12783] by
- More fixes from test-writing.
- 08:45 Changeset [12782] by
- More fixes from test-writing.
- 07:49 Changeset [12781] by
- Small fixes found by test-writing.
- 06:43 Changeset [12780] by
- Small non-functional code and comment cleanups.
07/03/10:
- 22:15 Changeset [12779] by
- 'Code' attribute creation.
- 22:05 Changeset [12778] by
- Managing field/method/attribute attributes.
- 21:40 Changeset [12777] by
- More pool management and serialization.
- 20:35 Changeset [12776] by
- More pool functions.
07/02/10:
- 09:42 Changeset [12775] by
- Fix compiler errors.
07/01/10:
- 21:02 Changeset [12774] by
- Added support for implementing multiple interfaces using jmake-proxy
- 20:57 Changeset [12773] by
- Added classpath manipulation primitives: java:add-to-classpath and …
06/27/10:
- 22:07 Changeset [12772] by
- Implement most of the constant pool functionality.
- 21:38 Changeset [12771] by
- Fixed the handling of disassemble: functions store the *load-truename* …
- 20:28 Changeset [12770] by
- Field/method finalization and writing.
- 19:48 Changeset [12769] by
- README.BRANCH update, pool-management and method finalization.
- 10:10 Changeset [12768] by
- Fix elimination of unused local functions: macroexpand before scanning …
06/25/10:
- 22:59 Changeset [12767] by
- 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
- fixed: (In [12766]) Fix #101: Regression in 0.20 where dispatch macros return NIL.
- 20:44 Changeset [12766] by
- Fix #101: Regression in 0.20 where dispatch macros return NIL.
- 10:46 Changeset [12765] by
- 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
- After [r12693][1], dispatch macros which return nil are stripped from …
Note: See TracTimeline
for information about the timeline view.