ecl/src/clos
2005-10-24 08:37:42 +00:00
..
boot.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
builtin.lsp Bugs fixed: 2005-06-13 13:17:38 +00:00
change.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
cmpinit.lsp Parse properly filenames with a leading dot, like ~/.ecl.lsp or ~/.eclrc 2003-06-27 16:16:26 +00:00
combin.lsp Precompile all effective methods required by standard method combinations. 2005-09-19 09:30:48 +00:00
conditions.lsp More informative error message by failure of TRUENAME. The extended syntax is allowed in pathnames as a hack to allow using ':' in file names. 2005-10-24 08:37:42 +00:00
defclass.lsp - The T1 and T3 forms of the compiler have been almost removed. Now, handling of 2005-07-04 09:20:24 +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 The slot DOCUMENTATION from generic functions is now initialized to NIL. 2005-10-24 08:36:38 +00:00
generic.lsp Fixes in various reader macros (#*, #(,#C)). Stream mode smm_closed disappears and closing of files preserves the original type of stream. Implemented METHOD-COMBINATION-ERROR, INVALID-METHOD-ERROR, option :ARGUMENT-PRECEDENCE-ORDER. In loop, iteration statements can now only appear before body statements, otherwise an error is signaled. A DEFTYPE form optional arguments have default value * 2005-01-10 09:41:06 +00:00
init.lsp Initial revision 2001-06-26 17:14:44 +00:00
inspect.lsp Documentation of macros is stored in the function definition of the macro 2005-06-20 16:43:35 +00:00
kernel.lsp Speed improvements in the subtypep implementation, plus additional type declarations to enforce inlining of CDR/CAR 2005-07-25 09:08:06 +00:00
load.lsp.in 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
macros.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
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 Bugs fixed: 2005-06-13 13:17:38 +00:00
slot.lsp Implemented SLOT-DEFINITION objects together with the associated protocols (Field position still missing). 2005-02-25 16:16:57 +00:00
standard.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
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