ecl/src/clos
jjgarcia c479e12190 ABORT, and MUFFLE-WARNING should signal a CONTROL-ERROR when such restarts
do not exists. On the other hand, CONTINUE, USE-VALUE and SLOT-VALUE should
only output NIL when their restarts are not found.
2003-06-09 12:22:05 +00:00
..
boot.lsp Do not define a function which is not going to be reused. 2003-05-03 17:37:52 +00:00
builtin.lsp Various minor fixes, and an important set of changes to teach the compiler 2003-04-28 15:55:22 +00:00
change.lsp Bunch of fixes inspired by the ANSI test suite of GCL. 2003-03-10 09:10:13 +00:00
cmpinit.lsp Initial revision 2001-06-26 17:14:44 +00:00
combin.lsp + New implementation of DESTRUCTURING-BIND 2003-03-04 16:35:03 +00:00
conditions.lsp ABORT, and MUFFLE-WARNING should signal a CONTROL-ERROR when such restarts 2003-06-09 12:22:05 +00:00
defclass.lsp New function SIMPLE-PROGRAM-ERROR creates PROGRAM-ERROR with messages. Consistency and syntax checks added all over CLOS. Signalled errors are of SIMPLE-PROGRAM-ERROR type. 2003-05-03 17:32:34 +00:00
defsys.lsp.in Redefine DOCUMENTATION as a generic function which can also handle 2003-04-30 20:10:21 +00:00
fixup.lsp In DEF{CLASS,CONDITION}, arguments to the :INITFORM option, or to the :DEFAULT-INITARGS option, are now properly evaluated in the lexical environment corresponding to the DEF{CLASS,CONDITION} form. 2003-04-30 07:48:13 +00:00
generic.lsp Various minor fixes, and an important set of changes to teach the compiler 2003-04-28 15:55:22 +00:00
init.lsp Initial revision 2001-06-26 17:14:44 +00:00
inspect.lsp Redefine DOCUMENTATION as a generic function which can also handle 2003-04-30 20:10:21 +00:00
kernel.lsp New function SIMPLE-PROGRAM-ERROR creates PROGRAM-ERROR with messages. Consistency and syntax checks added all over CLOS. Signalled errors are of SIMPLE-PROGRAM-ERROR type. 2003-05-03 17:32:34 +00:00
load.lsp.in Redefine DOCUMENTATION as a generic function which can also handle 2003-04-30 20:10:21 +00:00
macros.lsp Various minor fixes, and an important set of changes to teach the compiler 2003-04-28 15:55:22 +00:00
method.lsp Various minor fixes, and an important set of changes to teach the compiler 2003-04-28 15:55:22 +00:00
precomp.lsp Create new functions SI::{GET,PUT,REM}-SYSPROP to handle vital information 2003-03-21 14:18:56 +00:00
print.lsp Merge NEW_COMPILER 25.05.03 2003-05-26 09:49:50 +00:00
slot.lsp New function SIMPLE-PROGRAM-ERROR creates PROGRAM-ERROR with messages. Consistency and syntax checks added all over CLOS. Signalled errors are of SIMPLE-PROGRAM-ERROR type. 2003-05-03 17:32:34 +00:00
standard.lsp (VALUES form) does not fully work in the compiler. Avoid this problem with hack. 2003-05-03 17:31:22 +00:00
stdmethod.lsp Replaced LET -> LET* to make C code smaller, wherever it is possible. 2002-12-04 15:40:42 +00:00
walk.lsp Create new functions SI::{GET,PUT,REM}-SYSPROP to handle vital information 2003-03-21 14:18:56 +00:00