ecl/src/clos
2006-03-20 09:03:54 +00:00
..
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 Implemented standard behavior of NO-APPLICABLE-METHOD. 2006-01-09 09:15:42 +00:00
conditions.lsp New implementation of SAFE-EVAL, cooperates better with the current condition system and can call TOP-LEVEL. 2006-02-06 10:07:16 +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 ENSURE-GENERIC-FUNCTION implemented using only E-G-F-USING-CLASS. Removed assert_non_wild_pathname, as it is only required by one function. *LOAD-PATHNAME* contains the pathname supplied by the user, not the one merged with SI::GETCWD. 2006-01-09 09:15:10 +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 Slot accessors go now through slot definition objects. 2006-03-20 09:03:43 +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 Replaced the code walker with some hooks in the bytecodes compiler and use this for the analysis of method functions. The optimizations of SLOT-VALUE references are removed, since they are buggy. 2005-09-19 09:31:01 +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 A method might not be attached to any generic function. In that case print it as UNNAMED. 2005-11-04 09:45:19 +00:00
slot.lsp Slot accessors go now through slot definition objects. 2006-03-20 09:03:43 +00:00
standard.lsp +initform-unsupplied+ should not shadow user-supplied arguments. 2006-03-20 09:03:54 +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