Timeline



04/15/10:

20:51 SourceLocation edited by Mark Evenson
Typo corrections (diff)
20:23 Changeset [12618] by Mark Evenson
Incorporate an ASDF2 snapshot as the base ASDF.
14:54 Changeset [12617] by Mark Evenson
Move pathname functions to EXT; implement DEFSETF for URL pathnames. …
14:54 Changeset [12616] by Mark Evenson
All URL/JAR tests now passing.
14:53 Changeset [12615] by Mark Evenson
Tweaks to ABCL Lisp tests for convenience. RUN-MATCHING saves last …
14:52 Changeset [12614] by Mark Evenson
Remove non-working URI encoding. This method was stripping out …
14:51 Changeset [12613] by Mark Evenson
Document URL and jar pathname design changes.
14:50 Changeset [12612] by Mark Evenson
Incremental checkpoint on making JAR pathnames use the new URL pathname.
14:48 Changeset [12611] by Mark Evenson
Fix problems with HEAD against googlecode.com.
14:36 Changeset [12610] by Mark Evenson
Separate jar and URL pathname tests into distinct files.
14:27 Changeset [12609] by Mark Evenson
Add missing implementation of JAR-STREAM and URL-STREAM.
14:27 Changeset [12608] by Mark Evenson
Don't throw LispError? on non existent jar for DIRECTORY.
14:27 Changeset [12607] by Mark Evenson
URL pathnames working for OPEN for built-in schemas. Still need to …
14:27 Changeset [12606] by Mark Evenson
Correct misnamed test.
14:26 Changeset [12605] by Mark Evenson
Added *load-truename* and *load-pathname* forms to jar-file construction.
12:19 SourceLocation created by Mark Evenson
Entered Tobias's analysis from email

04/14/10:

20:28 Changeset [12604] by ehuelsmann
Further consolidation of copy/pasted code. Patch by: David Kirkman, …

04/12/10:

21:06 Changeset [12603] by ehuelsmann
Correct copyright year number; surely the file didn't exist in 1009.

04/10/10:

21:36 Changeset [12602] by ehuelsmann
Un-duplicate string reading between FaslReader? and LispReader?.
21:19 Changeset [12601] by ehuelsmann
Remove end-of-line translation (for Windows) from the reader; this is …
21:10 Changeset [12600] by ehuelsmann
Consolidate faslReadRadix with readRadix.
21:08 Changeset [12599] by ehuelsmann
Commit file left out on my last commit.
21:03 Changeset [12598] by vvoutilainen
Make listp/endp/SYMBOLP final.
21:00 Changeset [12597] by ehuelsmann
Consolidate faslRead, faslReadArray, faslReadComplex and …
20:30 Changeset [12596] by ehuelsmann
Remove unused imports and rename a local variable shadowing a field.
20:28 Changeset [12595] by ehuelsmann
Consolidate the functionality of faslReadPreservingWhitespace and …
20:17 Changeset [12594] by ehuelsmann
Switch Stream.readList to use ReadtableAccessors?.
20:04 Changeset [12593] by ehuelsmann
Switch Stream.readDispatchChar to use ReadtableAccessors?.
19:55 Changeset [12592] by ehuelsmann
Consolidate the functionality of faslReadStructure and readStructure …
19:15 Changeset [12591] by ehuelsmann
Removal of copy/paste code between FaslReader? and LispReader?.
18:38 Changeset [12590] by vvoutilainen
Make nthcdr and NTH(LispObject) final.
17:52 Changeset [12589] by vvoutilainen
Make cadr/cddr/caddr final.
17:17 Changeset [12588] by vvoutilainen
Make AREF(LispObject) and aset(LispObject, LispObject) final.
13:55 Ticket #95 (URL Pathnames) created by Mark Evenson
Goals ----- 1. Use Common Lisp pathnames to refer to representations …
13:49 Ticket #94 (Incorporate ASDF2) created by Mark Evenson
09:55 Ticket #92 (Characters created with invalid code points) closed by ehuelsmann
fixed: Closing as fixed. Ticket #65 should track support for Supplementary …

04/09/10:

23:13 Ticket #88 (Predicate to distinguish between functions implemented directly in ...) reopened by ehuelsmann
That was ticket #86 being fixed. Reopening.
23:12 Ticket #86 (No restarts available on error in thread) closed by ehuelsmann
fixed
23:10 Ticket #88 (Predicate to distinguish between functions implemented directly in ...) closed by ehuelsmann
fixed: (In [12587]) Fix #88: Add the thread name to the debugger-printed …
23:10 Changeset [12587] by ehuelsmann
Fix #88: Add the thread name to the debugger-printed message and …
21:53 Ticket #59 (Add extensible sequences to ABCL) closed by ehuelsmann
fixed: First released in 0.19.1.
21:27 Changeset [12586] by ehuelsmann
Reduce function dispatch speed with 6% by replacing dynamic …

04/08/10:

21:57 Changeset [12585] by ehuelsmann
Unbreak java build.
21:49 Changeset [12584] by ehuelsmann
Re #92: Don't return characters for the range #xD800 to #xDFFF. This …
19:44 Changeset [12583] by astalla
JAVA-CLASS metaclass reimplemented in Lisp.
19:38 Changeset [12582] by ehuelsmann
Re #38: Make Cells compile with our metaclass support by making a …

