Timeline



11/08/10:

22:35 Changeset [13014] by ehuelsmann
Create 0.23.x release branch.
22:34 Changeset [13013] by ehuelsmann
Reduce the impact of the fasl-loader "_0" class's maximum size of …

11/07/10:

21:59 Changeset [13012] by astalla
Updated my testimonial (Alessio Stalla)
12:10 Changeset [13011] by Mark Evenson
Test that MAKE-PATHNAME checks its arguments
12:10 Changeset [13010] by Mark Evenson
Test for working :WILD-INFERIORS. Added tests in …
12:10 Changeset [13009] by Mark Evenson
Docstring for RUN-MATCHING utility.
12:10 Changeset [13008] by Mark Evenson
Guard implementation specific portions of ABCL test suite. This …

11/06/10:

12:37 Changeset [13007] by ehuelsmann
Eliminate ~80k exceptions (ClassNotFoundException?) during Maxima …
08:58 Changeset [13006] by ehuelsmann
Reduce the number of exceptions generated inside ABCL while compiling …

11/04/10:

23:10 Changeset [13005] by ehuelsmann
Prepare 0.23 release; commit release notes, but don't link to them yet.
23:08 Changeset [13004] by ehuelsmann
Don't claim we improved the number of failing tests when we really …
23:07 Changeset [13003] by ehuelsmann
Rephrase a little bit.
22:42 Changeset [13002] by ehuelsmann
Add FAQ items and re-index. Fix small errors in 0.22 release notes page.
21:31 JavaFfi edited by astalla
(diff)
21:17 JavaFfi edited by astalla
(diff)
20:14 Changeset [13001] by ehuelsmann
s/JRocket/JRockit/. Found by: Ville Voutilainen.
19:53 Changeset [13000] by ehuelsmann
Update CHANGES.
19:42 Changeset [12999] by ehuelsmann
Forgot the most important update of all.
19:35 Changeset [12998] by ehuelsmann
Update CHANGES.
15:52 Changeset [12997] by ehuelsmann
Truely fix JRockit: actually use the new label to jump to.
13:41 Changeset [12996] by ehuelsmann
Fix JRockit crashing on our byte code - second occurrance. Found by: …
10:09 Changeset [12995] by ehuelsmann
Fix JRockit crashing on our byte code. Found by: Joel Borggrén-Franck …

11/03/10:

19:28 JavaFfi edited by astalla
Better Java FFI documentation (diff)

11/02/10:

23:48 Changeset [12994] by astalla
New high-level Java interop macros: 'chain' for chained method …

11/01/10:

22:45 Changeset [12993] by astalla
[invokedynamic] Stack map table written to class (sample); errors.

10/31/10:

19:08 Changeset [12992] by Mark Evenson
Remove deleted functions in THREADS from autoloads
18:13 Changeset [12991] by vvoutilainen
Mention the CLOS thread-safety fix in changelog.
18:08 Changeset [12990] by vvoutilainen
Mention the current asdf version in changelog.
18:04 Changeset [12989] by vvoutilainen
Add changelog entry for wild-inferiors support for DIRECTORY.
08:50 Changeset [12988] by Mark Evenson
Include example 'abcl.properties.in' in source release
08:48 Changeset [12987] by Mark Evenson
Use a lexical variable rather than SETQ for backtrace This definitely …
08:40 Changeset [12986] by Mark Evenson
Upgrade to ASDF-2.010.1.

10/30/10:

17:55 Ticket #105 (DIRECTORY ignores :WILD-INFERIORS) closed by vvoutilainen
fixed: Fixed by r12985.
17:53 Changeset [12985] by vvoutilainen
Add WILD-INFERIORS support for DIRECTORY.
00:15 Changeset [12984] by astalla
[invokedynamic] Instruction effects are simulated at code resolving …

10/25/10:

22:17 Changeset [12983] by astalla
[invokedynamic] * instructions simulate their effect on the stack and …

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 …
Note: See TracTimeline for information about the timeline view.