Timeline



08/13/11:

21:54 Changeset [13490] by ehuelsmann
More code duplication removal.
21:08 Changeset [13489] by ehuelsmann
Code duplication refactoring.
20:26 Changeset [13488] by ehuelsmann
Eliminate the need for functions defined using LABELS to be stored in …
14:25 Changeset [13487] by ehuelsmann
Store instances of local functions in their parent compiland.
10:30 Changeset [13486] by ehuelsmann
Assign all local functions a field in the immediate parent; also make …
09:13 Changeset [13485] by ehuelsmann
Remove two structure slots which are read only once, in favor of …
08:29 Changeset [13484] by ehuelsmann
Store local functions in the parent compiland, since you can't reach …
06:46 Changeset [13483] by Mark Evenson
FAQ improvements. Explain how to avoid recompilation. Remove claim …
05:48 Changeset [13482] by Mark Evenson
Adjust r13452 to absence of princToString() in abcl-0.26.x.
05:43 Changeset [13481] by Mark Evenson
Update CHANGES to reflect backports.
05:38 Changeset [13480] by Mark Evenson
Backport r13428: Enable compilation with Java 7.
05:36 Changeset [13479] by Mark Evenson
Backport r13439: Fix #131: Don't include ':' in the version string.
05:35 Changeset [13478] by Mark Evenson
Backport r13450: Fix #141 (SETF of APPLY not working with arbitrary …
05:34 Changeset [13477] by Mark Evenson
Backport r13452: Include filename in the error string being reported.
05:32 Changeset [13476] by Mark Evenson
Backport r13458: Include the test source in the release.
05:31 Changeset [13475] by Mark Evenson
Backport r13456: Include ASDF definition in source release.
05:08 Changeset [13474] by Mark Evenson
Backport r13460: Fix loading from fasls under Windows with whitespace …

08/12/11:

22:31 Changeset [13473] by ehuelsmann
Finally clean up the mess that made up p1-flet and p1-labels, at the …
20:39 Changeset [13472] by ehuelsmann
Miscelaneous improvements, mostly by moving code around.
20:07 Changeset [13471] by ehuelsmann
LOCAL-FUNCTION has a 'compiland' field now, no CLASS-FILE anymore.
19:43 Changeset [13470] by ehuelsmann
Explicitly record the children of a compiland for later use, instead …
19:12 Changeset [13469] by ehuelsmann
Remove duplicate information and the need to keep it up to date.
18:53 Changeset [13468] by ehuelsmann
Move variable-updating form to ditch PROGN form (and locally untabify).
12:27 Changeset [13467] by ehuelsmann
Repair incorrect last minute (uncompiled) change.
12:08 Changeset [13466] by ehuelsmann
Reduce load time of nested functions and the number of class loader …
12:00 Changeset [13465] by ehuelsmann
Delete commented out code which isn't returning any time soon.

08/11/11:

19:44 Changeset [13464] by ehuelsmann
On second thought: revert r13463, it's not about value assignment, but …
17:05 Changeset [13463] by ehuelsmann
Code generation efficiency: when the closure array is only read from: …
17:04 Changeset [13462] by ehuelsmann
Prepare for more debugging support. (Unbreaks last commit.)
17:01 Changeset [13461] by ehuelsmann
Print expected minimum and maximum argument list lengths in …
15:44 Changeset [13460] by Mark Evenson
Fix loading from fasls under Windows with whitespace in pathname. A …
15:44 Changeset [13459] by Mark Evenson
TRANSLATE-PATHNAME.5 is no longer failing.
15:21 Changeset [13458] by Mark Evenson
Include the test source in the release.
15:21 Changeset [13457] by Mark Evenson
Fix JAR-PATHNAME tests. Remove the wrong-headed use of TRUENAME at …
14:07 Changeset [13456] by Mark Evenson
Include ASDF definition in source release.
09:45 Changeset [13455] by Mark Evenson
Document running ABCL in the manual.
09:45 Changeset [13454] by Mark Evenson
Tweak appearance and contents of help message.
07:30 Changeset [13453] by ehuelsmann
Remove code duplication: operators know how to print themselves …

08/09/11:

20:54 Changeset [13452] by ehuelsmann
Include filename in the error string being reported. Found by: Blake …

08/07/11:

22:11 Changeset [13451] by ehuelsmann
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 ehuelsmann
fixed: (In [13450]) Fix #141 (SETF of APPLY not working with arbitrary …
20:17 Changeset [13450] by ehuelsmann
Fix #141 (SETF of APPLY not working with arbitrary function) by …
14:20 Changeset [13449] by ehuelsmann
Dead code removal.
14:14 Changeset [13448] by ehuelsmann
Add more documentation.
12:51 Changeset [13447] by ehuelsmann
Add documentation.

08/06/11:

18:48 Ticket #2 (Human readable printing of errors and conditions) closed by ehuelsmann
fixed: Some of these have been fixed; no known others. Please reopen specific …
18:44 Ticket #96 (Lambda list &rest interpreter error) closed by ehuelsmann
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 ehuelsmann
fixed: writeToString() has been renamed to printObject().
17:53 Ticket #160 (Printing objects with "#<" in their readable representation fail to ...) closed by ehuelsmann
fixed: Fixed in r13446.
17:48 Ticket #147 (*PRINT-CASE* setting affects compiler) closed by ehuelsmann
fixed: This ticket has been fixed. r13274.
16:59 Ticket #158 (Printing "#<abc>" fails when *PRINT-READABLY* non-NIL) closed by ehuelsmann
fixed: (In [13446]) Fix #158: Print "#<abc>" fails with *PRINT-READABLY* …
16:59 Changeset [13446] by ehuelsmann
Fix #158: Print "#<abc>" fails with *PRINT-READABLY* non-NIL. Note: …
14:46 Changeset [13445] by ehuelsmann
Print unreadable strings with unreadableString() exclusively, so it …
13:51 Changeset [13444] by ehuelsmann
Reduce the number of required unreadableString() methods by removing …
13:03 Changeset [13443] by ehuelsmann
Rename more occurrances of writeToString to printObject.