04/05/10:

22:01 Ticket #93 (reader does not respect (values) from reader macros) created by janderson
the hyperspec includes an example which illustrates the effect of …
21:00 Changeset [12581] by ehuelsmann
Make LispCharacter? constructor private in favor of getInstance(); …
19:57 CharsetSupport edited by ehuelsmann
Refer to tickets (diff)
19:57 Ticket #92 (Characters created with invalid code points) created by ehuelsmann
ABCL will happily create characters in the range #xD800 to #xDFFF and …
19:36 CharsetSupport edited by ehuelsmann
(diff)
19:01 CharsetSupport edited by ehuelsmann
Elaborate more on the spec bits which touch characters with case (diff)
18:31 CharsetSupport edited by ehuelsmann
Be more explicit about the problems between Unicode and CLHS (diff)
18:05 Ticket #91 (Initial values of special bindings on thread startup) created by ehuelsmann
We don't set any special variables upon thread startup. This may or …
09:15 CharsetSupport edited by ehuelsmann
(diff)
06:47 CharsetSupport edited by Mark Evenson
(diff)

04/04/10:

21:29 CharsetSupport created by ehuelsmann
Original content
20:40 DesignOverviewIndex edited by ehuelsmann
Reorder a bit and add character set support page (diff)

04/03/10:

22:39 Changeset [12580] by ehuelsmann
Remove an exception block which can't be triggered.

03/30/10:

15:14 Changeset [12579] by Mark Evenson
Added links to binary downloads; refactored CSS somewhat. Corrected …

03/28/10:

21:41 Changeset [12578] by astalla
Selected built-in classes can now be subclassed. Only SEQUENCE is …
20:20 Changeset [12577] by ehuelsmann
Re #38: Delete merged metaclass branch.
20:13 Changeset [12576] by ehuelsmann
Re #38: Merge the METACLASS branch to trunk.
19:22 Changeset [12575] by astalla
Made SEQUENCE be a built-in class again to avoid to cause problems …

03/27/10:

20:53 Ticket #90 (resetSpecialBindings efficiency) created by ehuelsmann
The code […] will compile 2 specials-restoring blocks after the …
19:12 Changeset [12574] by ehuelsmann
Publish 0.19 release notes and download links.

03/26/10:

08:57 Changeset [12573] by Mark Evenson
plist not alist.
08:56 Changeset [12572] by Mark Evenson
Move document to proper location.
08:19 Changeset [12571] by Mark Evenson
Initial proposal for URLs to be used as Pathnames.

03/23/10:

12:59 Changeset [12570] by Mark Evenson
Fix JAVA-OBJECT whose tynot being properly coerced to array of …

03/21/10:

14:15 Changeset [12569] by ehuelsmann
Add release 0.19.1 artifacts; release notes and website update …
10:38 Changeset [12568] by ehuelsmann
Remove checkClass() function no longer in use.

03/20/10:

19:45 Changeset [12567] by ehuelsmann
Delete tag for version which was never released.
19:43 Changeset [12566] by ehuelsmann
With 0.19.1 tagged, advance the version number in the branch.
19:40 Changeset [12565] by ehuelsmann
Tag 0.19.1 release.
19:40 Milestone 0.19 completed
19:38 Changeset [12564] by ehuelsmann
Backport README changes.
19:34 Changeset [12563] by ehuelsmann
Update README for release 0.19.1.

03/19/10:

21:19 Changeset [12562] by astalla
Inlining of lambda calls: handled the case (funcall (lambda (...) ...) ...)

03/18/10:

11:59 Changeset [12561] by Mark Evenson
Convert to stack-friendly primitives; add missing grovel tags.
10:15 Changeset [12560] by Mark Evenson
More work on standalone documentation.

03/17/10:

19:43 Changeset [12559] by astalla
Changed recently added method names in Stream to avoid conflicts with …
19:14 Changeset [12558] by astalla
Exposed in/out streams and reader/writers of Stream.
16:55 Changeset [12557] by astalla
Added sys::%make-byte-array-input-stream as a "inverse" of …
15:22 Changeset [12556] by Mark Evenson
Test results for 0.19.x branch as of r12555.
13:24 Changeset [12555] by Mark Evenson
Backport r12549: Allow Pathname TYPE to be :UNSPECIFIC.
13:23 Changeset [12554] by Mark Evenson
Backport r12551: MAKE-PATHNAME does not have any merging directories …
13:22 Changeset [12553] by Mark Evenson
Backport r12550: Fix loading of packed FASLs which have been renamed.

03/16/10:

21:02 Changeset [12552] by Mark Evenson
Refine TRANSLATE-PATHNAME to match SBCL's behavior on corner case. …
18:06 Changeset [12551] by Mark Evenson
MAKE-PATHNAME does not have any merging directories semantics.
15:20 Changeset [12550] by Mark Evenson
Fix loading of packed FASLs which have been renamed. Bug was present …
10:43 Changeset [12549] by Mark Evenson
Allow TYPE to be :UNSPECIFIC. Fixes bug where the following would …
09:43 Ticket #89 (compiler stack inconsistency) created by Mark Evenson
In checking out the latest ASDF, I was able to factor out the …
08:32 Changeset [12548] by Mark Evenson
Documentation for using SLIME in ABCL.
Note: See TracTimeline for information about the timeline view.