| .. |
|
boot.lsp
|
Added new dispatch functions for slot accessors.
|
2011-12-16 22:12:56 +01:00 |
|
builtin.lsp
|
The built-in classes vector is now a constant
|
2011-12-16 23:38:00 +01:00 |
|
change.lsp
|
Precompute the list of keywords in a method
|
2010-06-20 19:15:14 +02:00 |
|
cmpinit.lsp
|
Emacs modelines for better editing
|
2008-02-02 19:14:05 +00:00 |
|
combin.lsp
|
Replace more uses of DEFVAR with DEFPARAMETER
|
2011-12-10 20:12:14 +01:00 |
|
conditions.lsp
|
Compile the DEFINE-CONDITION forms instead of interpreting them.
|
2011-12-11 01:07:26 +01:00 |
|
defclass.lsp
|
DEFCLASS produces more compact argument lists when all :INITFORMs are constant
|
2011-12-11 16:57:18 +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
|
Added new dispatch functions for slot accessors.
|
2011-12-16 22:12:56 +01:00 |
|
generic.lsp
|
The TRACE mechanism no longer inspects the bytecodes, but rather relies on the central database *TRACE-LIST* (Still not thread safe)
|
2011-02-06 20:04:35 +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
|
Added new dispatch functions for slot accessors.
|
2011-12-16 22:12:56 +01: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
|
Added new dispatch functions for slot accessors.
|
2011-12-16 22:12:56 +01:00 |
|
precomp.lsp
|
Emacs modelines for better editing
|
2008-02-02 19:14:05 +00:00 |
|
print.lsp
|
Load-form for hash tables is now based on EXT:HASH-TABLE-FILL
|
2011-12-10 19:00:46 +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
|
Further declarations in optimized slot accessors.
|
2011-12-15 11:14:29 +01:00 |
|
stdmethod.lsp
|
Solved two new errors with default initialization arguments and initialization argument error checking
|
2010-06-21 23:55:25 +02:00 |
|
streams.lsp
|
Fixed documentation and error string typos (P. Van Eynde)
|
2011-03-05 15:11:49 +01:00 |
|
walk.lsp
|
Emacs modelines for better editing
|
2008-02-02 19:14:05 +00:00 |