Timeline



02/10/10:

23:06 Changeset [12444] by ehuelsmann
Make the lispClass slot in Layout private and add an additional …
22:56 Changeset [12443] by ehuelsmann
Revert r12425: it broke trunk in a way not quickly fixed. Work to …
21:57 Changeset [12442] by ehuelsmann
Move work on METACLASS support to a branch. The impact is too …
16:22 Changeset [12441] by Mark Evenson
Return of the ZipCache? now using last modified time. Treat jars as …
16:14 Changeset [12440] by Mark Evenson
Documentation updates and conversion to stack trace friendly Primitive …
16:13 Changeset [12439] by Mark Evenson
Remove duplication of java options.
10:41 Changeset [12438] by Mark Evenson
Implementation of Lisp build without intermediate files. It is still …

02/09/10:

21:53 Changeset [12437] by ehuelsmann
CHAR-CODE-LIMIT is the upper *exclusive* limit. Found by: Paul Griffioen
20:45 Changeset [12436] by vvoutilainen
Fix describe formatting, there was a missing newline. Problem reported …
15:42 Changeset [12435] by Mark Evenson
Turn off all caching of JAR entries as it inhibited reloading FASLs. …

02/08/10:

18:01 Changeset [12434] by Mark Evenson
Revert r12430 because it fails to signal errors in a meaningful manner.
12:59 Changeset [12433] by Mark Evenson
Update jar pathname design document with current implementation status.
08:13 Changeset [12432] by Mark Evenson
Revert to r12425 for clos.lisp (which is broken under ANSI tests). …
08:05 Changeset [12431] by Mark Evenson
Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
07:46 Changeset [12430] by Mark Evenson
Lisp compilation no longer writes build to temporary file. The way to …
07:43 Changeset [12429] by Mark Evenson
Correct svn:eol-style and svn:keywords.

02/07/10:

22:08 Changeset [12428] by astalla
Corrected bugs: inline declaration for local functions was ignored as …
16:46 Changeset [12427] by Mark Evenson
Fix ClassCastException? occuring when LOAD from streams.
09:21 Changeset [12426] by Mark Evenson
ABCL packed FASLS no longer have to end in ".abcl". The requirement …

02/06/10:

17:00 Changeset [12425] by ehuelsmann
No longer ignore the METACLASS defclass option; instead act on it …
15:22 Changeset [12424] by Mark Evenson
Further tests for jar pathnames. jar-file.lisp now has network based …
15:20 Changeset [12423] by Mark Evenson
Improve Ant knobs documentation.
10:52 Changeset [12422] by Mark Evenson
Extensively reworked new implementation for specifiying jar pathnames. …

02/05/10:

23:26 Changeset [12421] by astalla
Missing file from previous commit.
23:18 Changeset [12420] by astalla
Tentative inlining of named local function with complex lambda lists; …
15:52 Changeset [12419] by Mark Evenson
'abcl.release' target now drives the release process.
15:41 Changeset [12418] by Mark Evenson
Fix svn:eol-style.

02/04/10:

09:43 Ticket #82 (TRANSLATE-PATHNAME failure) closed by Mark Evenson
fixed: Fixed in r12147 as suggest by Alan Ruttenburg. My analysis of what …
09:42 Changeset [12417] by Mark Evenson
Fix TRANSLATE-LOGICAL-PATHNAME regression. Problem and solution found …

02/03/10:

23:55 Changeset [12416] by astalla
Fixed lambda.nn test failures caused by errors in lambda inlining.

02/02/10:

21:01 Changeset [12415] by ehuelsmann
Rename class-file to abcl-class-file in anticipation of a more …
19:54 Changeset [12414] by ehuelsmann
Add function to retrieve a lisp byte array from a byte array output stream.

02/01/10:

22:16 Changeset [12413] by ehuelsmann
Use MACROLET to prevent code repetition.
22:14 Changeset [12412] by ehuelsmann
Make format.lisp a lot more memory-efficient by replacing an array …

