ecl/src/clos
2012-04-22 02:03:47 +02:00
..
boot.lsp (SETF CLASS-NAME) is implemented using REINITIALIZE-INSTANCE 2012-04-22 00:50:00 +02:00
builtin.lsp ENSURE-CLASS-USING-CLASS now registers the class with FIND-CLASS 2012-04-22 00:51:00 +02:00
change.lsp Reimplemented dependents. REMOVE-METHOD was not a generic function and did not update dependents. 2012-04-21 13:19:13 +02:00
cmpinit.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
combin.lsp COMPUTE-APPLICABLE-METHODS and CLOS:COMPUTE-EFFECTIVE-METHOD are now generic functions 2012-04-21 09:12:45 +02:00
conditions.lsp Handle SIGILL. 2012-03-29 12:43:50 +02:00
defclass.lsp ENSURE-CLASS-USING-CLASS now registers the class with FIND-CLASS 2012-04-22 00:51:00 +02: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 FIND-METHOD is now a generic function. 2012-04-22 00:13:59 +02:00
generic.lsp Simplify the use of UPDATE-DEPENDENT, incorporating it into the core methods, instead of using :AFTER. This eliminates problems with non-compliant code redefining SHARED-INITIALIZE and friends. 2012-04-21 21:55:49 +02:00
init.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
inspect.lsp SETF-functions' documentation are now stored with 'SETF-DOCUMENTATION key. 2010-02-23 17:11:23 +01:00
kernel.lsp Added slot GENERIC-FUNCTION-DECLARATIONS 2012-04-22 02:03:47 +02:00
load.lsp.in Incorporate the bytecodes compiler into the core 2011-07-14 17:56:38 +02:00
macros.lsp Slightly faster version of ensure-up-to-date macro (src/clos/macros.lsp) which generates code that can be inlined. 2009-11-29 22:02:06 +01:00
method.lsp EXTRACT-LAMBDA-LIST and EXTRACT-SPECIALIZER-NAMES implemented. 2012-04-22 02:03:46 +02:00
precomp.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
print.lsp Add IGNORE declarations and remove some unused variables. 2011-12-23 15:38:37 +01:00
slot.lsp DEFCLASS produces more compact argument lists when all :INITFORMs are constant 2011-12-11 16:57:18 +01:00
standard.lsp ENSURE-CLASS-USING-CLASS now registers the class with FIND-CLASS 2012-04-22 00:51:00 +02:00
stdmethod.lsp Add IGNORE declarations and remove some unused variables. 2011-12-23 15:38:37 +01:00
streams.lsp Implemented and used in the core: VALIDATE-SUPERCLASSES 2012-04-21 12:16:40 +02:00
walk.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00