Timeline
11/29/09:
- 22:00 Changeset [12288] by
- Don't extend Lisp in LispObject, static import Lisp wherever …
- 20:23 Changeset [12287] by
- Make LispObject.push() final.
- 19:48 Changeset [12286] by
- LispObject.car() should use instanceof to check for nil, as cdr() does.
- 19:38 Changeset [12285] by
- Make NUMBERP/LISTP/etc. type query functions final in LispObject. …
11/26/09:
- 15:10 Changeset [12284] by
- Delete unused function (split-directory-components).
11/25/09:
- 23:12 Changeset [12283] by
- Fix logical pathname translation issue reported by Thomas Russ.
- 22:33 Changeset [12282] by
- Fix PRINT-LEVEL.* tests all of which were related to *PRINT-LEVEL* …
11/22/09:
- 19:11 Changeset [12281] by
- Fix a memory leak for objects-with-documentation going out of scope, …
- 14:35 Changeset [12280] by
- Fix special bindings in case a symbol is bound to its own value, …
11/15/09:
- 21:07 Changeset [12279] by
- Make car()/cdr()/setCar()/setCdr()/EQ() non-virtual, dispatching …
11/14/09:
- 20:57 Changeset [12278] by
- Add some loader process documentation.
11/11/09:
- 23:24 Changeset [12277] by
- Adjust Google App Engine example to the "disappearance" of …
- 23:20 Changeset [12276] by
- Further reduce forced loading of files: TOPLEVEL will be loaded when …
- 19:16 Ticket #26 (Multi-thread safety) closed by
- fixed: In the past 12 months, some fixes were committed to protect the …
11/10/09:
- 19:45 Changeset [12275] by
- Switch special bindings access schema to mirror that of SBCL/CCL/XCL: …
- 19:34 Changeset [12274] by
- Convert some uses of LispObject to Symbol.
11/08/09:
- 22:57 Changeset [12273] by
- Set proper properties on newly added file.
- 22:37 Changeset [12272] by
- Implement functional (declared final) interface to special bindings …
- 11:28 Changeset [12271] by
- Add documentation to ControlTransfer? and inherit ThreadDestroyed? from …
- 08:32 Ticket #73 ("normalize-type" caching) created by
- Peter Graves points out that with his "canonicalize-type" buffering, …
11/07/09:
- 16:33 Changeset [12270] by
- Fix binary files which were without abcl.jar…
- 16:09 Changeset [12269] by
- Add release announcement template.
- 16:05 Changeset [12268] by
- Backport build.xml fix.
- 16:02 Changeset [12267] by
- Fix build.xml when being invoked only for distribution purposes.
- 14:34 Changeset [12266] by
- Publish 0.17.0 release on the website.
- 14:07 ArrayTypes edited by
- Found more array/vector types (diff)
- 14:03 Changeset [12265] by
- Update 0.17.x branch version number with 0.17.0 tagged.
- 13:15 Changeset [12264] by
- Upload 0.17.0 release files.
- 12:35 Changeset [12263] by
- Tag 0.17.0.
- 12:33 Changeset [12262] by
- Update CHANGES.
- 12:32 Changeset [12261] by
- Mark release date for 0.17.0.
- 11:19 Changeset [12260] by
- Setup correct version number on 0.17.x branch.
- 11:16 Changeset [12259] by
- Rebranch 0.17.
- 11:15 Changeset [12258] by
- Delete 0.17 branch for re-branching.
- 11:13 Changeset [12257] by
- Update CHANGES.
- 09:22 Changeset [12256] by
- Removed unnecessary ConditionThrowables?.
11/06/09:
- 22:36 Changeset [12255] by
- Rename ConditionThrowable? to ControlTransfer? and remove try/catch …
- 20:07 Changeset [12254] by
- Remove 'throws ConditionThrowable?' method annotations: it's an …
11/05/09:
- 22:45 Changeset [12253] by
- Make ConditionThrowable? abstract: it's the parent of non-local …
- 21:52 Changeset [12252] by
- Annotate dubious uses of ConditionThrowable? with FIXME's.
- 21:22 Changeset [12251] by
- Fixed misuse of ConditionThrowable? to signal program errors.
- 20:30 CompileFunctions edited by
- (diff)
- 20:15 Changeset [12250] by
- Add a directory for "developer stuff".
- 20:08 Changeset [12249] by
- Backport precompiler fix.
- 20:01 Changeset [12248] by
- Fix macroexpansion bug in the precompiler. Reported by: szergling at gmail
11/04/09:
- 22:03 Changeset [12247] by
- More styling changes.
- 22:00 Changeset [12246] by
- Better visual styling of release notes.
11/03/09:
- 22:39 Ticket #72 (Faster startup times) created by
- Analysis learned that 40% of the execution time spent loading ABCL was …
- 22:22 Changeset [12245] by
- Include examples of what could be achieved with money.
- 22:20 Ticket #71 (Stream line counter broken) created by
- Line numbers generated for functions (top-level forms) in compiled …
- 22:00 Ticket #70 (Unboxing of simple strings / vectors) created by
- When so declared, simple strings and vectors can be unboxed to allow …
- 21:56 Ticket #69 (Gray stream compatibility) created by
- The last thing holding us back from being fully Gray stream …
- 21:49 Changeset [12244] by
- Implemented AbstractString?.toString() returning the Java string for …
- 21:49 Ticket #68 (Extend Load.java to allow loading FASLs from arbitrary streams) created by
- Currently, Load.java inspects a file to find whether or not this file …
- 21:33 Ticket #67 (initarg checking performance) created by
- Our initarg checking strictness has improved (used to be …
- 21:26 Ticket #66 (Tests for DEFINE-METHOD-COMBINATION (long form)) created by
- The issue used to be lack of support for D-M-C, now, it's about …
- 21:20 Ticket #65 (UTF-32 strings support) created by
- ABCL uses Java char[]s to represent its strings. However, the char …
- 19:54 Milestone 0.17 completed
- 19:36 Ticket #54 (pprint.lisp incompatible with gray-streams.lisp) closed by
- fixed: This incompatibility has been resolved and is published in 0.17
- 19:34 Ticket #4 (Current CLOS implementation speed improvements) closed by
- fixed: According to list testimonials, we've increased our performance huge …
- 19:32 Ticket #20 (GRAY-STREAMS breaks ASDF loading) closed by
- fixed: Fixed and published in 0.17.
- 19:11 Changeset [12243] by
- Backport r12242: FASL version increment.
- 19:07 Changeset [12242] by
- Increment FASL version for 0.17 release.
11/02/09:
- 20:40 Changeset [12241] by
- Document getStringValue() to return the string value from string …
- 19:43 Changeset [12240] by
- Bump trunk version number with 0.17 branched.
- 19:29 Changeset [12239] by
- Create ABCL 0.17 release branch.
- 12:25 Changeset [12238] by
- New targets for binary releases 'abcl.binary.tar' and 'abcl.binary.zip'.
10/31/09:
- 21:16 Changeset [12237] by
- Update README.
- 10:51 Changeset [12236] by
- Update CHANGES.
10/30/09:
- 22:22 LoadingCompileFunctions edited by
- (diff)
- 22:19 LoadingCompileFunctions edited by
- (diff)
- 22:13 LoadingCompileFunctions edited by
- (diff)
- 21:58 LoadingCompileFunctions created by
- 21:57 DesignOverviewIndex edited by
- (diff)
- 12:45 Changeset [12235] by
- Make default action of Ant build to clean then compile. The former …
Note: See TracTimeline
for information about the timeline view.