Timeline
01/21/11:
- 22:18 Changeset [13170] by
- Update CHANGES for the latest merge.
- 22:18 Changeset [13169] by
- Update CHANGES for the latest merge.
- 22:12 Changeset [13168] by
- Merge r13141-13146 and r13156: Make sure ABCL doesn't call …
- 20:57 Changeset [13167] by
- Merge r13148 and r13149: Additional changes to use reflection based …
- 14:13 Changeset [13166] by
- Smooth over more nits in the README.
01/20/11:
- 14:08 Changeset [13165] by
- Update README.
- 13:57 Changeset [13164] by
- Backport CHANGES.
- 13:56 Changeset [13163] by
- Update CHANGES.
- 13:51 Changeset [13162] by
- Merge r13135: go back to reflection based method instantiation.
- 13:31 Changeset [13161] by
- Final UNSAFE-P removal.
- 12:20 Changeset [13160] by
- Further transition to unsafety detection in pass2.
01/19/11:
- 22:02 Changeset [13159] by
- Further transition to unsafety detection in pass2.
- 21:07 Changeset [13158] by
- Further transition to unsafety detection in pass2.
- 13:09 Changeset [13157] by
- Further transition to unsafety detection in pass2.
01/18/11:
- 16:33 Changeset [13156] by
- Make 'getStatus()' public.
01/17/11:
- 22:07 Changeset [13155] by
- Allocate registers based on the representation requested, don't use …
- 21:19 Changeset [13154] by
- Provide better infrastructure for operand accumulation.
01/16/11:
- 12:15 Ticket #121 (p2-test-* infrastructure should use COMPILE-TEST-FORM) created by
- Where it sometimes uses COMPILE-FORM and tests for NIL. Another idea …
- 12:02 Changeset [13153] by
- First batch of UNSAFE-P function conversions.
- 10:45 Changeset [13152] by
- A jump being local already implies it's within the same compiland.
- 01:25 Ticket #120 (p2-* and p2-test-* infrastructures overlap) created by
- As an example, take p2-numeric-comparison and p2-test-numeric-comparison.
01/15/11:
- 20:51 Changeset [13151] by
- No longer rewrite ordinary function calls for stack safety, instead, …
- 19:49 Changeset [13150] by
- Add basic support for compiler 'listeners' or callbacks: …
01/14/11:
- 21:12 Changeset [13149] by
- Keep sys::make-fasl-class-loader API compatible to avoid changing the …
- 20:24 Changeset [13148] by
- Restored disassembly for compiled functions loaded from FASLs by …
- 15:57 Changeset [13147] by
- Set the COMPILAND-%SINGLE-VALUED-P field after the full analysis of …
- 09:43 Changeset [13146] by
- Add class documentation for recently added classes.
01/13/11:
- 23:20 Changeset [13145] by
- Comment why System.exit() is alright in the REPLConsole.java case.
- 23:19 Changeset [13144] by
- Stabilize the new way of terminating ABCL.
- 22:49 Changeset [13143] by
- Add IntegrityError? and ProcessingTerminated? error classes and adjust …
- 22:29 Changeset [13142] by
- Mark exit() invocations as FIXME. I'll address later.
- 22:06 Changeset [13141] by
- Replace Lisp.exit() with System.exit() in REPLConsole; no functional …
- 21:20 Changeset [13140] by
- Add missing subversion properties.
- 21:15 Changeset [13139] by
- Adjust indenting and add a SuppressWarning? annotation.
- 21:06 Changeset [13138] by
- Remove unused function.
- 20:54 Changeset [13137] by
- Unbreak trunk compilation. We need the specialNames after all.
- 14:51 AbclJavaProperties edited by
- (diff)
01/12/11:
- 22:29 Changeset [13136] by
- When a special bindings index has been assigned past the end of the …
- 22:22 AbclJavaProperties created by
- Initial content.
- 22:16 Changeset [13135] by
- Revert to a reflection-based loading scheme for top-level compiled …
- 22:15 WikiStart edited by
- Add AbclJavaProperties (diff)
- 21:35 Changeset [13134] by
- Make sure symbols which have been assigned a specialIndex free their …
01/10/11:
- 22:01 Changeset [13133] by
- Backport r13132: fixed memory leak upon package deletion.
- 21:26 Changeset [13132] by
- Fix: When deleting a package it remains on the usedByList of the …
01/09/11:
- 16:54 Changeset [13131] by
- With 0.24.x branched, increase trunk/ version number.
- 16:52 Changeset [13130] by
- Create 0.24.x release branch.
01/06/11:
- 17:26 Changeset [13129] by
- Remove UNSAFE-P from SINGLE-VALUED-P (pass2). Note: The use of …
- 13:55 Changeset [13128] by
- Fix example links.
- 13:42 Changeset [13127] by
- Remove UNSAFE-P from pass1, except for rewriting function calls, which …
01/05/11:
- 11:55 Ticket #119 (Unexpected CLOS shared slot initialization order) created by
- Didier Verner writes: […]
- 07:36 Changeset [13126] by
- Reorder CHANGES for abcl-0.24.0 in (mostly) reverse chronological …
- 07:32 Changeset [13125] by
- Upgrade to ASDF-2.012.
01/04/11:
- 20:01 Changeset [13124] by
- First draft of CHANGES for abcl-0.24.0.
- 11:14 JAVA:ADD-TO-CLASSPATH created by
- 11:11 asdf/cffi edited by
- (diff)
- 11:05 asdf/cffi edited by
- (diff)
- 11:04 asdf/cffi created by
- CFFI jna descibed
- 09:22 Changeset [13123] by
- Remove UNSAFE-P from pass2 by eliminating SETQ rewriting.
01/03/11:
- 20:30 Changeset [13122] by
- Remove REWRITE-RETURN-FROM, REWRITE-PROGV and REWRITE-THROW in favor …
- 13:29 Changeset [13121] by
- Create unsafe-p removal branch to commit my work in progress while the …
- 12:09 Changeset [13120] by
- Improve parent/child block relationship tracking; Improve …
01/02/11:
- 20:27 Changeset [13119] by
- Fix ANSI-TEST regressions from r13096: Arrays with an element-type …
- 20:12 Ticket #118 (Lisp.getUpgradedElementType returns more types than supported by ...) created by
- The above leads to possible failure: each upgraded element type has …
01/01/11:
- 23:36 Changeset [13118] by
- Put the transformed INITFORM back into form being transformed.
- 17:41 Ticket #117 (Compiler stack inconsistency) closed by
- fixed: (In [13117]) Fix #117: Workaround for the fact that we shouldn't be …
- 17:41 Changeset [13117] by
- Fix #117: Workaround for the fact that we shouldn't be doing UNSAFE-P …
- 14:53 Changeset [13116] by
- Remove layering violation from compiler-pass2::p2-setq; there should …
- 12:07 Changeset [13115] by
- Add SOME-NESTED-BLOCK function to work with hierarchical block structures.
- 11:52 Changeset [13114] by
- Register each node being created with its parent. A parent is always …
12/29/10:
- 21:24 Changeset [13113] by
- Finalize renaming JNULL_REF to JNULL_REF_P.
12/28/10:
- 21:55 Changeset [13112] by
- Set EOL to native.
- 21:38 Changeset [13111] by
- Add a tools/ directory and a code-graphing tool to visualize …
- 21:04 Ticket #114 (Strange backtrace growth) closed by
- fixed: The backtrace growth occurs when Lisp.pushJavaStackFrames() …
- 21:01 Changeset [13110] by
- Always emit a newline at the end of printing a backtrace for aesthetics.
- 21:00 Changeset [13109] by
- Remove the deprecated and dangerously non-functional …
- 21:00 Changeset [13108] by
- Fix strange backtrace growth as reported in ticket #114. There may be …
- 20:51 Changeset [13107] by
- Rename JNULL_REF to JNULL_REF_P.
12/27/10:
- 22:10 Changeset [13106] by
- Make Interpreter.UnhandledCondition? print its message formatted, …
- 22:06 Changeset [13105] by
- Fix Pathname.java failing to find boot.lisp in an "unpacked JAR" …
12/26/10:
- 12:14 Changeset [13104] by
- Export Object.equals() wrapper from java.lisp.
- 11:59 Changeset [13103] by
- Add JNULL_REF to check for a JavaObject? containing a 'null' value.
12/25/10:
- 11:03 Changeset [13102] by
- Add more type-conversion helpers to java.lisp.
12/23/10:
- 23:43 Changeset [13101] by
- Reduced verbosity of the AbclScriptEngine?
Note: See TracTimeline
for information about the timeline view.