Timeline
12/20/08:
- 21:53 Changeset [11461] by
- Document some functions.
- 20:07 Changeset [11460] by
- Update website to reflect separation of ABCL.
- 19:44 Changeset [11459] by
- Remove (most of) J from ABCL.
- 19:37 Changeset [11458] by
- Remove ABCL from J.
- 19:35 Changeset [11457] by
- Create separate project directories for ABCL and J.
- 14:09 Changeset [11456] by
- Remove superfluous IN-PACKAGE. Move documentation from comment to …
- 13:43 Changeset [11455] by
- Split up the compiler in three separate parts in preparation to …
12/19/08:
- 20:57 Changeset [11454] by
- Fix MACRO-FUNCTION.7.
- 19:46 Changeset [11453] by
- Condense LAMBDA and NAMED-LAMBDA branches in p1-function main COND …
12/18/08:
- 21:53 CompilationPhases edited by
- (diff)
- 21:01 Changeset [11452] by
- Introduce WITH-SAVED-COMPILER-POLICY macro to consistently save all …
12/17/08:
- 23:25 DesignOverviewIndex edited by
- (diff)
- 23:22 SystemExecution created by
- 22:56 DesignOverviewIndex edited by
- Add a general page about execution structure (diff)
12/16/08:
- 21:13 CompilerCodeStructure created by
- 20:26 DesignOverviewIndex edited by
- Add compiler code structure page for creation (diff)
- 19:26 CompiledClosures edited by
- (diff)
- 12:55 CompiledClosures created by
- What Ville and I found out about compiled closures yesterday
12/15/08:
- 22:11 Changeset [11451] by
- Compatibility with Java 5: using the ANT-based build, the JSR-223 …
- 20:24 DesignOverviewIndex edited by
- (diff)
- 20:13 CompilationPhases edited by
- (diff)
- 03:31 Changeset [11450] by
- JavaBean? property support (jproperty-value) Minor code cleanup Started …
12/14/08:
- 19:32 Changeset [11449] by
- Publish 0.12.0 on the website.
- 15:26 Changeset [11448] by
- Update version number following release branch and tag.
- 15:24 Changeset [11447] by
- Update version number following release tag.
- 15:23 Changeset [11446] by
- Create release tag.
- 15:06 Changeset [11445] by
- Update version string.
- 15:05 Changeset [11444] by
- Create maintenance branch 0.12.x.
- 14:17 Changeset [11443] by
- Fix macrolet.39 in compiled tests by using environment for local functions.
- 12:52 Changeset [11442] by
- Remove remaining bits of local-macro-function and expand-local-macro …
- 12:07 Changeset [11441] by
- Fix compiled MACROLET.13 and MACROLET.14: MACROEXPAND should know …
- 09:18 Changeset [11440] by
- Add @Override decorators before modifying the file.
- 08:45 Changeset [11439] by
- Cleanup following r11438.
12/13/08:
- 21:24 Changeset [11438] by
- Fix a whole slew of failures involving …
12/09/08:
- 23:30 Ticket #15 (compilation of forms with keywords having the same name as special ...) closed by
- fixed: Fixed in r11437.
- 23:23 Changeset [11437] by
- Fix *compiled* LAMBDA.64.
- 21:34 Changeset [11436] by
- Landing the EXTERNAL-FORMAT branch on trunk makes this 0.0.11.2.
12/08/08:
- 22:35 Changeset [11435] by
- Make sure we're consistently using java.nio.Charset charset names (by …
12/07/08:
- 23:24 Changeset [11434] by
- Merge open-external-format branch back to trunk.
- 22:12 Changeset [11433] by
- Strings are also BASE-STRING; SIMPLE-STRINGs are also …
- 21:50 Changeset [11432] by
- Support setting external format parameters without affecting the …
- 07:39 Changeset [11431] by
- RandomAccessCharacterFile? should implement its reader as a decendant …
12/06/08:
- 21:13 Changeset [11430] by
- Resolve 2 FIXMEs. * Stream.java:Stream::_writeChars(): Don't try to …
- 19:44 Changeset [11429] by
- Fix LISTEN.6.
- 19:33 Changeset [11428] by
- Fix LISTEN.1 and LISTEN.3 by checking if a character can actually be …
- 18:45 Changeset [11427] by
- Fix STRING-INPUT-STREAM GET-OFFSET with non-zero :start offset.
- 14:18 Changeset [11426] by
- Make sure we don't write more characters to the string than requested: …
- 14:00 Changeset [11425] by
- Fix most reader test failures: don't increment the current position if …
- 13:18 Changeset [11424] by
- Remove redundant variables. Found by: Douglas Miles
- 13:12 Changeset [11423] by
- More code re-use.
- 12:16 Changeset [11422] by
- Fix CLEAR-INPUT tests. * Stream.java:Stream::_clearInput(): Check for …
12/05/08:
- 23:31 Changeset [11421] by
- Remove unused import.
- 23:28 Changeset [11420] by
- Cleanup: with the right initialization, we can reuse most of the code …
- 22:58 Changeset [11419] by
- Make one variable out of reader and pushbackReader: they need to point …
- 21:19 Changeset [11418] by
- Add @Override modifiers before (possibly) editing these files.
12/04/08:
- 23:17 Changeset [11417] by
- Rename variables shadowing fields.
- 23:08 Changeset [11416] by
- Fix partially-reverted change: remove eolseq.
- 23:02 Changeset [11415] by
- Support EXTERNAL-FORMAT for socket streams. Found by: Hideo at Yokohama
- 19:19 Changeset [11414] by
- Un-duplicate Stream and FileStream? implementations. Patch by: Hideo …
12/03/08:
- 22:52 Changeset [11413] by
- Add override annotation for fillInStackTrace.
- 22:44 Ticket #33 (Measure the impact of filling stack trace information when performing ...) closed by
- fixed: Douglas R. Miles kindly did the measurement by using cl-bench, …
- 22:44 Changeset [11412] by
- Don't generate stack trace information when constructing a …
- 21:35 Changeset [11411] by
- Fix eol-style initialization and double-output.
- 20:38 Changeset [11410] by
- Fix string out-of-bounds error.
12/02/08:
- 22:48 Ticket #33 (Measure the impact of filling stack trace information when performing ...) created by
- Douglas R. Miles reported recently that …
12/01/08:
- 18:41 WikiStart edited by
- minor edit for test (diff)
11/30/08:
- 23:05 Changeset [11409] by
- End-of-line translation for generic streams.
- 22:03 Changeset [11408] by
- Revert unintended part from r11407.
- 21:54 Changeset [11407] by
- Allow for null ENCODING values: they mean "default".
- 20:46 Changeset [11406] by
- Handle external format in Stream.java, in preparation of it being …
- 20:02 Changeset [11405] by
- Cleanup: Add some @Override modifiers and remove unused imports.
- 13:32 Changeset [11404] by
- Default to the system encoding for input/output streams when no …
11/29/08:
- 21:40 Changeset [11403] by
- Adjust integration between RandomAccessCharacterFile? and FileStream?. …
- 20:43 Changeset [11402] by
- Undo part of r11401.
- 18:42 Changeset [11401] by
- Fix character doubling issue and the end-of-line style being written.
- 16:42 Changeset [11400] by
- Set fixed line ending style. Found by: Hideo
11/26/08:
- 06:46 Changeset [11399] by
- Tagged r113960 as ABCL-0.0.11.
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.
Note: See TracTimeline
for information about the timeline view.