Timeline
07/29/12:
- 21:07 Ticket #175 (abcl.release target fails occasionally) closed by
- fixed: Just tested on Windows with 1.1.0-dev. Nothing wrong. Closing.
- 20:11 Changeset [14025] by
- Re #60: Line missed in last commit.
- 20:08 Changeset [14024] by
- Fix #60 (Implement USE_FAST_CALLS properly) by deleting the …
- 20:08 Ticket #60 (Implement USE-FAST-CALLS properly) closed by
- fixed: (In [14024]) Fix #60 (Implement USE_FAST_CALLS properly) by deleting …
- 20:04 Changeset [14023] by
- Remove Function Preloading facility not in use for quite some time.
- 19:14 Changeset [14022] by
- Delete unused import.
- 15:45 Ticket #225 (One of the paths in STD-COMPUTE-DISCRIMINATING function not working) created by
- In r14021, I've committed a note regarding a code path that's not …
- 15:45 Changeset [14021] by
- Commit comment that's been sitting in my working copy (only for me to …
- 15:41 Changeset [14020] by
- Document what I've explained to Mark this morning.
- 15:24 Ticket #224 (Autoloader fails when *read-XXXX* variables bound to non-standard values) closed by
- fixed: (In [14019]) Fix #224: autoloading clobbered by unknown special …
- 15:24 Changeset [14019] by
- Fix #224: autoloading clobbered by unknown special variable state.
- 14:03 Ticket #224 (Autoloader fails when *read-XXXX* variables bound to non-standard values) created by
- Durward McDonell? reports: (defmacro foo-bar (s) `(sublis '((foo . …
- 11:32 Ticket #206 (COMPILER-UNSUPPORTED-FEATURE-ERROR is derived from CONDITION, rather ...) closed by
- fixed: (In [14018]) Fix #206 while moving the definition of the condition …
- 11:32 Changeset [14018] by
- Fix #206 while moving the definition of the condition classes to lisp.
07/28/12:
- 20:44 Ticket #191 (Compiling SHARPSIGN SHARPSIGN form causes stack overflow) closed by
- fixed: (In [14017]) Fix #191: Compiling SHARPSIGN SHARPSIGN form causes stack …
- 20:44 Changeset [14017] by
- Fix #191: Compiling SHARPSIGN SHARPSIGN form causes stack overflow. …
- 19:40 Ticket #220 (Lambda list checking too lenient) closed by
- duplicate: Duplicate for #219.
- 16:06 Ticket #223 (XP-STRUCTURE should be a proper subtype of STREAM) created by
- An attempt has been made to create a proper "implementation super type …
- 14:59 Ticket #222 (Deprecate Debug.assertXXXX()) created by
- Long term: move all occurrances to (meaningful) lisp conditions. …
- 14:13 Ticket #221 (Stack exhaustion on invocation of function in non-existing package) created by
- Note that it's not related to Hunchentoot or Quicklisp, but can be …
- 12:16 Ticket #220 (Lambda list checking too lenient) created by
- ArgumentListProcessor? allows &body as a variable indicator, which is …
- 10:58 Ticket #192 (ASDF::IMPLEMENTATION-IDENTIFIER contains ABCL build environment identifier) closed by
- fixed: Fixed via ASDF upgrades in 1.1.0.
07/26/12:
- 08:10 Ticket #219 (Keyword argument checking for lambda lists is too lenient for ANSI) created by
- From #abcl on Thu Jul 26 2012 […]
07/25/12:
- 13:33 Changeset [14016] by
- slightly more helpful error message
- 10:52 Ticket #5 (CLOS reimplementation to support a MOP (preferably AMOP)) closed by
- fixed: Abcl svn now passes the AMOP test suite.
07/23/12:
- 11:58 Changeset [14015] by
- dmiles: classloaders to search their parent/system classloaders …
07/21/12:
- 14:02 Changeset [14014] by
- fixes for (documentation x 'type) and (documentation x 'structure)
07/20/12:
- 12:57 Ticket #217 (ANSI tests wont run on Revision 14011: /trunk/abcl) closed by
- fixed: Seems to have been cleaned up in r14012.
- 12:54 Changeset [14013] by
- Commit asdf-2.23 to trunk.
07/19/12:
- 19:41 Changeset [14012] by
- Enable usage of method combinations with options - e.g., (defgeneric …
07/17/12:
- 09:14 Ticket #218 (More Compreshensive Regression testing) created by
- There are two types of ANSI tests.. Interpreted and Complied. …
- 08:51 Ticket #217 (ANSI tests wont run on Revision 14011: /trunk/abcl) created by
- Steps to reproduce: mkdir reproduce cd reproduce svn co -r 14011 …
- 07:59 Changeset [14011] by
- Robustify print-object of uninitialized class objects - avoid …
07/16/12:
- 14:04 Changeset [14010] by
- Revert previous commit. - hacking clos is hard, let's go shopping!
- 13:30 Changeset [14009] by
- Don't redefine metaclasses
07/15/12:
- 10:38 Changeset [14008] by
- Eliminate Java-side definition of generic functions ... which was …
07/14/12:
- 10:45 Ticket #34 (adjust generated '*.cls' filenames) closed by
- fixed: Implementation from dmiles committed in r14002
07/13/12:
- 16:44 Changeset [14007] by
- Move definition of subclasses of standard-method metaclass to Lisp - …
- 16:16 Changeset [14006] by
- Move method-combination metaclass definitions into Lisp - …
- 14:15 Changeset [14005] by
- Repair class hierarchy (fixes previous commit)
- 14:07 Changeset [14004] by
- Move definition of eql-specializer metaclass into Lisp side
- 14:07 Changeset [14003] by
- Eliminate once-only-used function
07/12/12:
- 09:25 Changeset [14002] by
- dmiles: SYS:*COMPILE-FILE-CLASS-EXTENSION* contains PATHNAME TYPE of …
07/11/12:
- 11:04 Changeset [14001] by
- Set java tab-width to 2 - this will cause Java code to slowly …
- 10:50 Changeset [14000] by
- Remove to-be-deleted package from packages which use it - fixes ansi …
- 08:55 Ticket #216 (JVM stack inconsistency triggered by compiler) created by
- […] (reported by Eric Marsden on armedbear-devel July 10, 2012)
07/10/12:
- 20:46 Changeset [13999] by
- Introduce a "continue" restart for delete-package - Fixes ansi test …
07/09/12:
- 21:16 JavaFfi/RuntimeClass edited by
- (diff)
- 09:47 Changeset [13998] by
- Structure classes are finalized by definition, make them say so - …
07/08/12:
- 15:30 Changeset [13997] by
- Fix fast-function optimization when only standard method function is …
- 10:57 Changeset [13996] by
- Small cleanup of atomic-defgeneric
07/06/12:
07/05/12:
- 21:18 JavaFfi/RuntimeClass edited by
- (diff)
- 21:07 JavaFfi/RuntimeClass edited by
- (diff)
- 20:49 JavaFfi/RuntimeClass edited by
- (diff)
- 20:40 JavaFfi edited by
- (diff)
- 20:30 DesignOverviewIndex edited by
- (diff)
- 20:27 JavaFfi/RuntimeClass created by
- 20:26 JavaFfi edited by
- (diff)
- 20:21 DesignOverviewIndex edited by
- (diff)
- 19:06 Changeset [13995] by
- JSR-223, not JSR-233.
- 15:25 Changeset [13994] by
- Fix mailbox-send Patch by Uchida Yasuo (armedbear-devel Jul 5, 2012)
- 14:38 Changeset [13993] by
- add micro-benchmarks
07/04/12:
- 21:13 Changeset [13992] by
- Call compute-applicable-methods-using-classes
- 14:12 Changeset [13991] by
- Call compute-applicable-methods
07/02/12:
- 16:33 Changeset [13990] by
- Implement make-method-lambda
06/30/12:
- 19:11 Changeset [13989] by
- Add <body> tag back in index.shtml.
06/29/12:
- 18:17 Changeset [13988] by
- build: generalized corrected version of JDK version match.
- 18:14 Changeset [13987] by
- build: Fix typos in match for ORCL JDK version.
Note: See TracTimeline
for information about the timeline view.