Timeline
02/05/12:
- 20:19 Changeset [13857] by
- Enable :generic-function-class keyword. ... full …
- 12:17 Changeset [13856] by
- manual: clarify the interface for the default implementation for …
- 10:49 Ticket #196 (STABLE-SORT is only stable for lists) closed by
- fixed: Resolved by Jorge Tavares [r13852] …
- 09:28 Changeset [13855] by
- manual: minor corrections to previous commit.
- 09:21 Changeset [13854] by
- manual: extend content in the Beyond ANSI section. Describe …
- 07:34 Ticket #187 (Stack Overflow for Worst-case Vector Sort) closed by
- fixed: A new implementation that addresses this problem was provided by Jorge …
02/04/12:
- 21:58 Changeset [13853] by
- Linkify manual. Also some light adjustments to contents.
- 19:08 Changeset [13852] by
- CL:SORT implementation replace non-optimal quicksort with public …
- 15:53 Changeset [13851] by
- Force FASL recompilation due to Closure.java ABI changes: increase …
- 13:09 Changeset [13850] by
- Remove Closure.fastProcessArgs(): it's concept has been abstracted …
- 11:35 Changeset [13849] by
- Switch compiled closures over to the ArgumentListProcessor? completely. …
- 06:56 Changeset [13848] by
- abcl-contrib: Corrections to README.
02/03/12:
- 14:08 Changeset [13847] by
- abcl-contrib: Create a top-level README for someone browsing the archive.
02/02/12:
- 22:15 Changeset [13846] by
- abcl-asdf: fix typo in previous commit. Or maybe I shouldn't attempt …
- 22:08 Changeset [13845] by
- Refactor previous commit into something (slightly) less hideous. …
- 10:11 Changeset [13844] by
- abcl-asdf: robustify strategy for finding Maven, especially under …
- 09:38 Changeset [13843] by
- Fix Maxima compilation failure.
02/01/12:
- 20:10 AbclJavaProperties edited by
- (diff)
- 20:08 WikiStart edited by
- (diff)
- 20:06 Changeset [13842] by
- metadata+doc: Add Rudi Schlatte as a current committer.
- 13:25 Changeset [13841] by
- abcl-asdf: Use *maven-http-proxy* for all Maven Aether resolutions. …
- 10:10 Changeset [13840] by
- Fix syntactically incorrect DOAP description.
- 10:10 Changeset [13839] by
- Fix missing MOP:DIRECT-METHODS slot in STANDARD-CLASS introduced by …
- 08:32 Ticket #197 (JAR-PATHNAME errors and ambiguities) created by
- [http://article.gmane.org/gmane.lisp.armedbear.devel/2200 Yong reports …
- 08:24 Changeset [13838] by
- Partially ddresses #196: STABLE-SORT now works for non-list sequences.
- 08:03 Ticket #196 (STABLE-SORT is only stable for lists) created by
- [http://article.gmane.org/gmane.lisp.armedbear.devel/2204 Jorge …
01/31/12:
- 23:01 Changeset [13837] by
- Implement specializer-method--related protocol. Add …
- 17:24 Changeset [13836] by
- abcl-asdf: Enable the specification of an http(s) proxy in …
01/30/12:
- 20:24 Changeset [13835] by
- Further cleanup of Closure.java.
- 20:13 Changeset [13834] by
- Further reduce footprint and complexity by eliminating helper functions.
- 19:42 Changeset [13833] by
- When there's no &rest parameter, pass 'null' as the value for its name.
- 12:54 Ticket #195 (prompt is displayed twice when evaluating NIL at the REPL) created by
- […] Reported by Blake McBride? Jan 16, 2012
- 10:09 Changeset [13832] by
- Clean up references to non-existing variable.
01/29/12:
- 23:57 Changeset [13831] by
- Remove lambda list parsing from Closure: it's now fully handled by …
- 23:40 Changeset [13830] by
- Clear generic-function slot of method object in remove-method. ... …
- 23:19 Changeset [13829] by
- Remove unused variable 'specials' and unused function 'processParameters'.
- 23:13 Changeset [13828] by
- Remove variables 'variables' and 'bindInitForms'. Simplify free …
- 22:47 Changeset [13827] by
- Fix ansi tests class-0309, class-0310.1 ... ensure-class now …
- 22:09 Changeset [13826] by
- Implement processArgs() using the ArgumentListProcessor?.
- 21:55 Changeset [13825] by
- Implement fastProcessArgs() using the ArgumentListProcessor?.
- 21:41 Changeset [13824] by
- Use the arglist parser in some places.
- 21:15 Changeset [13823] by
- Add an ArgumentListProcessor? to Closure. It'll take over argument list …
- 21:14 Changeset [13822] by
- Fix trunk build after the previous commit. (Lesson: don't try to limit …
- 20:56 Changeset [13821] by
- (Re)factor function call argument matching out of Closure.java. Note: …
- 03:10 Changeset [13820] by
- jss doc: note availabilty of interactive restart to resolve class …
01/28/12:
- 17:43 Changeset [13819] by
- make functionp recognize instances of funcallable-standard-object.
- 16:34 Changeset [13818] by
- Better error message for (allocate-instance (find-class 'symbol))
- 14:23 Changeset [13817] by
- Implement writer-method-class. ... Bonus content: make non-standard …
- 09:54 Changeset [13816] by
- Re-add some old-style readers for SLIME's benefit.
01/27/12:
- 14:53 Changeset [13815] by
- Minor manual prettification.
- 13:06 Changeset [13814] by
- implement classes standard-method, standard-reader-method in Lisp
- 10:15 Changeset [13813] by
- jss readme: Balance parenthesis. Normalize symbols to keywords.
- 10:10 Changeset [13812] by
- Correct README to indicate that JSS 3 has a namespace.
01/26/12:
- 23:48 Changeset [13811] by
- Performance improvement: Don't allocate a new environment and don't …
01/25/12:
- 21:24 Changeset [13810] by
- Start factoring out p2-compiland as a jvm bytecode generator instead …
- 14:57 Changeset [13809] by
- maven: identify builds from trunk as '1.1.0-dev'.
- 13:57 Changeset [13808] by
- abcl-asdf: remove all the broken test framework references. The …
- 13:34 Changeset [13807] by
- Further fix for ABCL-ASDF load time failure. Start separating out the …
- 12:50 Changeset [13806] by
- Fix ABCL-ASDF load time failure.
- 12:40 Changeset [13805] by
- Update bibliography with information from dl.acm.org
- 11:32 Changeset [13804] by
- Fix for maven-3.0.4. Part of the process of cleaning up ABCL-ASDF to …
- 11:31 Changeset [13803] by
- Add Ant convenience target for "abcl-contrib.jar".
- 10:45 Changeset [13802] by
- Add Makefile for manual.
- 10:03 Changeset [13801] by
- Make manual compile again. Also BibTeX-ify bibliography.
- 08:53 Changeset [13800] by
- minor refactorings in the vicinity of standard-generic-function.
- 08:53 Changeset [13799] by
- Handle metaclasses given as symbols.
- 07:48 Changeset [13798] by
- Merge User manual from what we tagged as 1.0.1
01/24/12:
- 19:56 Changeset [13797] by
- Speculative use of N3. Not even sure it is valid N3. Need to bootstrap G
01/23/12:
- 15:18 Changeset [13796] by
- Add DOAP description for Armed Bear Common Lisp. Turtles all the way …
- 10:37 Ticket #194 (ansi-compiled CL-TEST::LOOP-16 test has stack overflow on java7) created by
- […]
01/22/12:
- 08:47 Changeset [13795] by
- Yong patches asdf-jar for MSFT. See …
- 07:52 Changeset [13794] by
- Bless abcl-asdf-0.5.0 to fix bugs. Outstanding issue is that it …
- 07:52 Changeset [13793] by
- Comment on desired buildtime bytecode JVM compilance
01/20/12:
- 01:10 Changeset [13792] by
- A small reorganization of compiler/jvm code. Runtime-class wasn't …
01/17/12:
- 22:44 Changeset [13791] by
- Merge branch 'mop-work'
- 20:26 Changeset [13790] by
- [runtime-class] added auto getter/setter generation for fields.
- 20:15 Changeset [13789] by
- Implement ensure-class-using-class.
- 20:15 Changeset [13788] by
- move error checking into canonicalize-direct-superclasses
- 19:39 Changeset [13787] by
- Implement keyword argument verification in the method invocation protocol.
- 19:38 Changeset [13786] by
- Initialize the OPTIONAL-ARGUMENTS slot in one more place.
01/16/12:
- 23:38 Changeset [13785] by
- Refactoring in runtime-class. Added annotations on class. Added fields …
- 22:08 Changeset [13784] by
- Update function signatures of functions involved in object creation …
- 12:36 Changeset [13783] by
- Robustify funcallable-instances with respect to unspecified behavior.
01/15/12:
- 21:55 Changeset [13782] by
- Implement readers for generic-function objects as generic functions …
- 19:51 Changeset [13781] by
- Support for the FUNCTION-KEYWORDS protocol, required to implement …
- 19:45 Changeset [13780] by
- Don't export funcallable-standard-class from CL. ... fixes a …
- 19:45 Changeset [13779] by
- slightly less dodgy long-form-method-combination initialization.
- 14:04 Changeset [13778] by
- Define make-instance for standard-class and funcallable-standard-class …
- 13:06 Changeset [13777] by
- Record optional parameters in generic function objects for quick retrieval.
- 07:24 Changeset [13776] by
- Remove ineffective LET binding which only returns its bound value …
01/14/12:
- 20:07 Changeset [13775] by
- Support for funcallable instances. ... Move execute, …
- 16:52 Changeset [13774] by
- introduce funcallable-standard-class ... not yet usable as metaclass …
- 16:37 Changeset [13773] by
- introduce funcallable-standard-object.
01/12/12:
- 21:27 WikiStart edited by
- (diff)
- 21:26 WikiStart edited by
- (diff)
- 21:24 WikiStart edited by
- (diff)
- 21:23 WikiStart edited by
- (diff)
- 21:22 WikiStart edited by
- (diff)
- 20:18 Changeset [13772] by
- backport r13768 to fix #193 for the abcl-1.0.2 release.
- 19:38 Changeset [13771] by
- The Bear eats its tail. Use Maven to locate, retrieve, and cache the …
- 19:36 Changeset [13770] by
- Simple runtime maven test. CL-USER> …
- 19:22 Changeset [13769] by
- Remove spurious built-in class definition for method-combination
- 19:14 Ticket #193 (Failure to compile zero-length DEFSTRUCT :CONC-NAME) closed by
- fixed: (In [13768]) Allow zero-length symbols (written as ||). Fixes #193 …
- 19:13 Changeset [13768] by
- Allow zero-length symbols (written as ||). Fixes #193 (reported by …
- 15:06 branding created by
- Note logo creator
- 13:38 Ticket #193 (Failure to compile zero-length DEFSTRUCT :CONC-NAME) created by
- [Anton reports on a regression in running the tests for …
- 13:00 Changeset [13767] by
- Correct source URL locations.
- 12:41 Ticket #192 (ASDF::IMPLEMENTATION-IDENTIFIER contains ABCL build environment identifier) created by
- [http://article.gmane.org/gmane.lisp.armedbear.devel/2169 Anton …
01/11/12:
- 22:04 Changeset [13766] by
- export a bunch of required symbols from package "MOP".
- 21:36 Changeset [13765] by
- Make #\Nul an alias for #\Null As reported on #lisp, and following …
- 21:17 Changeset [13764] by
- More value types for primitive annotation elements. Syntax sugar for …
- 21:07 Changeset [13763] by
- fix (defpackage :foo (:import-from "COMMON-LISP" "NIL")) We used the …
- 21:07 Changeset [13762] by
- Fix short-method-combination object creation ... fixes a number of …
- 16:28 Changeset [13761] by
- Better context reporting during initarg checking.
- 10:23 Changeset [13760] by
- Correct URI for abcl-contrib source.
- 10:23 Changeset [13759] by
- Update FAQ with location of ~/.abclrc file
01/10/12:
- 23:22 Changeset [13758] by
- Bump version to abcl-1.0.2-dev.
- 23:21 Changeset [13757] by
- Tag the abcl-1.0.1 release.
- 23:15 Changeset [13756] by
- Update POMs and readme for 1.0.1 release to Sonatype
- 23:07 Changeset [13755] by
- [jvm-class-file] Coalesce annotation-element and …
- 21:06 Changeset [13754] by
- Release abcl-1.0.1 with signatures to tag.
- 20:27 Changeset [13753] by
- Cryptographic signatures from <evenson@…>.
- 20:23 Changeset [13752] by
- Binaries for abcl-1.0.1 release.
- 20:19 Changeset [13751] by
- Go for abcl-1.0.1
- 20:11 Changeset [13750] by
- Fix #172: DOCUMENTATION now works for generic functions. …
- 20:11 Ticket #172 (DOCUMENTATION does not work for generic functions) closed by
- fixed: (In [13750]) Fix #172: DOCUMENTATION now works for generic functions. …
- 20:11 Changeset [13749] by
- Manual updates for abcl-1.0.1.
- 18:58 Changeset [13748] by
- More polishing the release notes for abcl-1.0.1
- 14:26 Changeset [13747] by
- Let the typography in the release note headers 'breathe' a bit.
- 14:25 Changeset [13746] by
- Set Id keywords
- 14:15 Changeset [13745] by
- Increase vertical space on release notes paragraphs.
- 14:12 Changeset [13744] by
- Validation problems.
- 14:06 Changeset [13743] by
- Release notes for upcoming abcl-1.0.1 release.
- 14:05 Changeset [13742] by
- Add missing release notes for abcl-1.0.0. Start listing of release …
- 14:04 Changeset [13741] by
- Correct to valid XHTML.
- 13:48 Milestone 1.0.1 completed
- Bug triage after abcl-1.0.0. * fixed problems loading ABCL-CONTRIB …
- 08:13 Changeset [13740] by
- Push 1.0.1-RC1 version tag.
01/09/12:
- 22:55 Changeset [13739] by
- Annotations in class-file: - support for enum-value elements; - …
- 11:31 Changeset [13738] by
- Upload abcl-1.0.1-rc1 distribution files.
- 11:30 Changeset [13737] by
- Upload abcl-1.0.1-rc1 distribution files.
- 11:28 Changeset [13736] by
- Correct spelling of January
- 11:19 Changeset [13735] by
- Don't include future features in CHANGES for point release.
- 11:00 Changeset [13734] by
- Update README version for 1.0.1
- 10:59 Changeset [13733] by
- backport r13731: CHANGES for abcl-1.0.1.
- 10:58 Changeset [13732] by
- backport r13730: make logic for finding abcl-contrib more robust.
- 10:53 Changeset [13731] by
- Update CHANGES for abcl-1.0.1.
- 10:53 Changeset [13730] by
- Fix #177: make logic for finding abcl-contrib more robust. Issuing a …
- 10:53 Ticket #177 (ABCL 1.0.0 does not always find contrib) closed by
- fixed: (In [13730]) Fix #177: make logic for finding abcl-contrib more …
- 09:55 Changeset [13729] by
- backport most recent copy of build properties
- 08:38 Changeset [13728] by
- Backport changes to manual en masse.
01/07/12:
- 23:09 Changeset [13727] by
- Class writer: basic support for annotations (only without parameters) …
01/06/12:
- 22:45 Changeset [13726] by
- Patch by Rudi Schlatte: Make method combinations real classes.
- 22:14 Changeset [13725] by
- Patch by Rudi Schlatte: Move EqualSpecializerObject? to clos.lisp.
- 14:35 Changeset [13724] by
- backport r13706: use new API to fix Stream.readToken() bug reported by …
- 14:34 Changeset [13723] by
- backport r13705: internal Java API for looking up internal vs. …
- 14:32 Changeset [13722] by
- backport r13709: spellcheck README.
- 14:29 Changeset [13721] by
- backport r13720: randomize string hash computation to guard against …
Note: See TracTimeline
for information about the timeline view.