source: trunk/abcl/src/org/armedbear/lisp/StandardClass.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14501   11 years rschlatte Move generic-function definition into Lisp
(edit) @14499   11 years rschlatte Move standard-generic-function definition into Lisp Slightly tricky …
(edit) @14490   11 years rschlatte Eliminate one of our effective method function caches - …
(edit) @14482   11 years rschlatte Move forward-referenced-class metaclass definition into Lisp
(edit) @14480   11 years rschlatte remove some calls to intern
(edit) @14476   11 years rschlatte remove cargo-culted layoutStandardGenericFunction - also replace …
(edit) @14475   11 years rschlatte Remove StandardGenericFunctionClass?.java
(edit) @14473   11 years rschlatte Unify slot names for metaobjects - move all slot names into SYS, …
(edit) @14470   11 years rschlatte define multiply-referenced symbols in Symbol.java
(edit) @14467   11 years rschlatte make funcallable-standard-object a funcallable-standard-class. - …
(edit) @14464   11 years rschlatte open-code allocateInstance() in %std-allocate-instance - method was …
(edit) @14463   11 years rschlatte move structure-class metaclass definition into Lisp
(edit) @14083   12 years rschlatte Comment out some debugging output
(edit) @14079   12 years rschlatte Don't overwrite existing attributes in ensure-generic-function - also …
(edit) @14018   12 years ehuelsmann Fix #206 while moving the definition of the condition classes to lisp.
(edit) @14007   12 years rschlatte Move definition of subclasses of standard-method metaclass to Lisp - …
(edit) @14006   12 years rschlatte Move method-combination metaclass definitions into Lisp - …
(edit) @14004   12 years rschlatte Move definition of eql-specializer metaclass into Lisp side
(edit) @13983   12 years rschlatte Implement find-method-combination - Store method combination as an …
(edit) @13956   12 years rschlatte Properly canonicalize class-direct-default-initargs - AMOP pg. 149: …
(edit) @13947   12 years rschlatte change slot names to avoid symbols from CL - The mop-feature-tests …
(edit) @13871   12 years rschlatte Add FuncallableStandardClass?.java ... make classes generic-function …
(edit) @13839   12 years Mark Evenson Fix missing MOP:DIRECT-METHODS slot in STANDARD-CLASS introduced by …
(edit) @13837   12 years rschlatte Implement specializer-method--related protocol. Add …
(edit) @13814   12 years rschlatte implement classes standard-method, standard-reader-method in Lisp
(edit) @13791   12 years rschlatte Merge branch 'mop-work'
(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) @13726   12 years ehuelsmann Patch by Rudi Schlatte: Make method combinations real classes.
(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) @13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
(edit) @13273   13 years astalla Correct support for custom slots definitions in MOP: * class …
(edit) @13195   13 years ehuelsmann Finalize CLASS and STANDARD-OBJECT, just like most (all?) others in …
(edit) @13191   13 years ehuelsmann Signal an error containing the name of the class, when the type of the …
(edit) @12749   14 years Mark Evenson Undo previous commmit.
(edit) @12748   14 years Mark Evenson Include 'examples' in release source distribution. Reported by Mario Lang.
(edit) @12738   14 years astalla Initial support for custom slot definition metaobjects in MOP.
(edit) @12620   14 years Mark Evenson Use interpreted form in a FASL if compliation fails. …
(edit) @12583   14 years astalla JAVA-CLASS metaclass reimplemented in Lisp.
(edit) @12582   14 years ehuelsmann Re #38: Make Cells compile with our metaclass support by making a …
(edit) @12576   14 years ehuelsmann Re #38: Merge the METACLASS branch to trunk.
(edit) @12481   14 years ehuelsmann Merge 'metaclass' branch, making STANDARD-CLASS have slots to be …
(edit) @12431   14 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
(edit) @12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
(edit) @12254   14 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
(edit) @11711   15 years ehuelsmann Switch our internals over to the new variadic list() function.
(edit) @11590   15 years astalla Merged the scripting branch, providing JSR-223 support and other new …
(edit) @11529   15 years Mark Evenson Revert inadvertent r11528.
(edit) @11528   15 years Mark Evenson Enable optional use of JFluid profiler.
(edit) @11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
(copy) @11457   15 years ehuelsmann Create separate project directories for ABCL and J.
copied from trunk/j/src/org/armedbear/lisp/StandardClass.java:
(edit) @11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Note: See TracRevisionLog for help on using the revision log.