| .. |
|
boot.lsp
|
Some slot definitions were marked out of date due to the early definition of their class
|
2012-10-12 12:13:58 +02:00 |
|
builtin.lsp
|
STRUCTURE-CLASS and STRUCTURE-OBJECT are now created at boot time
|
2012-10-07 22:09:45 +02:00 |
|
change.lsp
|
UPDATE-INSTANCE-FOR-REDEFINED-CLASS received an alist instead of a propertly-list as last argument
|
2013-01-11 23:52:55 +01:00 |
|
cmpinit.lsp
|
Emacs modelines for better editing
|
2008-02-02 19:14:05 +00:00 |
|
combin.lsp
|
Method combinations are built using with-early-make-instance
|
2012-10-07 22:09:44 +02:00 |
|
conditions.lsp
|
Added ECL_HANDLER_CASE as a C macro.
|
2012-07-03 17:29:32 +02:00 |
|
cpl.lsp
|
Use slot-value in cpl.lsp so that it also works at boot time without accessors
|
2012-10-07 22:09:44 +02:00 |
|
defclass.lsp
|
Changed the boot order to create the classes before the generic functions utilities in kernel.lsp are available.
|
2012-10-07 22:09:43 +02:00 |
|
fixup.lsp
|
(SETF GENERIC-FUNCTION) is now a generic function.
|
2013-01-12 10:16:09 +01:00 |
|
generic.lsp
|
Improve expressiveness of error messages in SHARED-INITALIZE of a generic function
|
2012-10-21 14:04:09 +02:00 |
|
hierarchy.lsp
|
Added built in classes FIXNUM and BIGNUM.
|
2013-01-12 10:16:31 +01:00 |
|
init.lsp
|
Emacs modelines for better editing
|
2008-02-02 19:14:05 +00:00 |
|
inspect.lsp
|
(SETF DOCUMENTATION) did not operate on functions because the function object documentation had precedence over the annotation.
|
2012-12-19 21:00:33 +01:00 |
|
kernel.lsp
|
GENERIC-FUNCTION-NAME is just a reader. The writer implements a different logic, acting via REINITIALIZE-INSTANCE.
|
2012-12-03 00:46:56 +01:00 |
|
load.lsp.in
|
Link in ecl-help to avoid problems in standalone programs that need DOCUMENTATION
|
2012-11-18 02:30:40 +01:00 |
|
macros.lsp
|
Add Juanjo's copyright to files that did not have it.
|
2012-04-26 17:33:14 +02:00 |
|
method.lsp
|
Fix further uses of CONSTANTP+EVAL, replacing them with CONSTANT-FORM-VALUE and using the environment.
|
2013-01-11 22:55:49 +01:00 |
|
package.lsp
|
Changed the boot order to create the classes before the generic functions utilities in kernel.lsp are available.
|
2012-10-07 22:09:43 +02:00 |
|
print.lsp
|
PRINT-OBJECT did not have a valid default for built in class
|
2013-03-30 23:29:40 +01:00 |
|
slot.lsp
|
The :documentation of a slot was stored as a list, not as a single string.
|
2013-01-12 00:15:19 +01:00 |
|
slotvalue.lsp
|
STANDARD-INSTANCE-GET is now used to provide a SETF form for STANDARD-INSTANCE-ACCESS
|
2012-12-19 23:05:24 +01:00 |
|
standard.lsp
|
In shared-initialize, call validate-superclass _only_ after the class has been initialized with no superclasses.
|
2012-11-24 21:54:18 +01:00 |
|
std-accessors.lsp
|
Removed std-class-optimized-accessors, which has been superseded by the code in src/c/clos/accessors.d
|
2012-12-18 23:23:05 +01:00 |
|
std-slot-value.lsp
|
STANDARD-INSTANCE-GET is now used to provide a SETF form for STANDARD-INSTANCE-ACCESS
|
2012-12-19 23:05:24 +01:00 |
|
stdmethod.lsp
|
Add missing copyright to stdmethod.lsp
|
2012-10-07 22:09:44 +02:00 |
|
streams.lsp
|
Implemented and used in the core: VALIDATE-SUPERCLASSES
|
2012-04-21 12:16:40 +02:00 |
|
walk.lsp
|
Emacs modelines for better editing
|
2008-02-02 19:14:05 +00:00 |