Timeline
03/02/10:
- 22:35 Changeset [12513] by
- Remove 'private' keyword to eliminate the Java requirement for the …
02/28/10:
- 15:54 Changeset [12512] by
- Make Condition.writeToString() final, add documentation to …
- 14:27 Changeset [12511] by
- Add a changelog entry for the with-standard-io-syntax bugfix.
02/27/10:
- 19:31 Changeset [12510] by
- Fix the test WITH-STANDARD-IO-SYNTAX.23, which was failing because our …
- 07:01 Changeset [12509] by
- ANSI test database can now contain multiple test results per version. …
- 06:59 Changeset [12508] by
- Code for parsing ANSI errors database.
02/24/10:
- 22:33 Changeset [12507] by
- Improve CHANGES for upcoming release.
- 10:06 Changeset [12506] by
- Eliminate needless lookup for PATHNAME-MATCH-P primitive.
02/23/10:
- 23:35 Changeset [12505] by
- Added missing copy-tree for the function body in one case of lambda …
- 14:34 Changeset [12504] by
- Implement HTTP HEAD Last-Modified checking for ZipCache? objects. …
02/22/10:
- 16:32 Changeset [12503] by
- DIRECTORY now works for jar pathnames. The semantics for listing …
- 14:45 Changeset [12502] by
- ABCL system code should be platform agnostic at runtime. Use …
- 13:44 Changeset [12501] by
- Improve CHANGES for upcoming release.
- 11:12 Changeset [12500] by
- Correct contributor's last name spelling.
- 10:02 Changeset [12499] by
- Further annotation for upcoming release.
- 07:16 Changeset [12498] by
- Start noting changes for upcoming release.
02/21/10:
- 17:46 Changeset [12497] by
- Consolidate string equality comparisons.
- 17:29 Changeset [12496] by
- Consolidate case-sensitive/insensitive comparisons.
- 15:22 Changeset [12495] by
- Use sane names for parameters.
- 14:33 Changeset [12494] by
- Don't use StringBuilder? for StringFunctions? that can use arraycopy …
- 13:53 Changeset [12493] by
- 1) do the param checking for all functions 2) with the consolidated …
- 07:34 Changeset [12492] by
- Revert r12490. ABCL system Lisp should not break the abstraction …
02/20/10:
- 23:52 Changeset [12491] by
- DIRECTORY works for (some) jar:file cases. Doesn't handle JAR in JAR …
- 20:36 Changeset [12490] by
- More cleanups, introduce a function for adjusting return values when a …
- 20:17 Changeset [12489] by
- 1) implement string-greaterp in terms of string-lessp 2) implement …
- 17:28 Changeset [12488] by
- 1) remove copy-paste code, consolidate index and char array extraction …
- 12:04 Changeset [12487] by
- Port of ASDF-INSTALL under 'contrib/asdf-install'. 'abcl.contrib' …
- 11:27 Changeset [12486] by
- Fix a couple of bugs in PATHNAME; reindent primitives. Restablish …
02/17/10:
- 14:15 Changeset [12485] by
- Allow pathnames for filenames starting with "." to have TYPE.
- 14:14 Changeset [12484] by
- Fix bug in loading fasls with "." in NAME of pathname. Perform the …
02/14/10:
- 21:31 Changeset [12483] by
- Recreate branch deleted in r12482 from trunk.
- 21:30 Changeset [12482] by
- Delete branch for rebranching.
- 21:29 Changeset [12481] by
- Merge 'metaclass' branch, making STANDARD-CLASS have slots to be …
- 20:08 Changeset [12480] by
- DIRECT-DEFAULT-INITARGS and DEFAULT-INITARGS slot storage for …
- 19:54 Changeset [12479] by
- Slot storage for DIRECT-SLOTS and SLOTS of STANDARD-CLASS.
- 19:41 Changeset [12478] by
- loadCompiledFunction is deprecated, so rewrite to eliminate its use.
- 19:33 Changeset [12477] by
- SlotClass? now accesses its fields only through the accessor functions.
- 18:46 Changeset [12476] by
- Make DOCUMENTATION and DIRECT-METHODS STANDARD-CLASS slots.
- 16:27 Changeset [12475] by
- Access the CPL through its accessor *everywhere*.
- 15:14 Changeset [12474] by
- Reindentation.
- 14:19 Changeset [12473] by
- Stack friendliness.
- 13:32 Changeset [12472] by
- Reindentation.
- 13:18 Changeset [12471] by
- Stack friendliness.
- 09:23 Changeset [12470] by
- Check for LISTP instead of CONSP and remove the resulting special case.
- 09:07 Changeset [12469] by
- Ensure that FILE-ERROR always has a value for PATHNAME. Fixes ANSI …
- 08:44 Changeset [12468] by
- Convert classPrecedenceList, directMethods and documentation to java …
- 07:13 Changeset [12467] by
- Convert CLASS-PRECEDENCE-LIST of STANDARD-CLASS to a slot.
02/13/10:
- 23:15 Changeset [12466] by
- Instead of 10 class-precedence-list setters, use a single var-arg one.
- 22:59 Changeset [12465] by
- Convert DIRECT-SUBCLASSES of STANDARD-CLASS to a slot.
- 22:45 Changeset [12464] by
- Convert LAYOUT and DIRECT-SUPERCLASSES of STANDARD-CLASS to slots.
- 22:20 Changeset [12463] by
- Remove some cruft left behind experimenting.
- 22:16 Changeset [12462] by
- In order to make StandardClass? use its NAME slot instead of …
- 21:43 Changeset [12461] by
- In the category of making things readable: readable class cast …
- 19:20 Changeset [12460] by
- Reindentation.
- 17:54 Changeset [12459] by
- Stack friendliness.
- 16:51 Changeset [12458] by
- More stack-friendly SpecialOperators?.
- 15:42 Changeset [12457] by
- Reindentation.
- 15:28 Changeset [12456] by
- Stack-friendly SpecialOperators?.
02/12/10:
- 23:54 Changeset [12455] by
- Make STANDARD-CLASS a normal STANDARD-OBJECT with a normal Layout and …
- 22:00 Changeset [12454] by
- Reindentation.
- 21:22 Changeset [12453] by
- Make Primitives stack-friendly.
- 20:34 Changeset [12452] by
- Unbind functions before defining generic functions for them.
- 11:08 Changeset [12451] by
- Fix for ZipException? under interpreted ANSI tests. Check that the …
- 10:53 Changeset [12450] by
- Collect unprocessed command-line arguments in …
- 08:27 Changeset [12449] by
- Include manifest in Netbeans build so that abcl.jar is executable. …
02/11/10:
- 12:28 Ticket #80 (REQUIRE should work with ASDF) closed by
- fixed: Implemented in r12447.
- 12:16 Changeset [12448] by
- Remove potentially present ZipCache? files entries on DELETE-FILE and …
- 12:03 Changeset [12447] by
- REQUIRE now searches for ASDF systems. If ASDF is loaded via (REQUIRE …
- 12:00 Changeset [12446] by
- Correct copyright.
- 11:54 Changeset [12445] by
- Set SVN properties.
02/10/10:
- 23:06 Changeset [12444] by
- Make the lispClass slot in Layout private and add an additional …
- 22:56 Changeset [12443] by
- Revert r12425: it broke trunk in a way not quickly fixed. Work to …
- 21:57 Changeset [12442] by
- Move work on METACLASS support to a branch. The impact is too …
- 16:22 Changeset [12441] by
- Return of the ZipCache? now using last modified time. Treat jars as …
- 16:14 Changeset [12440] by
- Documentation updates and conversion to stack trace friendly Primitive …
- 16:13 Changeset [12439] by
- Remove duplication of java options.
- 10:41 Changeset [12438] by
- Implementation of Lisp build without intermediate files. It is still …
02/09/10:
- 21:53 Changeset [12437] by
- CHAR-CODE-LIMIT is the upper *exclusive* limit. Found by: Paul Griffioen
- 20:45 Changeset [12436] by
- Fix describe formatting, there was a missing newline. Problem reported …
- 15:42 Changeset [12435] by
- Turn off all caching of JAR entries as it inhibited reloading FASLs. …
02/08/10:
- 18:01 Changeset [12434] by
- Revert r12430 because it fails to signal errors in a meaningful manner.
- 12:59 Changeset [12433] by
- Update jar pathname design document with current implementation status.
- 08:13 Changeset [12432] by
- Revert to r12425 for clos.lisp (which is broken under ANSI tests). …
- 08:05 Changeset [12431] by
- Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
- 07:46 Changeset [12430] by
- Lisp compilation no longer writes build to temporary file. The way to …
- 07:43 Changeset [12429] by
- Correct svn:eol-style and svn:keywords.
02/07/10:
- 22:08 Changeset [12428] by
- Corrected bugs: inline declaration for local functions was ignored as …
- 16:46 Changeset [12427] by
- Fix ClassCastException? occuring when LOAD from streams.
- 09:21 Changeset [12426] by
- ABCL packed FASLS no longer have to end in ".abcl". The requirement …
02/06/10:
- 17:00 Changeset [12425] by
- No longer ignore the METACLASS defclass option; instead act on it …
- 15:22 Changeset [12424] by
- Further tests for jar pathnames. jar-file.lisp now has network based …
- 15:20 Changeset [12423] by
- Improve Ant knobs documentation.
- 10:52 Changeset [12422] by
- Extensively reworked new implementation for specifiying jar pathnames. …
02/05/10:
- 23:26 Changeset [12421] by
- Missing file from previous commit.
- 23:18 Changeset [12420] by
- Tentative inlining of named local function with complex lambda lists; …
- 15:52 Changeset [12419] by
- 'abcl.release' target now drives the release process.
- 15:41 Changeset [12418] by
- Fix svn:eol-style.
02/04/10:
- 09:43 Ticket #82 (TRANSLATE-PATHNAME failure) closed by
- fixed: Fixed in r12147 as suggest by Alan Ruttenburg. My analysis of what …
- 09:42 Changeset [12417] by
- Fix TRANSLATE-LOGICAL-PATHNAME regression. Problem and solution found …
02/03/10:
- 23:55 Changeset [12416] by
- Fixed lambda.nn test failures caused by errors in lambda inlining.
02/02/10:
- 21:01 Changeset [12415] by
- Rename class-file to abcl-class-file in anticipation of a more …
- 19:54 Changeset [12414] by
- Add function to retrieve a lisp byte array from a byte array output stream.
02/01/10:
- 22:16 Changeset [12413] by
- Use MACROLET to prevent code repetition.
- 22:14 Changeset [12412] by
- Make format.lisp a lot more memory-efficient by replacing an array …
01/31/10:
- 20:13 Changeset [12411] by
- Lambda call inlining: fixed nasty bug that made the compiler go into …
- 00:06 Changeset [12410] by
- Add documentation for the streams.
Note: See TracTimeline
for information about the timeline view.