Timeline
02/10/12:
- 12:33 Ticket #196 (STABLE-SORT is only stable for lists) reopened by
- Just noticed that the change of implementation for STABLE-SORT has …
02/09/12:
- 05:46 Changeset [13869] by
- jss doc: spellchecking
02/08/12:
- 11:18 Changeset [13868] by
- Fix tilde appearances.
- 08:21 Changeset [13867] by
- abcl-asdf: fix logic for dealing with ASDF::MVN entries without …
02/07/12:
- 16:36 Changeset [13866] by
- Promote JAVA:JARRAY-FROM-LIST to the public API. Re-run grovel on the …
- 14:53 Changeset [13865] by
- abcl-asdf: Rename SATISFY to RESOLVE. Re-jiggle the exported symbols …
- 08:59 Changeset [13864] by
- Remove export of some internal symbols from package java. ... also …
02/06/12:
- 18:20 Changeset [13863] by
- abcl-asdf: always use runtime scope for resolving Maven artifacts.
- 18:20 Changeset [13862] by
- Make ABCL-ASDF:SATISFY a generic function, override it to interpret …
- 18:20 Changeset [13861] by
- abcl-asdf: Use the JVM's notion of the classpath separator.
- 18:20 Changeset [13860] by
- ABCL-ASDF:RESOLVE-ARTIFACT now returns the namestring of the artifact. …
- 18:20 Changeset [13859] by
- abcl-asdf: return the connector for "https" role-hint.
- 11:21 Changeset [13858] by
- Manual: fix grovel.lisp, add to Makefile (not run by default) ... …
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
Note: See TracTimeline
for information about the timeline view.