Timeline
01/26/09:
- 21:54 Changeset [11594] by
- Make DERIVE-TYPE support SINGLE-FLOAT and DOUBLE-FLOAT.
- 21:40 Changeset [11593] by
- Optimize unboxing of booleans.
- 21:02 Changeset [11592] by
- Generic representation conversion (from one JVM type to another) and …
- 19:29 Changeset [11591] by
- Make SINGLE-FLOAT and DOUBLE-FLOAT compiler types.
- 16:26 Ticket #42 (TRACE of FORMAT blows up the stack) created by
- (trace format) (format t "sfsdf") will result in a STORAGE-CONDITION …
01/25/09:
- 23:34 Changeset [11590] by
- Merged the scripting branch, providing JSR-223 support and other new …
- 23:33 Changeset [11589] by
- Add stack information for opcodes we'll start using soon.
- 10:13 Changeset [11588] by
- Optimize MIN/MAX inline calculations: with the right stack use, we can …
01/24/09:
- 20:38 Changeset [11587] by
- Ofcourse, you need all components for a commit to actually work... …
- 20:36 Changeset [11586] by
- Eliminate the pesky beeps in TYPE-OF.1; however unfortunately, this …
- 18:59 Changeset [11585] by
- Update type mapping table in agreement to our earlier finding that in …
- 18:33 Changeset [11584] by
- Handle both 'long' as well as 'double' argument and return types as …
- 18:08 Changeset [11583] by
- Revert change to p2-minus: we can't do this without adding a new …
- 14:02 Changeset [11582] by
- Use additional opcodes: don't store the "obvious" constants in the …
- 13:26 Changeset [11581] by
- Make directory listing tolerate invalid paths and permission errors. …
- 11:04 Changeset [11580] by
- Commit some of the changes required for FLOAT and DOUBLE support …
- 10:24 Changeset [11579] by
- Add floatValue() and doubleValue() to LispObject and all number …
- 10:12 Changeset [11578] by
- Miscelanious: - Merge [within p2-plus] (fixnum-type-p type2) case …
01/23/09:
- 19:37 Changeset [11577] by
- Support "partial" wildcards in DIRECTORY, like …
- 16:07 Changeset [11576] by
- Move internal ABCL tests to proper hierarchy. Loading via ASDF not …
01/22/09:
- 20:00 Changeset [11575] by
- Eliminate the FastStringBuffer? (from AbstractArray? and …
01/21/09:
- 22:35 Changeset [11574] by
- Introduce LispInteger? super-type to Bignum and Fixnum: The …
- 22:14 Changeset [11573] by
- Add a 'getInstance' static method to all lisp classes which have a …
- 21:25 Changeset [11572] by
- Fix NO-EXTRA-SYMBOLS-EXPORTED-FROM-COMMON-LISP.
01/19/09:
- 20:29 Changeset [11571] by
- Implement some building blocks for compilation of float math to byte …
- 20:00 Ticket #41 (Compilation of single-/double-float arithmetic to immediate byte code) created by
- Currently, the following code " (lambda (x) (declare (double-float …
- 14:12 Changeset [11570] by
- Refactored Ant-based build to decrease compilation time. <antcall> …
- 09:36 Changeset [11569] by
- Eliminate float-serializing ambiguities: if you need a float/double, …
01/18/09:
- 22:14 Changeset [11568] by
- Restore *read-base* and *read-default-float-format* after compiling a …
- 21:06 Changeset [11567] by
- Use the same lines as in SBCL to make sure SCALE-EXPONENT works for …
- 21:04 Changeset [11566] by
- Make sure to dump all floats with exponent marker, because when …
- 19:39 Changeset [11565] by
- Fix thinko: it's not "unless", it's "when" ext:*inspector-hook* is …
- 18:34 Changeset [11564] by
- Fix compiler issue found by compiling AP5: Instead of calculating the …
- 10:51 Changeset [11563] by
- Arrangin directory structure for Lisp-based test suites.
01/17/09:
- 15:58 Ticket #3 (Handling of special variables) closed by
- fixed: So much improvement has been achieved in this area that no specific …
- 15:50 Ticket #25 (Variable scoping issues) closed by
- fixed: The given code seems to work in trunk today; closing the ticket.
- 13:56 Changeset [11562] by
- Change and document the internal adjustArray() protocol: we can't use …
- 10:24 Changeset [11561] by
- Don't check the value of initialContent to see whether it was …
01/16/09:
- 20:49 Changeset [11560] by
- Followup to r11557: Fixes ADJUST-ARRAY for the special cases of …
01/15/09:
- 23:52 Changeset [11559] by
- Better handling of java<->lisp value conversion in (get/set) …
- 23:51 Changeset [11558] by
- Solved a bug in invokeFunction (the symbol was not derived correctly …
- 23:21 Ticket #28 (Adjustable array not adjustable) closed by
- fixed: Fixed in r11557.
- 23:19 Changeset [11557] by
- Fix ticket #28: Expressly adjustable array not adjustable. Renames …
- 20:03 Ticket #40 (Non-constant function-argument initforms) created by
- The compiler doesn't support non-constant initforms for compiled …
- 19:10 Ticket #39 (subcomponent match for DIRECTORY) created by
- Filename patterns like the list below raise an "unsupported pattern" …
- 18:45 Ticket #38 (CLOS :metaclass support) created by
- Blake McBride? reports: Running the code: […] The second object …
- 10:07 Changeset [11556] by
- Fix the Lisp based build system to include with the new Java classes …
01/12/09:
- 22:28 ArrayTypes created by
- 21:31 DesignOverviewIndex edited by
- (diff)
- 21:29 DesignOverviewIndex edited by
- (diff)
- 21:26 Changeset [11555] by
- Remove unused variable.
- 19:56 Ticket #27 (Support for reading files in other than ISO-8859-1 encodings (UTF-8)) closed by
- fixed: Delivered in version 0.12. Resolving as FIXED.
01/11/09:
- 09:40 Changeset [11554] by
- Followup to the introduction of compile-forms-and-maybe-emit-clear-values.
- 08:29 Changeset [11553] by
- Increase performance of LispThread?.currentThread() by more than 50% …
01/09/09:
- 22:16 Changeset [11552] by
- - fixed a bug in print-object (java-class), thanks to logicmoo - …
01/08/09:
- 20:24 Changeset [11551] by
- Change the return value of Environment.isDeclaredSpecial() to include …
01/07/09:
- 21:14 Changeset [11550] by
- Silence compiler warnings about deleting "Unused function …
01/06/09:
- 19:17 Changeset [11549] by
- Silence compile warnings in SBCL by moving a function up.
- 12:12 Changeset [11548] by
- Remove bindArg duplication.
01/05/09:
- 15:26 Changeset [11547] by
- For let, variable values must be bound after the let-forms. This patch …
- 10:56 Changeset [11546] by
- More fixes for the Ant target 'abcl.test'. For some odd reason, …
01/04/09:
- 22:21 Changeset [11545] by
- Another small helper for p2-plus/minus.
- 22:16 Changeset [11544] by
- Add bounds checking and prepare for support for 'wide' instruction prefix.
- 22:03 Changeset [11543] by
- Little helper for p2-plus/minus/times.
- 20:04 Changeset [11542] by
- Helper macro for declare-* functions that use hashtables.
- 17:29 Changeset [11541] by
- Look, I can do conditionals in the middle of a backquote-form! :) …
- 16:44 Changeset [11540] by
- Helper macro for defining inlining functions.
- 14:27 Changeset [11539] by
- Empty statements cleanup: * Remove unintentional empty statements * …
- 12:33 Changeset [11538] by
- Added JUnit tests to Netbeans project.
- 12:14 Changeset [11537] by
- build.xml's target 'abcl.test' invokes the GCL ANSI-TEST interpreted …
- 11:54 Changeset [11536] by
- Finished adding @Override annotations for Primitives.java.
- 11:08 Changeset [11535] by
- Intermediate fix to remove double dupliation.
01/03/09:
- 20:55 Changeset [11534] by
- Helper function for creating a new fixnum and emitting dup immediately …
- 19:30 Changeset [11533] by
- Helper macro for p2-test-minusp/plusp/zerop/oddp/evenp.
- 19:02 Changeset [11532] by
- Helper function for p2-test-minusp/plusp/zerop.
- 18:41 Changeset [11531] by
- In preparation for further refactorings, a tiny change to p2-plus.
- 18:16 Changeset [11530] by
- 'abcl.test' now invokes both Java and Lisp based tests. First stab at …
- 13:17 Changeset [11529] by
- Revert inadvertent r11528.
- 13:08 Changeset [11528] by
- Enable optional use of JFluid profiler.
- 12:30 Changeset [11527] by
- (Phil Hudson) Make FastStringBuffer? an adapter to java-1.5's …
- 00:08 Changeset [11526] by
- Make Throw.java do as Lisp.java and LispThread?.java: create a …
01/02/09:
- 19:50 Changeset [11525] by
- Helper function for fixnum initializations.
- 17:28 Changeset [11524] by
- Tiny helper for checking that class file is loadable.
- 17:04 Changeset [11523] by
- Macro for temp files in p2-flet/labels-process-compiland. At the same …
- 16:36 Changeset [11522] by
- Helper function for p2-flet-process-compiland and …
- 15:23 Changeset [11521] by
- Helper macro for derive-compiler type, when checking for parameter …
01/01/09:
- 14:57 Changeset [11520] by
- Make the compiler recognize subtypes while compiling THE forms. Note: …
- 05:00 Milestone 0.15 completed
- 05:00 Milestone 0.14 completed
- 05:00 Milestone 0.13 completed
- 05:00 Milestone 0.12 completed
12/30/08:
- 21:52 CompilationPhases edited by
- (diff)
- 21:48 Changeset [11519] by
- Remove code repetition in the beginning of p2-compiland.
- 21:42 CompilationPhases edited by
- (diff)
- 21:34 CompilationPhases edited by
- (diff)
- 20:42 Changeset [11518] by
- Eliminate dead code.
- 20:31 Changeset [11517] by
- Replace Java type indicator with pre-existing constant with the same …
- 20:23 Changeset [11516] by
- Documentation of variable-info fields.
- 15:56 Changeset [11515] by
- Remove references to building 'j' in the 'abcl' build.xml. To build …
- 15:36 Changeset [11514] by
- CompiledClosure? should delegate to CTF.execute, not CTF._execute.
- 15:10 Changeset [11513] by
- Update ABCL<-->Java example instructions.
- 14:48 Changeset [11512] by
- Duplicate (clone) the ClosureTemplateFunction? in makeCompiledClosure. …
- 12:15 Changeset [11511] by
- Use replacement characters for unmappable and malformed data. This …
- 11:56 Changeset [11510] by
- Remove old build artifacts that no longer work or are referenced in …
12/29/08:
- 23:19 Changeset [11509] by
- Remove Cons special case from car/cdr, it doesn't seem to make a big …
- 21:26 Changeset [11508] by
- Cleanup: `, -> (nothing); (EMIT 'LABEL ...) -> (LABEL ...)
- 21:19 Changeset [11507] by
- Emit the most efficient ALOAD and ASTORE instructions.
- 20:16 Changeset [11506] by
- Consolidate code-path with existing function EMIT-CALL-EXECUTE.
- 20:07 Changeset [11505] by
- Consolidate code-path with existing function PROCESS-ARGS.
- 16:36 Changeset [11504] by
- Further combine car/cdr.
- 15:26 Changeset [11503] by
- Small refactoring combining common bits in p2-car/p2-cdr. This is in …
12/28/08:
- 23:09 Changeset [11502] by
- Introduce mnemonic for (emit 'getstatic ....) to load a symbol naming …
- 22:36 Changeset [11501] by
- Efficiency/correctness of generated code: choose opcodes based on …
- 21:54 Changeset [11500] by
- EMIT-LOAD-VARIABLE was actually renamed to EMIT-LOAD-LOCAL-VARIABLE.
- 20:57 Changeset [11499] by
- Revert Netbeans breakage.
- 20:49 Changeset [11498] by
- Follow up to r11494: +lisp-stream-abstract-class+ doesn't exist; …
- 20:47 Changeset [11497] by
- Factor out some code to load a local variable onto the stack.
- 20:32 Changeset [11496] by
- Remove more CVS artifacts.
- 16:47 Changeset [11495] by
- Remove errant build.xml intermediate file creation.
- 16:11 Changeset [11494] by
- (dmiles) Fix SLIME compatibilit via STREAM type check value.
- 12:09 Ticket #37 (The Lisp based build system should be aligned with build.xml) created by
- The Lisp based build system need some serious love to align with …
12/27/08:
- 19:38 Changeset [11493] by
- Fix READ-BYTE.ERROR.5 (interpreted version) which was broken since r11482.
- 19:35 Changeset [11492] by
- Revert r11491. It was based on lack of understanding of the order in …
- 15:28 Changeset [11491] by
- Cleanup: Add a way to add and initialize a special all at once. Note: …
- 14:59 Ticket #9 (Implementation of CDR6 (Inspector-hook)) closed by
- fixed: Implemented in r11490. Will be released in 0.13.
- 14:59 Changeset [11490] by
- Implement CDR6: *inspector-hook*. This implements feature request …
- 11:45 Changeset [11489] by
- 'build.properties' is empty by default. The Ant-based build system …
- 10:56 Ticket #36 (Adding missing overrides - Everywhere missing) closed by
- fixed: Patch applied in r11488.
- 10:50 Changeset [11488] by
- Add @Override annotations. Patch by: Douglas Miles
- 10:41 Changeset [11487] by
- Remove CVS artifact.
- 04:55 Ticket #36 (Adding missing overrides - Everywhere missing) created by
- this add-missing-overrides.patch is 426kb so I had to .zip it to add …
- 03:22 Ticket #35 (ABCL.Net.dll -- Using IKVM-patch to make ABCL run on .NET and MONO) created by
- HOWTO: First Patch the ABCL sources: [root@titan abcl]# patch -p0 < …
- 01:01 Ticket #11 (Integration of invoke.lisp, dynamic dispatch of java methods) closed by
- duplicate: duplicate of #18.
- 00:58 Ticket #34 (adjust generated '*.cls' filenames) created by
- dmiles: it be nice to eventually name the coerce-666.cls …
- 00:32 Changeset [11486] by
- Add @Override annotations.
Note: See TracTimeline
for information about the timeline view.