Timeline
08/22/11:
- 20:07 Milestone 0.26 completed
- 14:48 Changeset [13531] by
- Optimize the compilation of files with a large number of compilands. …
- 09:54 Ticket #164 (Cannot quit SLIME REPL) closed by
- fixed: Addressed in r13530 so that the SLIME patch isn't necessary. …
- 09:52 Changeset [13530] by
- All LispThread? objects can act on a ProcessingTerminated? exception. …
- 08:37 Ticket #164 (Cannot quit SLIME REPL) created by
- One cannot direct SLIME repl to quit as the EXT:QUIT and EXT:EXIT …
08/21/11:
- 20:12 Changeset [13529] by
- Aesthetics.
- 20:03 Changeset [13528] by
- Fix MULTIPLE-VALUE-PROG1.10 the right way.
- 18:58 Changeset [13527] by
- Improved readability.
- 18:46 Changeset [13526] by
- Factor out a function.
- 14:06 Changeset [13525] by
- Fix #163: Local functions should shadow global macro and function bindings.
- 14:06 Ticket #163 (Local function bindings should shadow global environment) closed by
- fixed: (In [13525]) Fix #163: Local functions should shadow global macro and …
- 13:36 Ticket #163 (Local function bindings should shadow global environment) created by
- FLET and LABELS bound functions should shadow compiler macros, macros …
- 12:58 Changeset [13524] by
- Reindenting to save left margin.
- 12:54 Changeset [13523] by
- Re #163: Don't macroexpand anything in compiler pass 2; we're …
- 09:10 Changeset [13522] by
- Change COND indenting to save left margin.
08/20/11:
- 22:18 Changeset [13521] by
- Revert r13509 because it breaks cl-ppcre compilation and the ANSI tests.
- 22:01 Changeset [13520] by
- Fix MULTIPLE-VALUE-PROG1.10 -- compiled mode.
- 21:55 Changeset [13519] by
- Generate <clinit>() functions for the initialization of static …
- 21:53 Changeset [13518] by
- Replace the use of the (non-concurrent) Hashtable with the …
- 12:55 Ticket #162 (Compilation of incorrect SETQ form leads to broken class file) closed by
- fixed: (In [13517]) Fix #162: Non-symbol in variable position of SETQ form …
- 12:55 Changeset [13517] by
- Fix #162: Non-symbol in variable position of SETQ form causes class …
- 10:03 Ticket #161 (Port NAMED-READTABLES) closed by
- fixed: (In [13516]) Fix #161: READTABLE-CASE setting of *readtable* affects …
- 10:03 Changeset [13516] by
- Fix #161: READTABLE-CASE setting of *readtable* affects FASL content. …
- 06:56 Ticket #162 (Compilation of incorrect SETQ form leads to broken class file) created by
- Compilation of this file --------- (setq (readtable-case *readtable*) …
08/19/11:
- 21:47 Changeset [13515] by
- Extend overly long serialization strings storage mechanism to normal …
- 20:43 Changeset [13514] by
- Fix #116 (fail to load cl-unicode) by saving serialized resources with …
- 20:43 Ticket #116 (Installing cl-unicode via quicklisp fails) closed by
- fixed: (In [13514]) Fix #116 (fail to load cl-unicode) by saving serialized …
- 19:52 Changeset [13513] by
- Remove meaningless 'final' classification on a method and an unused …
- 15:43 Changeset [13512] by
- Re #116: Implement some infrastructure to load from other sources than …
- 15:42 Changeset [13511] by
- Re #116: while working to fix the issue, at least tell the user we're …
08/16/11:
- 18:11 WikiStart edited by
- (diff)
- 13:45 Changeset [13510] by
- Assign fields the value of the arguments, instead of the values of the …
- 12:16 Changeset [13509] by
- Provide a more useful implementation of LispObject.toString(). Since …
- 09:55 Ticket #148 (READTABLE-CASE :invert does not invert uninterned symbols) closed by
- fixed: Fixed in r13508. Opening #161 to track porting named-readtables.
- 09:54 Ticket #161 (Port NAMED-READTABLES) created by
- As noted first in #148, newer versions of …
- 09:49 Changeset [13508] by
- Fix #148: READTABLE-CASE :invert doesn't work for symbols. A slightly …
- 08:43 Changeset [13507] by
- Re-enable a default implementation for printing a LispObject. …
08/14/11:
- 22:03 Changeset [13506] by
- Merge CHANGES back to trunk from 0.26.x.
- 21:51 Changeset [13505] by
- Update release date for 0.26.2 in CHANGES.
- 21:51 Changeset [13504] by
- Update release date for 0.26.2 in CHANGES.
- 21:33 Changeset [13503] by
- Update front page to point to 0.26.2
- 21:32 Changeset [13502] by
- Add 0.26.2 release signatures.
- 21:21 Changeset [13501] by
- Publish 0.26.2 release. Sigs coming up.
- 20:58 Changeset [13500] by
- Update branch version number.
- 20:57 Changeset [13499] by
- Tag 0.26.2.
- 20:53 Changeset [13498] by
- Start breaking up the beast function that COMPILE-FILE used to be.
- 19:55 Changeset [13497] by
- More code shuffling.
- 17:17 Changeset [13496] by
- Move code around to benefit from performance advantages with backward …
- 15:09 Changeset [13495] by
- Uncomment file-compilation of IMPORT forms.
- 13:19 Changeset [13494] by
- Only evaluate atoms in the input stream once.
- 11:27 Changeset [13493] by
- More refactoring.
- 10:24 Changeset [13492] by
- Reindenting and removal of code which was commented out for years now.
- 10:18 Changeset [13491] by
- Start cutting up the huge CASE statement that makes up our file …
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 …
Note: See TracTimeline
for information about the timeline view.