ecl/src/clos
2006-10-10 11:42:13 +00:00
..
boot.lsp Fixed the transformation of slot definitions from the list form to the final standard-slot-definition instances. 2006-04-18 19:27:47 +00:00
builtin.lsp Support for unicode strings as data structure (no clever handling of characters yet) contributed by Brian Spilsbury. 2006-05-29 08:51:21 +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 DEFCLASS's :INITFORM did not expand the value of constant variables such as MOST-POSITIVE-FIXNUM. 2006-10-10 11:42:13 +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 Improved identification of wrong declarations. Simplified code for that. 2006-04-24 08:44:44 +00:00
generic.lsp Allow user defined dispatch functions in funcallable objects (Inspired from B. Spilsbury) 2006-05-20 22:12:36 +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 Move from short/long-float to single/double-float (by L. Brinkhoff) 2006-09-01 15:15:57 +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 Comment the code 2006-05-05 15:19:43 +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 Fixed typo (J. Stecklina) 2006-05-30 10:58:03 +00:00
slot.lsp Fixed the transformation of slot definitions from the list form to the final standard-slot-definition instances. 2006-04-18 19:27:47 +00:00
standard.lsp Bug in STD-CLASS-GENERATE-ACCESSORS. The closures captured a variable that was changed. 2006-09-04 10:04:43 +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