Timeline



10/19/10:

20:16 Changeset [12982] by ehuelsmann
Commit DEFINE-METHOD-COMBINATION support as integrated by Mark …
08:52 Changeset [12981] by ehuelsmann
Fix SBCL issue found by building SBCL with ABCL as a host. Note: …

10/18/10:

18:03 Changeset [12980] by astalla
[invokedynamic branch] Save current state of affairs before …
10:21 Ticket #113 (DEFSTRUCT redefinition can crash ABCL on MAKE-STRUCT) created by mseddon
CL-USER(1): (defstruct foo x y) FOO CL-USER(2): (defstruct foo x y z) …

10/17/10:

19:36 Ticket #111 (ABCL fails to run on JRockit) closed by ehuelsmann
fixed: Fixed in r12973 and r12974.
19:36 Changeset [12979] by astalla
Do not create class files for local functions that have been inlined
16:45 Ticket #98 (the THREAD type isn't exported from the THREADS package) closed by ehuelsmann
fixed: (In [12978]) Fix #98: THREAD type specifier not exported from THREADS …
16:45 Changeset [12978] by ehuelsmann
Fix #98: THREAD type specifier not exported from THREADS package.
15:22 Changeset [12977] by ehuelsmann
Unintern symbols with a deleted package as their home package. This …

10/16/10:

21:21 Changeset [12976] by ehuelsmann
Mention the ABCL-DEV blog. Suggested by: David Kirkman
19:03 Changeset [12975] by vvoutilainen
Fix breakage of repl. Commands with parameters work again now. …

10/15/10:

05:06 Changeset [12974] by Mark Evenson
Let truename() possibly signal an error on r12793 JRockit fix.

10/14/10:

11:47 Changeset [12973] by ehuelsmann
Fix an issue with running ABCL on Oracle JRockit JVM! Patch by: Joel …

10/13/10:

12:24 Ticket #78 (Include ASDF-INSTALL in base ABCL) closed by Mark Evenson
fixed: Committed as contrib in 0.20. To use the contrib: 1) build the ABCL …

10/10/10:

19:12 Ticket #112 (CLHS requires vector and array element specializations to be the same) created by ehuelsmann
On #lisp, there was discussion whether it was allowed to have …
15:52 Changeset [12972] by ehuelsmann
Preallocate package sizes large enough to hold all the symbols …
15:48 Changeset [12971] by ehuelsmann
Small performance improvement for non-EQ hash tables; don't use …
09:15 Changeset [12970] by ehuelsmann
Remove Remove now obsolete hash table specializations; in order to be …

10/09/10:

23:28 Changeset [12969] by ehuelsmann
Implement nearly lock-free hash reader functionality, by looking …
22:59 Changeset [12968] by ehuelsmann
Factor out getEntry from get() and put(). Also, declare the 'buckets' …
21:39 Changeset [12967] by ehuelsmann
Convert HashTable? synchronized access to read/write locked access …
20:58 Changeset [12966] by ehuelsmann
Repair HashTable?.java, broken due to faulty conflict resolution.
20:50 Changeset [12965] by ehuelsmann
Reduce our number of hash table implementations to 1 (from 4) by …
20:40 Changeset [12964] by ehuelsmann
Don't inline constructors, from where I stand - and without reference …
19:28 Changeset [12963] by ehuelsmann
Remove unused constructors.
19:28 Changeset [12962] by ehuelsmann
Remove unused constructors.
13:27 Changeset [12961] by ehuelsmann
Remove SymbolHashTable?, which isn't used anymore, now that Package …

10/08/10:

