Timeline



01/05/10:

22:27 Changeset [12337] by Mark Evenson
cl-bench now runs correctly from UNIX systems. Increment the abcl.asd …
21:33 Changeset [12336] by ehuelsmann
Update changes with 0.18 items.
17:15 Changeset [12335] by Mark Evenson
Initial fix for support for running cl-bench test suite from Ant build …
14:31 Changeset [12334] by astalla
Added convenience constructors to Stream.
14:25 Changeset [12333] by astalla
Removed unused patternsets from build.xml
14:24 Changeset [12332] by astalla
Small change in an exception message.
10:44 Ticket #48 (SLIME CVS HEAD as of 2008-12-30 broken) closed by Mark Evenson
fixed: Fixed long ago. I have since become a SLIME maintainer, so I usually …
00:03 Changeset [12331] by astalla
Cleanup in readFunctionBytes (Lisp.java), possibility to load compiled …

01/04/10:

21:58 Ticket #77 (FASLs use wrong encoding: system default) closed by ehuelsmann
fixed: Committed in r12330. Set milestone accordingly: instead of in 0.19, …
21:57 Changeset [12330] by ehuelsmann
Fix ticket #77: incorrect encoding used for FASLs, by always using UTF-8.
20:50 OOMHandling edited by astalla
(diff)
18:45 DesignOverviewIndex edited by astalla
(diff)
18:45 OOMHandling edited by astalla
(diff)
17:35 OOMHandling created by astalla
17:06 DesignOverviewIndex edited by astalla
(diff)
14:36 Ticket #78 (Include ASDF-INSTALL in base ABCL) created by Mark Evenson
Including a port of ASDF-INSTALL

01/03/10:

14:33 Ticket #77 (FASLs use wrong encoding: system default) created by ehuelsmann
Because FASLs are using the system default encoding, we can't be sure …

01/02/10:

23:24 Changeset [12329] by ehuelsmann
More notes about potential codepoint conversion bugs.
23:22 Changeset [12328] by ehuelsmann
Note a few codepoint to char conversions which are potential bugs.
23:20 Changeset [12327] by ehuelsmann
Note 2 bugs in RandomAccessCharacterFile? so the fact doesn't get forgotten.

01/01/10:

22:52 Changeset [12326] by ehuelsmann
Performance improvement for ticket #76: slow swank fuzzy completion. …
22:22 Changeset [12325] by ehuelsmann
Create API for (SETF (STREAM-EXTERNAL-FORMAT ...) ...) from the lisp world.
21:58 Ticket #76 (Slime (swank) fuzzy completion very slow) created by ehuelsmann
In …
19:42 Changeset [12324] by ehuelsmann
In case a redefinition warning shouldn't be issued if the function …
19:41 Changeset [12323] by ehuelsmann
Implement setting of external format on a stream; only supported on …
19:34 Changeset [12322] by ehuelsmann
Follow up to r12321; changes resulting from more testing.
18:26 Ticket #75 (Character \U0080 causes infinite loop) closed by ehuelsmann
fixed: Fixed in r12321.
18:26 Changeset [12321] by ehuelsmann
Fix ticket #75: infinite loop while writing unmappable characters to …
18:14 Ticket #68 (Extend Load.java to allow loading FASLs from arbitrary streams) reopened by ehuelsmann
Duh. It's not addressed.
18:12 Ticket #68 (Extend Load.java to allow loading FASLs from arbitrary streams) closed by ehuelsmann
fixed: There's more to this than meets the eye: we currently depend on random …
15:38 Changeset [12320] by ehuelsmann
Print StreamErrors? with a readable text, even when created based on …
14:10 Ticket #71 (Stream line counter broken) closed by ehuelsmann
fixed: Fixed in r12319.
14:10 Changeset [12319] by ehuelsmann
Fix line numbers from COMPILE-FILE being off. Fixes ticket #71.
10:42 Changeset [12318] by ehuelsmann
Remove trailing spaces/tabs which light my editing buffers red.
10:34 Changeset [12317] by ehuelsmann
Change the properties of RandomAccessCharacterFile? to the standard ones.
10:30 Changeset [12316] by ehuelsmann
Return the actual external format, instead of a default value from …

