Timeline
03/16/10:
- 21:02 Changeset [12552] by
- Refine TRANSLATE-PATHNAME to match SBCL's behavior on corner case. …
- 18:06 Changeset [12551] by
- MAKE-PATHNAME does not have any merging directories semantics.
- 15:20 Changeset [12550] by
- Fix loading of packed FASLs which have been renamed. Bug was present …
- 10:43 Changeset [12549] by
- Allow TYPE to be :UNSPECIFIC. Fixes bug where the following would …
- 09:43 Ticket #89 (compiler stack inconsistency) created by
- In checking out the latest ASDF, I was able to factor out the …
- 08:32 Changeset [12548] by
- Documentation for using SLIME in ABCL.
03/15/10:
- 16:12 Changeset [12547] by
- backport r12456: nreverse() *command-line-arguments-list* to natural order.
- 16:09 Changeset [12546] by
- nreverse() *command-line-arguments-list* to natural order. Found by …
- 13:57 Changeset [12545] by
- Backport r12544: Fix win32 bugs with :ABSOLUTE directory entries for …
- 13:55 Changeset [12544] by
- Fix win32 bugs with :ABSOLUTE directory entries for jar pathnames.
- 11:04 Changeset [12543] by
- Set SVN properties.
- 10:59 Changeset [12542] by
- Add incomplete documentation of Java FFI.
- 10:57 Changeset [12541] by
- Document INSPECT protocol for getParts().
03/14/10:
- 20:27 Changeset [12540] by
- Update ANSI test results for 0.19.0 OSX.
- 20:06 Changeset [12539] by
- Update version number with 0.19.0 tagged.
- 20:03 Changeset [12538] by
- Tag 0.19.0.
- 19:40 Changeset [12537] by
- Backport PROGV fix (r12526) and its CHANGES description.
- 19:22 Changeset [12536] by
- Add fix to be merged.
- 19:17 Changeset [12535] by
- Fix returned values from SingleFloat?.getInstance() and …
- 19:15 Changeset [12534] by
- Make sure non-standard (meta) classes aren't cast to LispClass? as they …
- 19:09 Changeset [12533] by
- Backport r12531 for :ABSOLUTE directory components for jar pathnames.
- 15:50 Changeset [12532] by
- Rename 'build.properties' to 'abcl.properties'. Eclipse uses …
- 13:30 Changeset [12531] by
- Change jar pathname to have :ABSOLUTE directory entries. As pointed …
- 13:18 Changeset [12530] by
- Re #38: Make method creation and dispatch possible for classes with …
03/13/10:
- 22:51 Changeset [12529] by
- Re #38: CLASSP can't be checked with instanceof alone any longer.
- 21:47 Changeset [12528] by
- Reference #38: make the following snippet work: (defclass g …
- 19:31 GoogleSummerOfCode2010 edited by
- (diff)
- 19:05 Changeset [12527] by
- Make all class accessor functions generic functions instead of normal …
- 12:38 GoogleSummerOfCode2010 edited by
- (diff)
- 12:37 GoogleSummerOfCode2010 edited by
- (diff)
- 12:37 GoogleSummerOfCode2010 created by
03/12/10:
- 22:41 Ticket #85 (CL-JSON throws an error under ABCL where SBCL doesn't.) closed by
- fixed: Fixed in r12526. Setting to 0.19 milestone as I propose backporting.
- 22:38 Changeset [12526] by
- Fix ticket #85: CL-JSON throws an error where SBCL doesn't.
- 08:08 Ticket #81 (Inlining functions with &optional and other "complex" arguments) closed by
- fixed: Change committed in r12505 (and follow up) by astalla.
- 06:59 Changeset [12525] by
- Restore trunk to buildable state after OSGi patch.
03/11/10:
- 15:49 Changeset [12524] by
- Enable ABCL to load in an OSGi context. OSGi abstracts the loading of …
- 08:42 Changeset [12523] by
- Add informal BNF grammar description for JAR PATHNAME syntax.
03/10/10:
- 22:10 Changeset [12522] by
- With 0.19 brached, increase trunk version number.
- 22:09 Changeset [12521] by
- Correct spelling error in helper function checkSlotDefination() -> …
- 22:01 Changeset [12520] by
- Branch for 0.19 release cycle.
03/06/10:
- 11:53 Changeset [12519] by
- Finalize CHANGES for 0.19 branch.
03/04/10:
- 15:35 Ticket #88 (Predicate to distinguish between functions implemented directly in ...) created by
- For Slime, we need a predicate to distinguish between functions …
- 14:52 Changeset [12518] by
- *DISASSEMBLER* may now contain a function to return the disassembler …
03/03/10:
- 22:23 Changeset [12517] by
- Preliminary support for DOSEQUENCE.
- 21:05 Changeset [12516] by
- Support for user-extensible sequences, adapted from SBCL.
- 19:14 Changeset [12515] by
- Move a couple EXT symbols close to other EXT symbols.
- 15:18 Changeset [12514] by
- Create logical pathnames translations for "SYS:SRC" and "SYS:JAVA". …
- 08:47 Ticket #87 (input history for REPL) created by
- Would be nice to use http://jline.sourceforge.net/ for getting an …
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.
Note: See TracTimeline
for information about the timeline view.