01/31/10:

20:13 Changeset [12411] by astalla
Lambda call inlining: fixed nasty bug that made the compiler go into …
00:06 Changeset [12410] by vvoutilainen
Add documentation for the streams.

01/30/10:

23:08 Changeset [12409] by astalla
Rewriting of function calls with (lambda ...) as the operator to let* …

01/29/10:

22:54 Ticket #86 (No restarts available on error in thread) created by ehuelsmann
Evaluating the following (threads:make-thread #'(lambda () (error …
22:17 Changeset [12408] by ehuelsmann
Fix an issue reported in September by Matthew Mondor to the ECL list …
21:56 Changeset [12407] by ehuelsmann
Refer to autoloads.lisp from Autoload.java to explain the goal of …
21:46 Ticket #85 (CL-JSON throws an error under ABCL where SBCL doesn't.) created by ehuelsmann
The code is: (require 'asdf) (asdf:operate 'asdf:load-op :cl-json) …
21:07 Ticket #84 (jcall and t/nil boolean arguments) created by ehuelsmann
Can it be made so that within jcall, t or nil is understood as a java …
21:04 Ticket #83 (problem with error reporting on undefined class during make instance) created by ehuelsmann
CL-USER(25): (defclass c (d) ((q :initarg :q))) #<STANDARD-CLASS C …
08:52 Ticket #82 (TRANSLATE-PATHNAME failure) created by Mark Evenson
Regression in TRANSLATE-PATHNAME (added in r12406 to testsuite)] […]
08:45 Changeset [12406] by Mark Evenson
Where possible collect bug reports as unit tests so they can stay fixed.

01/28/10:

08:49 Changeset [12405] by Mark Evenson
Don't invoke the entire ABCL runtime just to get the version number …

01/27/10:

21:25 DesignOfStreams edited by vvoutilainen
(diff)
21:22 DesignOfStreams edited by vvoutilainen
(diff)
21:21 DesignOfStreams edited by vvoutilainen
(diff)

01/26/10:

11:30 Changeset [12404] by Mark Evenson
Debugging ABCL compilation support; upgrade to JUnit-4.8.1. Netbeans …
11:21 Changeset [12403] by Mark Evenson
Set standard svn properties.
11:15 Changeset [12402] by Mark Evenson
Move abcl-test-lisp to ASDF packaging. Change to ASDF packaging of …

01/25/10:

22:42 Changeset [12401] by astalla
Added a flag to local functions that tracks whether they need an …
06:58 Changeset [12400] by ehuelsmann
Make NIL-as-a-symbol available for use for the compiler. Shaves off …

01/24/10:

22:26 Changeset [12399] by ehuelsmann
Remove debugging cruft.
21:59 Changeset [12398] by ehuelsmann
Move lambda-list analysis from runtime to compile time for compiled …
21:41 Changeset [12397] by vvoutilainen
Fix MAKE-BROADCAST-STREAM.8.
18:50 DesignOfStreams edited by vvoutilainen
(diff)
18:49 pprint-solution.png attached to DesignOfStreams by vvoutilainen
18:49 pprint-problem.png attached to DesignOfStreams by vvoutilainen
18:48 DesignOfStreams created by vvoutilainen
18:44 DesignOverviewIndex edited by vvoutilainen
(diff)
18:29 Changeset [12396] by ehuelsmann
Update trunk development version to 0.19.
15:24 Changeset [12395] by vvoutilainen
Some patches to improve arglist display in Slime. Patch by Matthias Hölzl.

01/23/10:

13:40 Changeset [12394] by ehuelsmann
Remove premature optimization: new array creation is faster than …
09:27 Changeset [12393] by ehuelsmann
Tell the compiler about some functions which don't require clearing …
09:26 Changeset [12392] by ehuelsmann
Move a constant definition from boot.lisp to Java, as the precedent …

01/18/10:

20:12 Changeset [12391] by ehuelsmann
Prevent duplicate subclasses: only push new classes not already …
19:07 Changeset [12390] by astalla
Changed output-ugly-object to invoke print-object for Java objects, as …

