| .. |
|
boot.lsp
|
Slot accessors go now through slot definition objects.
|
2006-03-20 09:03:43 +00:00 |
|
builtin.lsp
|
Slot accessors go now through slot definition objects.
|
2006-03-20 09:03:43 +00:00 |
|
change.lsp
|
direct-slot-definition-class has to be invoked with a class object
|
2006-03-07 09:18:20 +00:00 |
|
cmpinit.lsp
|
Parse properly filenames with a leading dot, like ~/.ecl.lsp or ~/.eclrc
|
2003-06-27 16:16:26 +00:00 |
|
combin.lsp
|
Probably spurious special declaration. Just in case
|
2006-04-18 19:22:31 +00:00 |
|
conditions.lsp
|
Fixed typo
|
2006-04-18 19:22:45 +00:00 |
|
defclass.lsp
|
Do not be so picky and retrieve the list of arguments after a class option.
|
2006-03-20 09:01:00 +00:00 |
|
defsys.lsp.in
|
Use user-supplied DPP to build the C files. machines.h is no longer required.
|
2003-07-23 13:09:37 +00:00 |
|
fixup.lsp
|
Slot accessors go now through slot definition objects.
|
2006-03-20 09:03:43 +00:00 |
|
generic.lsp
|
Removed one unused slot from standard-method, and replaced the other with a plist value.
|
2006-03-20 09:04:39 +00:00 |
|
init.lsp
|
Initial revision
|
2001-06-26 17:14:44 +00:00 |
|
inspect.lsp
|
New method for DOCUMENTATION to operate on slot-definition objects.
|
2006-03-06 09:39:06 +00:00 |
|
kernel.lsp
|
The class option :optimize-slot-access now defaults to the value of clos:*optimize-slot-access* which is typically T
|
2006-03-22 10:03:55 +00:00 |
|
load.lsp.in
|
Do not compile the DEFINE-CONDITION statements, but rather keep them as lists for later evaluation.
|
2006-01-16 09:59:31 +00:00 |
|
macros.lsp
|
Do not compile the DEFINE-CONDITION statements, but rather keep them as lists for later evaluation.
|
2006-01-16 09:59:31 +00:00 |
|
method.lsp
|
Simplifed the implementation of DEFMETHOD
|
2006-04-18 19:25:58 +00:00 |
|
precomp.lsp
|
Fixed bug that prevented compilation under windows. ECL is now built as a single shared library on systems which support it. The compiler is being rewritten using higher level, more expressive functions.
|
2003-09-08 16:53:29 +00:00 |
|
print.lsp
|
New make-load-form method for hash tables
|
2006-04-18 19:23:28 +00:00 |
|
slot.lsp
|
Slot accessors go now through slot definition objects.
|
2006-03-20 09:03:43 +00:00 |
|
standard.lsp
|
The class option :optimize-slot-access now defaults to the value of clos:*optimize-slot-access* which is typically T
|
2006-03-22 10:03:55 +00:00 |
|
stdmethod.lsp
|
Try to initialize variables and constants in all_symbols.d.
|
2003-08-06 13:23:22 +00:00 |
|
streams.lsp
|
Implemented our version of Gray streams.
|
2005-03-17 16:47:53 +00:00 |
|
walk.lsp
|
C-INLINE forms are now understood by the walker
|
2005-03-16 16:27:38 +00:00 |