22:43 Ticket #111 (ABCL fails to run on JRockit) created by ehuelsmann
Compilation of ABCL works fine, but when evaluating (COMPILE NIL …
22:11 Changeset [12960] by ehuelsmann
Add Ant target which allows JPDA/IDE-based debugging of ABCL's …
22:08 Changeset [12959] by ehuelsmann
Remove as much synchronization as possible from package symbols …
22:05 Changeset [12958] by ehuelsmann
Implement SimpleString?.toString() using String.valueOf().
21:55 Ticket #110 (#\+ in JAR pathnames does not work) created by charmon
The #\+ in cl+ssl's name confuses the compiler when attempting to ASDF …
18:43 Changeset [12957] by ehuelsmann
Use a synchronized hash table with weak keys to allow garbage …
18:03 Changeset [12956] by ehuelsmann
Make FIND-CLASS use a class which supports non-blocking reading from a …
08:33 Ticket #109 (When TPL::REPL is unavailable, the debugger kills the entire application) created by ehuelsmann
Ole Myren Rohne reports: "" I'm playing with AbclScriptEngine? (with …
05:28 Ticket #108 (ASDF-INSTALL fails to download) created by Mark Evenson
ASDF-INSTALL is improperly casting its download streams to something …

10/07/10:

22:37 Changeset [12955] by ehuelsmann
In CLOS supporting code (Layout.java), replace a synchronized hash …
22:35 Changeset [12954] by ehuelsmann
Replace unsynchronized data types with concurrency-supporting …

10/06/10:

22:03 Changeset [12953] by astalla
invokedynamic: support for the new typechecking verifier (half-way, …

10/04/10:

14:31 Changeset [12952] by ehuelsmann
Maxima disables underflow signals itself now. We default back to …
13:11 Changeset [12951] by ehuelsmann
Signal a condition when coercing a Ratio to any float type or when …
13:05 Ticket #57 (Eliminate the use of writeToString for condition creation) closed by ehuelsmann
invalid: Although this is especially an issue when printing Cons objects, not …
12:52 Ticket #24 (Ability to load ASDF systems off JAR files in the classpath) closed by Mark Evenson
fixed: Loading ASDF definitions from JAR files has been possible since 0.21. …
12:12 Ticket #100 (Pathname #P reader does not reliably deserialize PATHNAMEs across ...) closed by ehuelsmann
fixed: Reported to be fixed by using '/' consistently as a serialized path …
11:02 Ticket #14 (Support for a C-calling FFI for CFFI to build upon) closed by ehuelsmann
wontfix: CFFI has already built on top of JNA to provide C interoperability on …
10:11 Changeset [12950] by ehuelsmann
Add two functions to disable signalling of over- and underflow …
06:59 Changeset [12949] by ehuelsmann
Remove debug print.

10/03/10:

21:42 Changeset [12948] by ehuelsmann
Fix test expectations due to us now generating forward slashes in our …
21:39 Changeset [12947] by ehuelsmann
Fix ZIP on Windows; in some ABCL lisp tests, it thinks we're trying to …
21:33 Changeset [12946] by vvoutilainen
Thread-safety fix for CLOS. Finding the problem and the patch by David …
16:14 Changeset [12945] by vvoutilainen
Add bug reporting instructions to the web pages.
09:19 Changeset [12944] by ehuelsmann
Fix tests: rename ":class-constructor" to ":static-initializer"; …
09:09 Changeset [12943] by ehuelsmann
Add the merge-back of the generic-class-file branch to CHANGES.
09:08 Changeset [12942] by ehuelsmann
Fix !-prefixed symbols: there are no duplicate symbols anymore; …
08:47 Changeset [12941] by ehuelsmann
Add ANALYZE-LOCALS, which should have been on the generic-class-file …

10/02/10:

21:39 Changeset [12940] by ehuelsmann
Fix loss of precision in (expt <non-double> <complex-double>), fixes …
19:04 Changeset [12939] by ehuelsmann
Fix COERCE on a COMPLEX, being coerced to (COMPLEX <anything>); this …
19:00 Changeset [12938] by ehuelsmann
Fix partial date format support while parsing Last-Modified in …
13:23 Changeset [12937] by ehuelsmann
Update CHANGES with trunk progress.
10:07 Changeset [12936] by ehuelsmann
Fix build.
07:36 Ticket #107 ((setf (values (struct-slot struct)) (values 42)) fails) closed by ehuelsmann
fixed: (In [12935]) Fix #107: Incorrect compilation of (SETF STRUCTURE-REF) …
07:36 Changeset [12935] by ehuelsmann
Fix #107: Incorrect compilation of (SETF STRUCTURE-REF) expansion.

10/01/10:

23:21 Ticket #107 ((setf (values (struct-slot struct)) (values 42)) fails) reopened by Mahmud Mohamed
Sorry folks; the interpreter is fine but the code is broken when …
23:01 Ticket #107 ((setf (values (struct-slot struct)) (values 42)) fails) closed by Mahmud Mohamed
worksforme: I am unable to confirm this. FWIW, I am running trunk ABCL with the …
21:40 Changeset [12934] by ehuelsmann
Fix #97: Symbol imported into/exported from multiple packages reported …
21:40 Ticket #97 ((apropos "MAKE-THREAD") prints MAKE-THREAD twice) closed by ehuelsmann
fixed: (In [12934]) Fix #97: Symbol imported into/exported from multiple …
21:22 Changeset [12933] by ehuelsmann
Fix #106: DEFSTRUCT :include with :conc-name.
21:22 Ticket #106 (DEFSTRUCT :include with :conc-name) closed by ehuelsmann
fixed: (In [12933]) Fix #106: DEFSTRUCT :include with :conc-name.
17:27 Ticket #107 ((setf (values (struct-slot struct)) (values 42)) fails) created by Mahmud Mohamed
;;; reported by Zach Beane ;;; …
09:00 Ticket #17 (SLIME: Invoking TOP-LEVEL restart always terminates connection) closed by ehuelsmann
invalid: The TOP-LEVEL restart can be circumvented by starting ABCL with an …
08:24 Changeset [12932] by ehuelsmann
Fix #88: "We need SYS:COMPILED-LISP-FUNCTION-P" to distinguish …
08:24 Ticket #88 (Predicate to distinguish between functions implemented directly in ...) closed by ehuelsmann
fixed: (In [12932]) Fix #88: "We need SYS:COMPILED-LISP-FUNCTION-P" to …

09/30/10:

20:31 ReleaseSteps edited by ehuelsmann
(diff)
20:27 Ticket #104 (SET works with symbols defined with DEFCONSTANT) closed by ehuelsmann
fixed
19:37 Changeset [12931] by ehuelsmann
Add fixes on trunk to be released with 0.23.
19:22 Changeset [12930] by ehuelsmann
Additional check to make sure constant symbols aren't being assigned …

09/29/10:

21:43 Changeset [12929] by ehuelsmann
Don't trap floating point underflows: Raymond Toy explains how most CL …

09/28/10:

18:21 Changeset [12928] by astalla
Fixes in java collections support (iterators) and dosequence (wrong …

09/27/10:

21:49 Changeset [12927] by astalla
Fixed JSR-223 breakage: a file was still referring to ext:make-thread …
20:31 Changeset [12926] by vvoutilainen
This patch fixes these two issues in ABCL 0.22.0: 1) Keyword …

09/26/10:

18:08 ReleaseSteps edited by ehuelsmann
(diff)
18:05 ReleaseSteps edited by ehuelsmann
(diff)
17:54 WikiStart edited by ehuelsmann
(diff)
17:39 Changeset [12925] by ehuelsmann
Publish 0.22 on the front page.
17:30 Changeset [12924] by ehuelsmann
Reorganize releases into an older releases directory; this allows us …
14:02 Changeset [12923] by ehuelsmann
Add 0.22.0 release archives.

09/25/10:

10:10 Changeset [12922] by ehuelsmann
Factor out common code and add documentation to indicate which part of …
00:36 Changeset [12921] by astalla
preliminary test of invokedynamic (Java only, no compiler integration)

09/24/10:

22:53 Changeset [12920] by astalla
Copy trunk to invokedynamic branch
22:39 Changeset [12919] by astalla
invokedynamic branch created.
22:35 Changeset [12918] by astalla
generic-class-file branch merged.
20:27 Milestone 0.22 completed
07:51 Changeset [12917] by ehuelsmann
Properties fix-up.
07:29 Changeset [12916] by ehuelsmann
Tag 0.22.
07:19 Changeset [12915] by ehuelsmann
With 0.22 branched, update the version number of trunk.
07:17 Changeset [12914] by ehuelsmann
Create 0.22 maintenance branch.
07:16 Changeset [12913] by ehuelsmann
Add the URL to be used.
07:15 Changeset [12912] by ehuelsmann
Update CHANGES for the upcoming release.
Note: See TracTimeline for information about the timeline view.