Timeline
02/23/11:
- 07:23 Ticket #131 (LISP-IMPLEMENTATION-VERSION with svn information breaks SLIME.) created by
- Reported by ehu via #abcl.
- 07:23 Ticket #130 (SLIME under Windows has "extra" CRLF) created by
- Reported by ehu via #abcl
- 07:21 GSOC/ProjectProposals edited by
- (diff)
02/20/11:
- 20:29 CommandLineArguments edited by
- (diff)
- 20:25 Changeset [13227] by
- Add --help documentation for --.
- 20:02 Ticket #128 (ABCL command line processing should terminate with '--') closed by
- fixed: Corrected by r13226.
- 20:02 Changeset [13226] by
- Fix ticket #128. This patch enables the use of -- as a parameter, and …
02/18/11:
- 20:32 GSoC2011/LispObject-as-java-interface edited by
- (diff)
- 10:23 jvm-bytecode-tools edited by
- (diff)
- 10:23 jvm-bytecode-tools edited by
- (diff)
- 10:21 jvm-bytecode-tools edited by
- (diff)
- 10:13 jvm-bytecode-tools edited by
- (diff)
- 09:52 jvm-bytecode-tools edited by
- (diff)
- 09:52 jvm-bytecode-tools edited by
- (diff)
- 09:51 jvm-bytecode-tools edited by
- (diff)
- 09:51 jvm-bytecode-tools created by
- 09:48 GSOC/ProjectProposals edited by
- (diff)
- 09:46 Ticket #129 (ql:JAN2011:montezuma produces a stack inconsistency) created by
- To reproduce: […]
- 09:14 GSOC/ProjectProposals edited by
- (diff)
- 09:13 GSOC/ProjectProposals edited by
- (diff)
- 09:03 GSOC/ProjectProposals edited by
- (diff)
- 09:00 WikiStart edited by
- (diff)
- 08:58 GSoC2011/LispObject-as-java-interface edited by
- (diff)
- 08:49 LispObject edited by
- (diff)
- 08:48 LispObject edited by
- (diff)
- 08:48 LispObject created by
- 08:47 GSoC2011/LispObject-as-java-interface: edited by
- (diff)
- 08:43 GSoC2011/LispObject-as-java-interface: edited by
- (diff)
- 08:43 GSoC2011/LispObject-as-java-interface: edited by
- (diff)
- 08:41 GSOC/ProjectProposals edited by
- (diff)
- 08:35 GSoC2011/LispObject-as-java-interface: created by
- 08:34 GSOC/ProjectProposals edited by
- (diff)
- 08:33 GSoC2011/LispObject-as-java-interface created by
02/17/11:
- 22:47 Changeset [13225] by
- Port DEFINE-METHOD-COMBINATION test from SBCL (clos.impure.lisp, to be …
- 06:42 GSOC/ProjectProposals edited by
- (diff)
- 06:30 GSOC/ProjectProposals edited by
- (diff)
- 06:22 GSOC/ProjectProposals edited by
- (diff)
02/16/11:
02/15/11:
- 23:06 Changeset [13224] by
- Updared POM to reflect version 0.25.0-dev and added instructions for …
- 22:30 Changeset [13223] by
- Remove branche now integrated in trunk.
- 22:29 Changeset [13222] by
- Backport 'unsafe-p-removal' branch: this commit pushes back the …
- 21:35 GSOC/ProjectProposals edited by
- (diff)
- 21:23 GSOC/ProjectProposals created by
- Initial content.
- 00:20 Ticket #128 (ABCL command line processing should terminate with '--') created by
- Didier writes from …
02/14/11:
- 23:29 Ticket #123 (REGISTER-JAVA-EXCEPTION failing) closed by
- fixed: Fixed in r13211 by Alessio as reported in …
- 23:03 Changeset [13221] by
- Fix LispClass?.subclassp(LispObject) used by register-java-exception. …
- 22:41 ASDF-INSTALL edited by
- Note that ASDF-INSTALL is supported under Windows (diff)
02/13/11:
- 21:27 Changeset [13220] by
- Add REINITIALIZE-INSTANCE initargs cache.
- 21:08 Changeset [13219] by
- Add caching to CHECK-INITARGS: cache sets of allowable initargs per …
- 18:37 Ticket #83 (problem with error reporting on undefined class during make instance) closed by
- fixed: Fixed in r13217: the error is now about finalizing a …
- 15:29 Changeset [13218] by
- Replace algorithm in EXTRACT-LAMBDA-LIST-KEYWORDS to make a single …
- 11:41 Changeset [13217] by
- Move checking for FORWARD-REFERENCED-CLASS superclasses from …
- 11:02 Changeset [13216] by
- Fixes to checking initargs: - Use only keyword arguments for the check …
02/12/11:
- 18:36 Changeset [13215] by
- Untabify.
- 18:10 Changeset [13214] by
- Finalize subclasses as soon as a forward-referenced class gets defined …
02/11/11:
- 23:06 Changeset [13213] by
- Added Maven POM for deployment. Fixed a primitive class name in Java.java.
- 09:04 Changeset [13212] by
- Added Ant targets to generate javadoc. 'abcl.javadoc' generates the …
- 06:43 Changeset [13211] by
- 'abcl.source.jar' now produces a source archive intended for Maven. …
02/09/11:
- 10:38 Changeset [13210] by
- Reduce complexity of a test: no need to check initarg is not NIL, NIL …
02/08/11:
- 21:46 Changeset [13209] by
- Add documentation to STD-SHARED-INITIALIZE and add initarg checking to …
- 18:01 Changeset [13208] by
- Add documentation.
- 17:59 Changeset [13207] by
- Fix CHECK-INITARGS checking the wrong generic functions by making it …
02/06/11:
- 20:03 Changeset [13206] by
- Simplify argument passing in CHECK-INITARGS.
- 16:26 Changeset [13205] by
- Upon defining a forward referenced class, assign the …
- 16:00 Changeset [13204] by
- FINALIZE-INHERITANCE (more) AMOP compatible.
02/05/11:
- 22:58 Changeset [13203] by
- Create ATOMIC-DEFGENERIC macro, in order to eliminate FMAKUNBOUND …
02/03/11:
- 22:40 Changeset [13202] by
- Add some documentation and indicate the direction to work on.
- 11:14 Ticket #127 (SLIME fails to EXTENSION:QUIT) created by
- Alan Ruttenberg reports that "(QUIT) in SLIME doesn't" […] The …
02/01/11:
- 14:28 Ticket #126 (Provide mechanism for user to extend Java classes via Lisp) created by
- [http://stackoverflow.com/questions/4785969/can-you-write-a-java-class- …
01/31/11:
- 21:45 Changeset [13201] by
- Rename STD-ALLOCATE-INSTANCE to %STD-ALLOCATE-INSTANCE, creating …
- 21:17 Changeset [13200] by
- Atomically swap generic functions into place of temporary DEFUNs for …
- 07:25 Changeset [13199] by
- Fix ad infinitum appending of 'svnversion' results in incremental …
01/30/11:
- 23:35 Changeset [13198] by
- Update r13197 for Windows.
- 22:26 Changeset [13197] by
- Incorporate output of 'svnversion' into LISP-IMPLEMENTATION-VERSION. …
- 21:19 Changeset [13196] by
- Provide more context regarding the reason of autoloading. Note: This …
- 20:52 Changeset [13195] by
- Finalize CLASS and STANDARD-OBJECT, just like most (all?) others in …
- 20:50 Changeset [13194] by
- As a convenience-method: let BUILT-IN-CLASSes report themselves as …
- 18:55 Changeset [13193] by
- Revert r13190: Detect loops in autoloads and requires. Note: This …
- 13:35 Changeset [13192] by
- Signal an error containing the name of the class, when the type of the …
- 13:20 Changeset [13191] by
- Signal an error containing the name of the class, when the type of the …
- 13:17 Changeset [13190] by
- Detect loops in autoloads and requires (and remove some trailing …
01/28/11:
- 23:17 Changeset [13189] by
- Fix MACROEXPAND-ALL autoloader which should be loaded from 'format.lisp'.
01/27/11:
- 22:48 Changeset [13188] by
- Fix DEFSTRUCT trying to generate accessors named NIL. Note: …
- 21:08 Ticket #125 (Qi loading issues) closed by
- fixed: (In [13187]) Fix #125: FASL reader should not convert symbol case [Qi …
- 21:08 Changeset [13187] by
- Fix #125: FASL reader should not convert symbol case [Qi FASL loading …
- 21:03 Ticket #125 (Qi loading issues) created by
- Greg Baryza writes: […]
01/26/11:
- 10:12 ImplementingJavaInterfaces edited by
- (diff)
- 10:11 ImplementingJavaInterfaces edited by
- (diff)
- 10:05 Changeset [13186] by
- Add a slightly simpler example of implemeting a Java interface in …
- 10:01 ImplementingJavaInterfaces edited by
- (diff)
- 08:47 ImplementingJavaInterfaces created by
- Implementing Java interfaces in ABCL
- 08:39 Ticket #119 (Unexpected CLOS shared slot initialization order) closed by
- fixed: (In [13185]) Fix #119: Incorrect dynamic environment for evaluation of …
- 08:39 Changeset [13185] by
- Fix #119: Incorrect dynamic environment for evaluation of :CLASS …
01/25/11:
- 21:56 Changeset [13184] by
- Enhance error messages for improved user friendlyness, as requested by …
- 21:24 Changeset [13183] by
- Make sure we autoload FORMAT whenever we've booted far enough and the …
- 20:41 JavaFfi edited by
- update link (diff)
01/24/11:
- 20:50 Changeset [13182] by
- Fix part of the error printing issues reported by Blake.
Note: See TracTimeline
for information about the timeline view.