ecl/src/clos
2010-05-09 22:19:22 +02:00
..
boot.lsp The slot accessors must check that the structures are up-to-date. 2009-11-29 22:02:52 +01:00
builtin.lsp Define a new built-in type ANSI-STREAM in the EXT package and used it in predlib, builtin.lsp and in the Gray streams package 2010-05-09 22:19:22 +02:00
change.lsp All changes to classes cause update-instance-for-redefined-class to be called, not only when the structure changes. 2009-11-29 22:26:59 +01:00
cmpinit.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
combin.lsp In combin.lsp, replace a call to invalid-method-error with an ordinary ERROR which seems more appropriate. 2009-12-30 20:16:13 +01:00
conditions.lsp New declaration C::POLICY-DEBUG-IHS-FRAME 2010-02-24 16:38:49 +01:00
defclass.lsp ECL now follows the AMOP in the uses of SLOT-DEFINITION-INITFORM and SLOT-DEFINITION-INITFUNCTION. 2008-12-29 11:33:28 +01: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 * Created a new class, FUNCALLABLE-STANDARD-CLASS. 2009-11-08 00:58:36 +01:00
generic.lsp Fixed typo in arguments to a simple-type-error (T. Rittweiler) 2010-03-19 23:02:25 +01: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 Refactored code so that it is shared by cmp and new-cmp: 2010-05-05 17:36:19 +02:00
load.lsp.in Introduced EXT:EXTERNAL-PROCESS structure. RUN-PROCESS creates that structure. New function EXT:EXTERNAL-PROCESS-WAIT. 2010-01-25 20:51:36 +01: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 Fixed the CALL-NEXT-METHOD closure. 2010-02-16 21:52:07 +01:00
precomp.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
print.lsp Print classes of objects using ~S, not ~A 2010-03-11 11:47:18 +01:00
slot.lsp Simplify the construction of slot accessors. 2009-12-28 21:31:24 +01:00
standard.lsp Increase the safety settings of slot accessors so that they check the number of arguments they receive. 2010-05-07 23:53:19 +02:00
stdmethod.lsp The slot accessors must check that the structures are up-to-date. 2009-11-29 22:02:52 +01:00
streams.lsp Define a new built-in type ANSI-STREAM in the EXT package and used it in predlib, builtin.lsp and in the Gray streams package 2010-05-09 22:19:22 +02:00
walk.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00