ecl/src/clos
2010-03-19 23:02:25 +01: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 built-in-class should be an instance of standard-class. 2009-11-07 23:46:50 +01: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 The value of GENERIC-FUNCTION-A-P-O-FUNCTION was not used when comparing methods. 2010-03-19 19:16:50 +01: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 When defining a class that has a parent with a forward reference, we can not call finalize-inheritance (A. Gavrilov) 2010-03-19 19:16:04 +01: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 Introduced a new generic function GRAY:STREAM-FILE-DESCRIPTOR which used by SERVE-EVENT to wait for input on a stream (T. Rittweiler). 2010-03-19 19:55:12 +01:00
walk.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00