08/05/11:

21:51 Changeset [13442] by ehuelsmann
Remove .toString() methods which override default Java output to be …
21:47 Changeset [13441] by ehuelsmann
Add missing file properties.
21:25 Changeset [13440] by ehuelsmann
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 Mark Evenson
fixed
13:05 Changeset [13439] by Mark Evenson
Fix #131: Don't include ':' in the version string.
09:30 Changeset [13438] by Mark Evenson
Manual renders to pdf via pdflatex.

08/04/11:

16:04 Changeset [13437] by Mark Evenson
Working through manual printing issues (incomplete).
15:07 Changeset [13436] by Mark Evenson
Fix JSS load by adding missing file.

08/02/11:

21:15 Changeset [13435] by ehuelsmann
Correct function name.
20:57 Changeset [13434] by ehuelsmann
Correct stream being modified to be *DEBUG-IO* bound streams.
16:05 Changeset [13433] by Mark Evenson
Note that finalize-inheritance isn't a generic function.
15:18 Ticket #157 (0.26 ansi-test regressions) closed by Mark Evenson
fixed: abcl-0.26.1 was released without known regressions.
15:14 Ticket #156 (Readtime macro compiler error) closed by Mark Evenson
fixed: r13380 allows compilation to succeed, but the compiled code is …

08/01/11:

21:34 Changeset [13432] by Mark Evenson
Fix the ABCL-ASDF:*ADDED-TO-CLASSPATH* to actually record additions. …
21:34 Changeset [13431] by Mark Evenson
Allow ASDF definitions for JAR-FILE to include ".jar". This increases …
21:34 Changeset [13430] by Mark Evenson
Refactor ASDF extensions from JSS into ABCL-ASDF. The JAR-FILE, …

07/31/11:

13:01 Changeset [13429] by Mark Evenson
Update tests results for Java7 (and abcl-0.26.1).
11:46 Changeset [13428] by Mark Evenson
Enable compilation with Java 7.
11:46 Changeset [13427] by Mark Evenson
Record ANSI test failures for r13415.

07/27/11:

14:04 Changeset [13426] by ehuelsmann
Update links to new release.
14:01 Changeset [13425] by ehuelsmann
Add 0.26 release notes.
14:00 Changeset [13424] by ehuelsmann
Delete files uploaded in error.
13:31 Changeset [13423] by ehuelsmann
Publish 0.26.1 distribution archives.
12:46 Changeset [13422] by ehuelsmann
Increase branch version number to 0.26.2-dev.
12:45 Changeset [13421] by ehuelsmann
Tag 0.26.1.
06:53 Changeset [13420] by Mark Evenson
Forwardport r13419: CHANGES from abcl-0.26.x branch.
06:51 Changeset [13419] by Mark Evenson
Note ASDF and reader changes.
06:49 Changeset [13418] by Mark Evenson
Backport r13417: Upgrade to asdf-2.017.
06:44 Changeset [13417] by Mark Evenson
Upgrade to asdf-2.017.

07/26/11:

19:55 Changeset [13416] by Mark Evenson
Backport r13415: make #\Uxxxx a synonym for a character not the …
18:50 Changeset [13415] by Mark Evenson
Don't print the #\Uxxxx representation for character codes greater …

07/22/11:

06:20 Changeset [13414] by Mark Evenson
Update with ANSI test results for 0.26.1.

07/21/11:

21:35 Changeset [13413] by ehuelsmann
Backport r13412 and update CHANGES.
18:59 Changeset [13412] by ehuelsmann
Fix Java interop issue. Found by: Theam Yong Chew (senatorzergling at …

07/17/11:

15:53 Changeset [13411] by ehuelsmann
Update CHANGES.
15:53 Changeset [13410] by ehuelsmann
Backport r13407 and r13408: fixes for pretty printer output with …
10:50 Changeset [13409] by ehuelsmann
Re #160: note the root cause.
10:47 Ticket #160 (Printing objects with "#<" in their readable representation fail to ...) created by ehuelsmann
(let ((s (gensym "#<")) (*print-readably* t)) (print s)) --> …

07/16/11:

22:49 Changeset [13408] by ehuelsmann
Fix 2 more pretty printer (PPRINT-*) test cases.

07/15/11:

21:18 Changeset [13407] by ehuelsmann
Eliminate a series of PPRINT.* ansi test suite failures (dropping my …
16:34 Changeset [13406] by ehuelsmann
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 ehuelsmann
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 ehuelsmann
(let ((*print-readably* t)) (print "#<abc>")) --> Error: #<abc> …

07/14/11:

19:23 Changeset [13405] by ehuelsmann
Set svn:keywords and svn:eol-style properties.
18:25 Changeset [13404] by Mark Evenson
Update test results after r13402. Export ANSI-TESTS:FULL-REPORT as it …
15:40 Changeset [13403] by Mark Evenson
Backport r13402: Fix failures of SYNTAX.SHARP-BACKSLASH.6 and …
15:33 Changeset [13402] by Mark Evenson
Fix failures of SYNTAX.SHARP-BACKSLASH.6 and SYNTAX.SHARP-BACKSLASH.7. …
14:10 Changeset [13401] by Mark Evenson
ANSI-TESTS:FULL-REPORT provides a clearer reports of test failures. …
Note: See TracTimeline for information about the timeline view.