01/17/10:

22:46 Changeset [12389] by ehuelsmann
Update website with release 0.18.1.
22:44 Changeset [12388] by ehuelsmann
Add 0.18.1 release signature files.
22:18 Changeset [12387] by ehuelsmann
Add 0.18.1 release archives.
21:15 Changeset [12386] by ehuelsmann
Update development (branch) version.
21:12 Changeset [12385] by ehuelsmann
Tag 0.18.1.
21:12 Milestone 0.18 completed
21:06 Changeset [12384] by vvoutilainen
Backport the CHANGES file to the release branch.
21:04 Changeset [12383] by vvoutilainen
Changelogs for the newest releases.
20:53 Changeset [12382] by vvoutilainen
Backport r12376-r12379 and r12381. This fixes maxima, adds support for …
14:36 Changeset [12381] by ehuelsmann
Support disassembly of proxied functions.
12:11 Ticket #81 (Inlining functions with &optional and other "complex" arguments) created by ehuelsmann
Currently we only inline functions which have only required …

01/16/10:

20:13 Changeset [12380] by ehuelsmann
Add internal DEFSTRUCT administration to the STREAM and SYSTEM-STREAM …

01/15/10:

20:51 Changeset [12379] by astalla
Fixed print-object for JavaObjects? to call writeToString() on the object.
20:40 Changeset [12378] by ehuelsmann
Create a dependable reader dynamic environment.
20:36 Changeset [12377] by astalla
Set the symbol for java-classes to the class name to allow to print …

01/14/10:

22:07 Changeset [12376] by astalla
Calling PRIN1-TO-STRING to print Lisp stack frames, so as to allow the …

01/13/10:

22:01 Changeset [12375] by ehuelsmann
Harmonize Symbol printing with what stream already does; same for …
21:47 Changeset [12374] by ehuelsmann
Simplify inspection of variables in (NetBeans?) debugger by making …
19:55 Changeset [12373] by ehuelsmann
Change parents of FUNDAMENTAL-STREAM in Gray streams. Note: includes …
19:23 Changeset [12372] by ehuelsmann
Improved release template (I hope).
19:06 Changeset [12371] by ehuelsmann
Make 0.18 show up on the site.
18:47 Changeset [12370] by ehuelsmann
Add signature files.
10:04 Ticket #80 (REQUIRE should work with ASDF) created by Mark Evenson
SBCL has the convention that if REQUIRE does not resolve on the …

01/12/10:

22:23 Changeset [12369] by ehuelsmann
Fix page title (which refers to old release).
21:30 Changeset [12368] by ehuelsmann
Add distribution archives (without adding them to the rest of the site …
19:48 Changeset [12367] by ehuelsmann
Re-tag 0.18.0.
19:47 Changeset [12366] by ehuelsmann
Delete botched tag.
19:44 Changeset [12365] by ehuelsmann
Tag 0.18.0.
13:27 Ticket #79 (Identically named gensymed coalesced into same object in fasl file) created by trittweiler
From: Erik Huelsmann Date: Mon, Jan 11, 2010 at 11:40 PM Subject: Re: …

01/11/10:

20:49 Changeset [12364] by ehuelsmann
Backport r12350 upto 12355 and 12359: fixes to recently added …
20:37 Changeset [12363] by ehuelsmann
Backport r12350 upto 12355 and 12359: fixes to recently added …
20:03 Changeset [12362] by vvoutilainen
Make Stream extend StructureObject?, modify Stream derivatives to set a …
19:40 Changeset [12361] by ehuelsmann
Add setting the CPL of SYSTEM_STREAM.
19:23 Changeset [12360] by ehuelsmann
Set initial ByteArrayOutputStream? buffer to 2048; the default 32 way …
07:18 Changeset [12359] by Mark Evenson
Note Netbeans and FASL location improvements.
Note: See TracTimeline for information about the timeline view.