ecl/src/clos
2005-05-20 08:07:39 +00:00
..
boot.lsp Fixed the optimizer for slot access. All classes have DOCUMENTATION slot. CLASS-PROTOTYPE is now a reader, not an accessor. 2005-04-11 10:08:33 +00:00
builtin.lsp Implemented our version of Gray streams. 2005-03-17 16:47:53 +00:00
change.lsp Implemented SLOT-DEFINITION objects together with the associated protocols (Field position still missing). 2005-02-25 16:16:57 +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 Fix the order in which methodsare invoked in a STANDARD-METHOD-COMBINATION 2005-01-12 13:29:02 +00:00
conditions.lsp Xmas fixes. See CHANGELOG for list of changes. 2005-01-07 11:51:23 +00:00
defclass.lsp Implemented SLOT-DEFINITION objects together with the associated protocols (Field position still missing). 2005-02-25 16:16:57 +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 Implemented SLOT-DEFINITION objects together with the associated protocols (Field position still missing). 2005-02-25 16:16:57 +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 Fixed (DOCUMENTATION ... 'FUNCTION) and (SETF (DOCUMENTATION ... 'FUNCTION)) 2005-05-12 16:25:58 +00:00
kernel.lsp The documentation slot in generic functions should default to NIL 2005-05-20 08:07:39 +00:00
load.lsp.in The build system has been cleaned. The --with-system-* options now can automatically detect the existence of GMP and Boehm-Weiser libraries 2005-04-12 11:59:26 +00:00
macros.lsp Xmas fixes. See CHANGELOG for list of changes. 2005-01-07 11:51:23 +00:00
method.lsp Fixed the optimizer for slot access. All classes have DOCUMENTATION slot. CLASS-PROTOTYPE is now a reader, not an accessor. 2005-04-11 10:08:33 +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 Implemented SLOT-DEFINITION objects together with the associated protocols (Field position still missing). 2005-02-25 16:16:57 +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 Fixed the optimizer for slot access. All classes have DOCUMENTATION slot. CLASS-PROTOTYPE is now a reader, not an accessor. 2005-04-11 10:08:33 +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