source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13841   12 years Mark Evenson abcl-asdf: Use *maven-http-proxy* for all Maven Aether resolutions. …
(edit) @13840   12 years Mark Evenson Fix syntactically incorrect DOAP description.
(edit) @13839   12 years Mark Evenson Fix missing MOP:DIRECT-METHODS slot in STANDARD-CLASS introduced by …
(edit) @13838   12 years Mark Evenson Partially ddresses #196: STABLE-SORT now works for non-list sequences.
(edit) @13837   12 years rschlatte Implement specializer-method--related protocol. Add …
(edit) @13836   12 years Mark Evenson abcl-asdf: Enable the specification of an http(s) proxy in …
(edit) @13835   12 years ehuelsmann Further cleanup of Closure.java.
(edit) @13834   12 years ehuelsmann Further reduce footprint and complexity by eliminating helper functions.
(edit) @13833   12 years ehuelsmann When there's no &rest parameter, pass 'null' as the value for its name.
(edit) @13832   12 years ehuelsmann Clean up references to non-existing variable.
(edit) @13831   12 years ehuelsmann Remove lambda list parsing from Closure: it's now fully handled by …
(edit) @13830   12 years rschlatte Clear generic-function slot of method object in remove-method. ... …
(edit) @13829   12 years ehuelsmann Remove unused variable 'specials' and unused function 'processParameters'.
(edit) @13828   12 years ehuelsmann Remove variables 'variables' and 'bindInitForms'. Simplify free …
(edit) @13827   12 years rschlatte Fix ansi tests class-0309, class-0310.1 ... ensure-class now …
(edit) @13826   12 years ehuelsmann Implement processArgs() using the ArgumentListProcessor?.
(edit) @13825   12 years ehuelsmann Implement fastProcessArgs() using the ArgumentListProcessor?.
(edit) @13824   12 years ehuelsmann Use the arglist parser in some places.
(edit) @13823   12 years ehuelsmann Add an ArgumentListProcessor? to Closure. It'll take over argument list …
(edit) @13822   12 years ehuelsmann Fix trunk build after the previous commit. (Lesson: don't try to limit …
(edit) @13821   12 years ehuelsmann (Re)factor function call argument matching out of Closure.java. Note: …
(edit) @13820   12 years Mark Evenson jss doc: note availabilty of interactive restart to resolve class …
(edit) @13819   12 years rschlatte make functionp recognize instances of funcallable-standard-object.
(edit) @13818   12 years rschlatte Better error message for (allocate-instance (find-class 'symbol))
(edit) @13817   12 years rschlatte Implement writer-method-class. ... Bonus content: make non-standard …
(edit) @13816   12 years rschlatte Re-add some old-style readers for SLIME's benefit.
(edit) @13815   12 years rschlatte Minor manual prettification.
(edit) @13814   12 years rschlatte implement classes standard-method, standard-reader-method in Lisp
(edit) @13813   12 years Mark Evenson jss readme: Balance parenthesis. Normalize symbols to keywords.
(edit) @13812   12 years Mark Evenson Correct README to indicate that JSS 3 has a namespace.
(edit) @13811   12 years ehuelsmann Performance improvement: Don't allocate a new environment and don't …
(edit) @13810   12 years ehuelsmann Start factoring out p2-compiland as a jvm bytecode generator instead …
(edit) @13809   12 years Mark Evenson maven: identify builds from trunk as '1.1.0-dev'.
(edit) @13808   12 years Mark Evenson abcl-asdf: remove all the broken test framework references. The …
(edit) @13807   12 years Mark Evenson Further fix for ABCL-ASDF load time failure. Start separating out the …
(edit) @13806   12 years Mark Evenson Fix ABCL-ASDF load time failure.
(edit) @13805   12 years rschlatte Update bibliography with information from dl.acm.org
(edit) @13804   12 years Mark Evenson Fix for maven-3.0.4. Part of the process of cleaning up ABCL-ASDF to …
(edit) @13803   12 years Mark Evenson Add Ant convenience target for "abcl-contrib.jar".
(edit) @13802   12 years rschlatte Add Makefile for manual.
(edit) @13801   12 years rschlatte Make manual compile again. Also BibTeX-ify bibliography.
(edit) @13800   12 years rschlatte minor refactorings in the vicinity of standard-generic-function.
(edit) @13799   12 years rschlatte Handle metaclasses given as symbols.
(edit) @13798   12 years Mark Evenson Merge User manual from what we tagged as 1.0.1
(edit) @13797   12 years Mark Evenson Speculative use of N3. Not even sure it is valid N3. Need to bootstrap G
(edit) @13796   12 years Mark Evenson Add DOAP description for Armed Bear Common Lisp. Turtles all the way …
(edit) @13795   12 years Mark Evenson Yong patches asdf-jar for MSFT. See …
(edit) @13794   12 years Mark Evenson Bless abcl-asdf-0.5.0 to fix bugs. Outstanding issue is that it …
(edit) @13793   12 years Mark Evenson Comment on desired buildtime bytecode JVM compilance
(edit) @13792   12 years astalla A small reorganization of compiler/jvm code. Runtime-class wasn't …
(edit) @13791   12 years rschlatte Merge branch 'mop-work'
(edit) @13790   12 years astalla [runtime-class] added auto getter/setter generation for fields.
(edit) @13789   12 years rschlatte Implement ensure-class-using-class.
(edit) @13788   12 years rschlatte move error checking into canonicalize-direct-superclasses
(edit) @13787   12 years ehuelsmann Implement keyword argument verification in the method invocation protocol.
(edit) @13786   12 years ehuelsmann Initialize the OPTIONAL-ARGUMENTS slot in one more place.
(edit) @13785   12 years astalla Refactoring in runtime-class. Added annotations on class. Added fields …
(edit) @13784   12 years ehuelsmann Update function signatures of functions involved in object creation …
(edit) @13783   12 years rschlatte Robustify funcallable-instances with respect to unspecified behavior.
(edit) @13782   12 years rschlatte Implement readers for generic-function objects as generic functions …
(edit) @13781   12 years ehuelsmann Support for the FUNCTION-KEYWORDS protocol, required to implement …
(edit) @13780   12 years rschlatte Don't export funcallable-standard-class from CL. ... fixes a …
(edit) @13779   12 years rschlatte slightly less dodgy long-form-method-combination initialization.
(edit) @13778   12 years rschlatte Define make-instance for standard-class and funcallable-standard-class …
(edit) @13777   12 years ehuelsmann Record optional parameters in generic function objects for quick retrieval.
(edit) @13776   12 years ehuelsmann Remove ineffective LET binding which only returns its bound value …
(edit) @13775   12 years rschlatte Support for funcallable instances. ... Move execute, …
(edit) @13774   12 years rschlatte introduce funcallable-standard-class ... not yet usable as metaclass …
(edit) @13773   12 years rschlatte introduce funcallable-standard-object.
(edit) @13771   12 years Mark Evenson The Bear eats its tail. Use Maven to locate, retrieve, and cache the …
(edit) @13770   12 years Mark Evenson Simple runtime maven test. CL-USER> …
(edit) @13769   12 years rschlatte Remove spurious built-in class definition for method-combination
(edit) @13768   12 years rschlatte Allow zero-length symbols (written as ||). Fixes #193 (reported by …
(edit) @13766   12 years rschlatte export a bunch of required symbols from package "MOP".
(edit) @13765   12 years rschlatte Make #\Nul an alias for #\Null As reported on #lisp, and following …
(edit) @13764   12 years astalla More value types for primitive annotation elements. Syntax sugar for …
(edit) @13763   12 years rschlatte fix (defpackage :foo (:import-from "COMMON-LISP" "NIL")) We used the …
(edit) @13762   12 years rschlatte Fix short-method-combination object creation ... fixes a number of …
(edit) @13761   12 years ehuelsmann Better context reporting during initarg checking.
(edit) @13756   12 years astalla Update POMs and readme for 1.0.1 release to Sonatype
(edit) @13755   12 years astalla [jvm-class-file] Coalesce annotation-element and …
(edit) @13750   12 years Mark Evenson Fix #172: DOCUMENTATION now works for generic functions. …
(edit) @13749   12 years Mark Evenson Manual updates for abcl-1.0.1.
(edit) @13739   12 years astalla Annotations in class-file: - support for enum-value elements; - …
(edit) @13731   12 years Mark Evenson Update CHANGES for abcl-1.0.1.
(edit) @13730   12 years Mark Evenson Fix #177: make logic for finding abcl-contrib more robust. Issuing a …
(edit) @13727   12 years astalla Class writer: basic support for annotations (only without parameters) …
(edit) @13726   12 years ehuelsmann Patch by Rudi Schlatte: Make method combinations real classes.
(edit) @13725   12 years ehuelsmann Patch by Rudi Schlatte: Move EqualSpecializerObject? to clos.lisp.
(edit) @13720   12 years ehuelsmann String hash randomization.
(edit) @13719   12 years Mark Evenson abcl-1.0.0: update manual with light refresh. (Unfinished) use spell …
(edit) @13715   12 years Mark Evenson Convert EQL-SPECIALIZER from a structure into a CLOS class. From rudi …
(edit) @13714   12 years Mark Evenson [PATCH 2/2] add class SPECIALIZER, splice it into mop class From …
(edit) @13713   12 years Mark Evenson [PATCH 1/2] add class METAOBJECT, splice it into mop class From …
(edit) @13712   12 years Mark Evenson Correctly commit 'tools/check.lisp' not its generated wrapper. Use …
(edit) @13711   12 years Mark Evenson Use the hg bisect command to search for where an ANSI test breaks. A …
(edit) @13710   12 years astalla First stab at restoring runtime-class. Supported: extending a Java …
(edit) @13709   12 years Mark Evenson Spellcheck README
(edit) @13708   12 years ehuelsmann Follow-up to last commit: Fix #182.
(edit) @13707   12 years ehuelsmann Fix #182: ADJUST-ARRAY failure.
Note: See TracRevisionLog for help on using the revision log.