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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15741   6 months Mark Evenson - fix for issue on update-instance-for-redefined-class generic …
(edit) @14499   11 years rschlatte Move standard-generic-function definition into Lisp Slightly tricky …
(edit) @14492   11 years rschlatte Don't call allocate-instance with funcallable-standard-class arg
(edit) @14489   11 years rschlatte make updating instances a bit thread-safe - calling updateLayout() …
(edit) @14476   11 years rschlatte remove cargo-culted layoutStandardGenericFunction - also replace …
(edit) @14475   11 years rschlatte Remove StandardGenericFunctionClass?.java
(edit) @14469   11 years rschlatte invoke slot-missing from getInstanceSlotValue, setInstanceSlotValue
(edit) @14465   11 years rschlatte new method program_error, analogous to type_error
(edit) @14464   11 years rschlatte open-code allocateInstance() in %std-allocate-instance - method was …
(edit) @14137   12 years rschlatte Update instance layout in (set-)standard-instance-access if necessary. …
(edit) @14136   12 years rschlatte Refine #14135: now with less misleading error message - The upper …
(edit) @14135   12 years rschlatte Catch out-of-bounds exception in standard-instance-access - Reported …
(edit) @14113   12 years ehuelsmann Merge StandardObjectFunctions? into StandardObject?: the former defines …
(edit) @13955   12 years rschlatte Make slot-value-using-class &c dispatch on slot definition object - …
(edit) @13541   13 years Mark Evenson Convert docstrings and primitives to standard conventions.
(edit) @13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
(edit) @13399   13 years ehuelsmann Fix #154: Don't call higher level abstractions from low level lisp …
(edit) @12576   14 years ehuelsmann Re #38: Merge the METACLASS branch to trunk.
(edit) @12513   14 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
(edit) @12481   14 years ehuelsmann Merge 'metaclass' branch, making STANDARD-CLASS have slots to be …
(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) @12205   15 years ehuelsmann Fix hard crashes in BEYOND-ANSI tests. Note: Don't cheer too hard; …
(edit) @11754   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
(edit) @11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
(edit) @11711   15 years ehuelsmann Switch our internals over to the new variadic list() function.
(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/StandardObject.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.