| .. |
|
boot.lsp
|
Implemented caching of valid keywords for SHARED-INITIALIZE
|
2010-06-20 20:57:09 +02:00 |
|
builtin.lsp
|
Second iteration at the problem with *print-level* and the slot definitions.
|
2010-12-25 20:17:03 +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
|
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
|
Use conditions and restarts for signalling and fixing encoding and decoding errors
|
2011-01-27 22:39:49 +01:00 |
|
defclass.lsp
|
Remove unnused function in defclass.lsp
|
2011-01-30 18:16:50 +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
|
Implemented caching of valid keywords for SHARED-INITIALIZE
|
2010-06-20 20:57:09 +02: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
|
Implemented caching of valid keywords for SHARED-INITIALIZE
|
2010-06-20 20:57:09 +02:00 |
|
load.lsp.in
|
Use conditions and restarts for signalling and fixing encoding and decoding errors
|
2011-01-27 22:39:49 +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
|
When using DEFMETHOD we called EVAL-WITH-ENV using :load-toplevel mode instead of :execute. This causes some trouble. Until the bytecodes compiler is revised we may safely fall back to :execute.
|
2010-07-13 23:18:07 +02:00 |
|
precomp.lsp
|
Emacs modelines for better editing
|
2008-02-02 19:14:05 +00:00 |
|
print.lsp
|
Fixed externalization of bytecodes with literals that need MAKE-LOAD-FORM.
|
2011-02-05 23:21:12 +01:00 |
|
slot.lsp
|
Fixed warning message (A. Gavrilov)
|
2010-07-11 12:27:02 +02:00 |
|
standard.lsp
|
In std-class-sealed-accessor, fixed typo in declaration (J. James).
|
2011-01-24 22:21:03 +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
|
stream-fresh-line specialized to ansi-stream was passing wrong stream to underlying function (J. Jaakkola)
|
2010-11-04 23:43:47 +01:00 |
|
walk.lsp
|
Emacs modelines for better editing
|
2008-02-02 19:14:05 +00:00 |