12/31/09:

18:56 Ticket #75 (Character \U0080 causes infinite loop) created by ehuelsmann
The following code causes an infinite loop on systems which do not …

12/30/09:

23:35 Ticket #72 (Faster startup times) closed by ehuelsmann
fixed: With the introduction of AutoloadedFunctionProxy?, this issue is …
23:33 Ticket #64 (Caught (general) exceptions not rethrown everywhere) closed by ehuelsmann
fixed: All occurrances of "catch (Throwable" have been reviewed; most have …
22:46 Changeset [12315] by astalla
Implemented (setf jfield).
22:04 Changeset [12314] by ehuelsmann
Upon OutOfMemoryError? or StackOverflowError?, unwind the stack to the …

12/29/09:

22:58 Changeset [12313] by ehuelsmann
Fix LOAD-TIME-VALUE instability introduced by r12306, best seen as …

12/28/09:

23:12 Changeset [12312] by ehuelsmann
Add a function interface to test whether the interpreter is already …
23:11 Changeset [12311] by ehuelsmann
Followup to r12306: "unbreak" Slime, at least partially.
13:00 Changeset [12310] by ehuelsmann
Implement note 1 from r12306: function preloading for macros.

12/25/09:

22:34 Changeset [12309] by ehuelsmann
Turn an inline named class name into a string constant.
22:09 Changeset [12308] by ehuelsmann
Delete branch: it's merged back to trunk.
21:54 Changeset [12307] by ehuelsmann
Complete "catch (Throwable" review by reviewing ../examples.
21:52 Changeset [12306] by ehuelsmann
Land fast-boot-preloading branch on trunk. Note: things to do include …
14:27 Changeset [12305] by ehuelsmann
Backport r12298: review of "catch (Throwable". Note: Lisp.java redone …

12/23/09:

21:04 Changeset [12304] by astalla
Refinement: better error message when an applicable constructor cannot …
20:53 Changeset [12303] by astalla
Extended the new smart behavior of jcall to jnew: (jnew class-name …

12/22/09:

18:48 Changeset [12302] by astalla
Applied Yoshinori Tahara's patch that allows jcall to invoke the …
16:07 Changeset [12301] by Mark Evenson
Loading ABCL tests improved; renamed loading jar-file tests. ASDF …
15:06 Changeset [12300] by Mark Evenson
Fix typo in ASDF dependencies for ABCL-TEST-LISP.

12/18/09:

22:12 Changeset [12299] by ehuelsmann
Annotate some remaining "catch (Throwable" occurrences. While at it: …
21:50 Changeset [12298] by ehuelsmann
Full source scan of "catch (Throwable"; remove lots of instances, or …

12/08/09:

21:46 Changeset [12297] by ehuelsmann
Implement preloader functionality which allows delaying reflection of …
21:29 Changeset [12296] by ehuelsmann
Create a branch to test speeding up the ABCL boot process.
13:16 Ticket #74 (slow compilation test) created by trittweiler
(eval-when (:compile-toplevel :load-toplevel :execute) (defclass foo …

12/07/09:

11:56 Changeset [12295] by Mark Evenson
Tidy up patch to fix 'abcl.compile.lisp' breakage.
11:56 Changeset [12294] by Mark Evenson
Fix abcl.compile.lisp under Windows.

12/06/09:

15:52 Changeset [12293] by vvoutilainen
Fix build breakage on linux, remove daftness from build.xml.
12:19 Changeset [12292] by Mark Evenson
Restored inadvertent typo that hosed incremental builds of the system …
12:07 Changeset [12291] by Mark Evenson
Ant-based build process now records FASL source locations correctly. …
Note: See TracTimeline for information about the timeline view.