Timeline
08/13/11:
- 21:54 Changeset [13490] by
- More code duplication removal.
- 21:08 Changeset [13489] by
- Code duplication refactoring.
- 20:26 Changeset [13488] by
- Eliminate the need for functions defined using LABELS to be stored in …
- 14:25 Changeset [13487] by
- Store instances of local functions in their parent compiland.
- 10:30 Changeset [13486] by
- Assign all local functions a field in the immediate parent; also make …
- 09:13 Changeset [13485] by
- Remove two structure slots which are read only once, in favor of …
- 08:29 Changeset [13484] by
- Store local functions in the parent compiland, since you can't reach …
- 06:46 Changeset [13483] by
- FAQ improvements. Explain how to avoid recompilation. Remove claim …
- 05:48 Changeset [13482] by
- Adjust r13452 to absence of princToString() in abcl-0.26.x.
- 05:43 Changeset [13481] by
- Update CHANGES to reflect backports.
- 05:38 Changeset [13480] by
- Backport r13428: Enable compilation with Java 7.
- 05:36 Changeset [13479] by
- Backport r13439: Fix #131: Don't include ':' in the version string.
- 05:35 Changeset [13478] by
- Backport r13450: Fix #141 (SETF of APPLY not working with arbitrary …
- 05:34 Changeset [13477] by
- Backport r13452: Include filename in the error string being reported.
- 05:32 Changeset [13476] by
- Backport r13458: Include the test source in the release.
- 05:31 Changeset [13475] by
- Backport r13456: Include ASDF definition in source release.
- 05:08 Changeset [13474] by
- Backport r13460: Fix loading from fasls under Windows with whitespace …
08/12/11:
- 22:31 Changeset [13473] by
- Finally clean up the mess that made up p1-flet and p1-labels, at the …
- 20:39 Changeset [13472] by
- Miscelaneous improvements, mostly by moving code around.
- 20:07 Changeset [13471] by
- LOCAL-FUNCTION has a 'compiland' field now, no CLASS-FILE anymore.
- 19:43 Changeset [13470] by
- Explicitly record the children of a compiland for later use, instead …
- 19:12 Changeset [13469] by
- Remove duplicate information and the need to keep it up to date.
- 18:53 Changeset [13468] by
- Move variable-updating form to ditch PROGN form (and locally untabify).
- 12:27 Changeset [13467] by
- Repair incorrect last minute (uncompiled) change.
- 12:08 Changeset [13466] by
- Reduce load time of nested functions and the number of class loader …
- 12:00 Changeset [13465] by
- Delete commented out code which isn't returning any time soon.
08/11/11:
- 19:44 Changeset [13464] by
- On second thought: revert r13463, it's not about value assignment, but …
- 17:05 Changeset [13463] by
- Code generation efficiency: when the closure array is only read from: …
- 17:04 Changeset [13462] by
- Prepare for more debugging support. (Unbreaks last commit.)
- 17:01 Changeset [13461] by
- Print expected minimum and maximum argument list lengths in …
- 15:44 Changeset [13460] by
- Fix loading from fasls under Windows with whitespace in pathname. A …
- 15:44 Changeset [13459] by
- TRANSLATE-PATHNAME.5 is no longer failing.
- 15:21 Changeset [13458] by
- Include the test source in the release.
- 15:21 Changeset [13457] by
- Fix JAR-PATHNAME tests. Remove the wrong-headed use of TRUENAME at …
- 14:07 Changeset [13456] by
- Include ASDF definition in source release.
- 09:45 Changeset [13455] by
- Document running ABCL in the manual.
- 09:45 Changeset [13454] by
- Tweak appearance and contents of help message.
- 07:30 Changeset [13453] by
- Remove code duplication: operators know how to print themselves …
08/09/11:
- 20:54 Changeset [13452] by
- Include filename in the error string being reported. Found by: Blake …
08/07/11:
- 22:11 Changeset [13451] by
- Use pre-compiled closures to populate the reader/writer accessors for …
- 20:18 Ticket #141 (Fix the SETF expander to work with APPLY for arbitrary function) closed by
- fixed: (In [13450]) Fix #141 (SETF of APPLY not working with arbitrary …
- 20:17 Changeset [13450] by
- Fix #141 (SETF of APPLY not working with arbitrary function) by …
- 14:20 Changeset [13449] by
- Dead code removal.
- 14:14 Changeset [13448] by
- Add more documentation.
- 12:51 Changeset [13447] by
- Add documentation.
08/06/11:
- 18:48 Ticket #2 (Human readable printing of errors and conditions) closed by
- fixed: Some of these have been fixed; no known others. Please reopen specific …
- 18:44 Ticket #96 (Lambda list &rest interpreter error) closed by
- fixed: 0.26 reports "&REST/&BODY must precede &KEY" which is the correct …
- 17:54 Ticket #122 (printObject() infrastructure doesn't support *PRINT-CIRCLE*) closed by
- fixed: writeToString() has been renamed to printObject().
- 17:53 Ticket #160 (Printing objects with "#<" in their readable representation fail to ...) closed by
- fixed: Fixed in r13446.
- 17:48 Ticket #147 (*PRINT-CASE* setting affects compiler) closed by
- fixed: This ticket has been fixed. r13274.
- 16:59 Ticket #158 (Printing "#<abc>" fails when *PRINT-READABLY* non-NIL) closed by
- fixed: (In [13446]) Fix #158: Print "#<abc>" fails with *PRINT-READABLY* …
- 16:59 Changeset [13446] by
- Fix #158: Print "#<abc>" fails with *PRINT-READABLY* non-NIL. Note: …
- 14:46 Changeset [13445] by
- Print unreadable strings with unreadableString() exclusively, so it …
- 13:51 Changeset [13444] by
- Reduce the number of required unreadableString() methods by removing …
- 13:03 Changeset [13443] by
- Rename more occurrances of writeToString to printObject.
08/05/11:
- 21:51 Changeset [13442] by
- Remove .toString() methods which override default Java output to be …
- 21:47 Changeset [13441] by
- Add missing file properties.
- 21:25 Changeset [13440] by
- Rename writeToString() to printObject() since that's what it's being …
- 13:06 Ticket #131 (LISP-IMPLEMENTATION-VERSION with svn information breaks SLIME.) closed by
- fixed
- 13:05 Changeset [13439] by
- Fix #131: Don't include ':' in the version string.
- 09:30 Changeset [13438] by
- Manual renders to pdf via pdflatex.
08/04/11:
- 16:04 Changeset [13437] by
- Working through manual printing issues (incomplete).
- 15:07 Changeset [13436] by
- Fix JSS load by adding missing file.
08/02/11:
- 21:15 Changeset [13435] by
- Correct function name.
- 20:57 Changeset [13434] by
- Correct stream being modified to be *DEBUG-IO* bound streams.
- 16:05 Changeset [13433] by
- Note that finalize-inheritance isn't a generic function.
- 15:18 Ticket #157 (0.26 ansi-test regressions) closed by
- fixed: abcl-0.26.1 was released without known regressions.
- 15:14 Ticket #156 (Readtime macro compiler error) closed by
- fixed: r13380 allows compilation to succeed, but the compiled code is …
08/01/11:
- 21:34 Changeset [13432] by
- Fix the ABCL-ASDF:*ADDED-TO-CLASSPATH* to actually record additions. …
- 21:34 Changeset [13431] by
- Allow ASDF definitions for JAR-FILE to include ".jar". This increases …
- 21:34 Changeset [13430] by
- Refactor ASDF extensions from JSS into ABCL-ASDF. The JAR-FILE, …
07/31/11:
- 13:01 Changeset [13429] by
- Update tests results for Java7 (and abcl-0.26.1).
- 11:46 Changeset [13428] by
- Enable compilation with Java 7.
- 11:46 Changeset [13427] by
- Record ANSI test failures for r13415.
07/27/11:
- 14:04 Changeset [13426] by
- Update links to new release.
- 14:01 Changeset [13425] by
- Add 0.26 release notes.
- 14:00 Changeset [13424] by
- Delete files uploaded in error.
- 13:31 Changeset [13423] by
- Publish 0.26.1 distribution archives.
- 12:46 Changeset [13422] by
- Increase branch version number to 0.26.2-dev.
- 12:45 Changeset [13421] by
- Tag 0.26.1.
- 06:53 Changeset [13420] by
- Forwardport r13419: CHANGES from abcl-0.26.x branch.
- 06:51 Changeset [13419] by
- Note ASDF and reader changes.
- 06:49 Changeset [13418] by
- Backport r13417: Upgrade to asdf-2.017.
- 06:44 Changeset [13417] by
- Upgrade to asdf-2.017.
07/26/11:
- 19:55 Changeset [13416] by
- Backport r13415: make #\Uxxxx a synonym for a character not the …
- 18:50 Changeset [13415] by
- Don't print the #\Uxxxx representation for character codes greater …
07/22/11:
- 06:20 Changeset [13414] by
- Update with ANSI test results for 0.26.1.
07/21/11:
- 21:35 Changeset [13413] by
- Backport r13412 and update CHANGES.
- 18:59 Changeset [13412] by
- Fix Java interop issue. Found by: Theam Yong Chew (senatorzergling at …
07/17/11:
- 15:53 Changeset [13411] by
- Update CHANGES.
- 15:53 Changeset [13410] by
- Backport r13407 and r13408: fixes for pretty printer output with …
- 10:50 Changeset [13409] by
- Re #160: note the root cause.
- 10:47 Ticket #160 (Printing objects with "#<" in their readable representation fail to ...) created by
- (let ((s (gensym "#<")) (*print-readably* t)) (print s)) --> …
07/16/11:
- 22:49 Changeset [13408] by
- Fix 2 more pretty printer (PPRINT-*) test cases.
07/15/11:
- 21:18 Changeset [13407] by
- Eliminate a series of PPRINT.* ansi test suite failures (dropping my …
- 16:34 Changeset [13406] by
- Avoid using a temporary file when copying a random state; it's …
- 11:10 Ticket #159 (COMPILE-FILE-16 and -17 failing for the wrong reason) created by
- The error emitted from COMPILE-FILE-16 and -17 is "Could not form URL …
- 10:44 Ticket #158 (Printing "#<abc>" fails when *PRINT-READABLY* non-NIL) created by
- (let ((*print-readably* t)) (print "#<abc>")) --> Error: #<abc> …
07/14/11:
- 19:23 Changeset [13405] by
- Set svn:keywords and svn:eol-style properties.
- 18:25 Changeset [13404] by
- Update test results after r13402. Export ANSI-TESTS:FULL-REPORT as it …
- 15:40 Changeset [13403] by
- Backport r13402: Fix failures of SYNTAX.SHARP-BACKSLASH.6 and …
- 15:33 Changeset [13402] by
- Fix failures of SYNTAX.SHARP-BACKSLASH.6 and SYNTAX.SHARP-BACKSLASH.7. …
- 14:10 Changeset [13401] by
- ANSI-TESTS:FULL-REPORT provides a clearer reports of test failures. …
Note: See TracTimeline
for information about the timeline view.