Timeline
11/25/08:
- 18:16 Changeset [11398] by
- Move to more natural place "above" Ville's examples.
- 18:14 Changeset [11397] by
- Start of instructions on using the examples. Gratiously contributed …
11/24/08:
- 19:05 Ticket #23 (RETURN handled differently in interpreted and compiled code) closed by
- fixed: Fixed by commit r11396. Thanks to Erik for finding the problematic …
- 19:01 Changeset [11396] by
- Fix return in an anonymous lambda. An anynonymous lambda should not …
11/23/08:
- 11:29 Changeset [11395] by
- Commit in-progress implementation. Note: This commit still fails ansi …
- 11:27 Changeset [11394] by
- Create branch to commit support :EXTERNAL-FORMAT progress for OPEN.
11/19/08:
- 20:57 Changeset [11393] by
- Implemented the Compilable interface and refactored the script …
11/16/08:
- 21:41 Changeset [11392] by
- Add @Override markers as I'm working on the file.
11/15/08:
- 22:38 Changeset [11391] by
- ABCL license is GPL + Classpath exception. This was intended by Peter …
- 22:12 Changeset [11390] by
- Make JAVA-EXCEPTION objects print more human readable. Inspired by: …
11/10/08:
- 22:34 Changeset [11389] by
- - Added support for lisp-this for interface implementations - …
- 22:30 Changeset [11388] by
- Add @Override markers.
11/09/08:
- 11:29 Changeset [11387] by
- Document API that Java-side Lisp streams need to implement. Add some …
- 11:05 Changeset [11386] by
- Don't warn about Java 1.6.0_10, as it seems to resolve our 1.6 …
11/08/08:
- 23:33 Ticket #32 (Modify the currently disabled runtime-class.lisp code to not require ASM) created by
- It's possible to define classes at runtime, by generating bytecode and …
- 19:10 Ticket #31 (Create example code for various use cases of ABCL) closed by
- fixed: The commit r11385 adds a simple handling of a java exception. Lisp …
- 19:06 Changeset [11385] by
- Add a simple example of catching a java exception in lisp code.
- 09:27 Changeset [11384] by
- Add Id tags and thus keyword properties.
- 01:18 Changeset [11383] by
- Add copyright/license headers.
11/07/08:
- 22:55 Changeset [11382] by
- Examples for using abcl, initial commit.
- 21:14 Ticket #31 (Create example code for various use cases of ABCL) created by
- It would be useful to have example code so that we can point new …
- 21:11 Ticket #30 (Lisp debugger, for both compiled and interpreted code) created by
- ABCL code can be debugged with normal java debuggers, but it is …
11/06/08:
- 19:27 Changeset [11381] by
- Added missing JavaClass?.java
- 06:43 Ticket #22 (keyword parameters by same name as global variable) closed by
- fixed: Duplicate of ticket:15
11/05/08:
- 22:14 Changeset [11380] by
- Implement testimonials page. Will still need linkage from the main page.
- 22:10 Ticket #29 (Support loading system files off other paths (in a JAR) than the ...) created by
- Alan Ruttenberg writes: In order to enable easy packaging of a system …
- 22:05 Ticket #28 (Adjustable array not adjustable) created by
- Alex Mizrahi writes: if multidimensional array is created as …
- 22:01 Ticket #27 (Support for reading files in other than ISO-8859-1 encodings (UTF-8)) created by
- Both Alex Mizrahi and Hideo Yokohama write: It would be nice if ABCL …
- 21:58 Ticket #26 (Multi-thread safety) created by
- Alex Mizhari writes: multithread safety -- while perhaps not …
- 21:57 Ticket #25 (Variable scoping issues) created by
- Alex Mizhari writes: compiler and lexical/special variables -- last …
- 21:48 Ticket #24 (Ability to load ASDF systems off JAR files in the classpath) created by
- Alan Ruttenberg writes: I'd really like the ability to pop an asdf …
- 21:25 Ticket #23 (RETURN handled differently in interpreted and compiled code) created by
- Robert Dodier writes: See below for foobar.lisp. Interpreted: …
- 20:36 Ticket #22 (keyword parameters by same name as global variable) created by
- Don Cohen writes that the code below is problematic. Especially …
- 20:20 Changeset [11379] by
- jmake-proxy now is a generic function. A couple of simple methods are …
11/03/08:
- 22:33 Changeset [11378] by
- Added CLOS method dispatch on Java classes: a new java:jclass …
- 07:04 Ticket #21 (Compilation failure from stack inconsistency) created by
- #| Eric Marsden on armedbear-j-devel |# (defun foo () (flet ((bar …
11/02/08:
- 22:06 Changeset [11377] by
- Code reorganization: move stream related primitives from …
- 19:25 Ticket #7 (SLIME support (delivered with ABCL) needs updating) closed by
- fixed: All slime artifacts have been removed. remove-slime-build.patch …
- 19:22 Changeset [11376] by
- Clean up build system artifacts of slime. Follow up for compilation of …
- 14:59 Ticket #20 (GRAY-STREAMS breaks ASDF loading) created by
- The sequence: (require 'asdf) (require 'gray-streams) (asdf:oos …
- 14:52 Ticket #19 (SLIME from CVS HEAD needs 'with-mutex.lisp') closed by
- fixed: Fixed in commit:11374 by Erik. I would recommend patching build.xml …
- 12:21 Changeset [11375] by
- Resolve (?) ticket 7: removal of out-of-date slime. Note: …
- 11:36 Changeset [11374] by
- Add with-mutex.lisp to the set of files to be compiled. Found by: …
- 09:46 Ticket #19 (SLIME from CVS HEAD needs 'with-mutex.lisp') created by
- SLIME from CVS HEAD fails to load with r11371, as it apparently needs …
11/01/08:
- 21:12 SystemBootsequence created by
- 21:00 Changeset [11373] by
- Given recent improvements (including JAR building), call this 0.0.11.1.
- 20:45 Changeset [11372] by
- Compile and include autoloads in compiled form into abcl.jar.
- 20:23 Changeset [11371] by
- Greatly reduce the size of abcl.jar: * …
- 19:05 SystemBootstrap created by
- 18:44 DesignOverviewIndex edited by
- (diff)
- 18:39 CustomConditions created by
- 16:55 CompilationPhases created by
- 16:43 FaslFormatAndLoading created by
- 10:22 DesignOverviewIndex edited by
- (diff)
- 10:05 DesignOverviewIndex edited by
- Add some more stuff to be documented (diff)
- 08:53 Ticket #18 (Incorporate 'invoke.lisp' dynamic classpath ability) created by
- Alan Ruttenberg's [invoke.lisp][1] has the ability to easily add …
10/31/08:
- 22:30 Ticket #6 (Wildcards for (directory) don't work with symbolic links) closed by
- fixed: The candidate patch works, and is committed in revision r11364.
- 13:11 Ticket #17 (SLIME: Invoking TOP-LEVEL restart always terminates connection) created by
- When using ABCL from SLIME, invoking the very tempting TOP-LEVEL …
10/30/08:
- 22:11 Changeset [11370] by
- Fixed: proxy handling of no-args methods; problems caused by closing …
- 06:30 Changeset [11369] by
- Introduced jmake-invocation-handler and jmake-proxy.
10/28/08:
- 21:16 Changeset [11368] by
- New jimplement-interface functionality allowing some sort of limited …
- 07:35 Ticket #16 (Re-evaluation of DEFPACKAGE form is ignored) created by
- Evaluation of DEFPACKAGE forms for existing packages are ignored. …
10/27/08:
- 16:39 Ticket #15 (compilation of forms with keywords having the same name as special ...) created by
- [From news.gmane.org gmane.editors.j.devel:1883] Don Cohen reported …
10/26/08:
- 22:38 Changeset [11367] by
- Remove useless level of indirection.
- 21:06 Changeset [11366] by
- Instead of new <Java type>(...), use <Java type>.valueOf(...), …
- 19:50 Changeset [11365] by
- Patch by Mark Evenson to provide the (optional) RUN-SHELL-COMMAND function.
- 19:40 BuiltInConditions created by
- Initial mind dump
- 19:20 DesignOverviewIndex created by
- Initial page revision: start dumping mind-state
- 19:14 WikiStart edited by
- (diff)
- 19:12 WikiStart edited by
- Initial setup for the ABCL project (diff)
- 13:21 Changeset [11364] by
- Fix behaviour with symbolic links.
Note: See TracTimeline
for information about the timeline view.