| .. |
|
arraylib.lsp
|
Reimplemented REMOVE using specialized vector and list operations.
|
2010-05-21 21:05:22 +02:00 |
|
assert.lsp
|
Simplify ASSERT making it cheaper.
|
2010-05-27 20:04:58 +02:00 |
|
autoload.lsp
|
Added hooks for registering DEF* forms and their locations with some database.
|
2008-07-12 16:09:53 +02:00 |
|
cmdline.lsp
|
Remove unused statement.
|
2010-04-30 14:41:17 +02:00 |
|
cmpinit.lsp
|
Emacs modelines for better editing
|
2008-02-02 19:14:05 +00:00 |
|
cmuutil.lsp
|
Hack WITH-UNIQUE-NAMES so that it can be used before the sequence functions are installed
|
2010-05-23 15:36:03 +02:00 |
|
config.lsp.in
|
The SRC: path in Mingw was not resolved to a valid Windows path.
|
2010-03-19 21:01:34 +01:00 |
|
defmacro.lsp
|
Fixed typo in error message (A. Hefner)
|
2010-03-19 19:19:44 +01:00 |
|
defpackage.lsp
|
Emacs modelines for better editing
|
2008-02-02 19:14:05 +00:00 |
|
defstruct.lsp
|
src/lsp/defstruct.lsp: APPEND -> NCONC when using freshly created lists.
|
2009-11-14 17:36:28 +01:00 |
|
defsys.lsp.in
|
FORMATTER implemented. FORMAT ported from CMUCL and optionally included when --with-cmuformat is used at configuration time.
|
2003-07-31 16:37:46 +00:00 |
|
describe.lsp
|
Improvements to the debugger and inspector by JC Beaudoin
|
2009-06-07 18:46:19 +02:00 |
|
evalmacros.lsp
|
Toplevel DEFMACRO forms are processed differently and stored by the compiler in a local table. These definitions do not propagate beyond the currently compiled file.
|
2010-05-07 22:20:14 +02:00 |
|
export.lsp
|
The CONS-CDR/CAR optimization was not working fully because the interpreter did not support it and because there were macros shadowing the actual functions.
|
2010-05-23 22:47:36 +02:00 |
|
ffi.lsp
|
Use C code to guess the alignment of different types.
|
2010-04-27 13:05:49 +02:00 |
|
format.lsp
|
When using ~:c, graphic characters are not printed by name
|
2009-06-14 23:15:29 +02:00 |
|
helpfile.lsp
|
Remove debug statement.
|
2010-03-13 01:02:30 +01:00 |
|
init.lsp
|
Emacs modelines for better editing
|
2008-02-02 19:14:05 +00:00 |
|
iolib.lsp
|
MAKE-STRING-INPUT-STREAM accepted as start NIL, which is not valid.
|
2010-04-30 14:41:17 +02:00 |
|
listlib.lsp
|
Move some documentation from help.lsp to the files where functions are defined. Add documentation for a few functions.
|
2008-10-05 13:24:42 +02:00 |
|
load.lsp.in
|
New interrupt handling model:
|
2009-09-18 23:02:56 +02:00 |
|
loop.lsp
|
Emacs modelines for better editing
|
2008-02-02 19:14:05 +00:00 |
|
loop2.lsp
|
The type declaration for iteration variables in LOOP was too tight, causing some tests to be always true.
|
2010-05-24 00:31:52 +02:00 |
|
mislib.lsp
|
ENSURE-DIRECTORIES-EXIST must output the given pathname, not the truename
|
2009-01-02 16:48:34 +01:00 |
|
module.lsp
|
Move some documentation from help.lsp to the files where functions are defined. Add documentation for a few functions.
|
2008-10-05 13:24:42 +02:00 |
|
mp.lsp
|
Added two new functions mp:lock-mine-p and mp:lock-count-mine which are used to implement mp:with-lock
|
2009-09-23 22:25:57 +02:00 |
|
numlib.lsp
|
Use si:trap-fpe also when computing the small and large constants
|
2009-06-09 11:49:04 +02:00 |
|
packlib.lsp
|
Fixed typo
|
2010-05-26 22:01:08 +02:00 |
|
pprint.lsp
|
Safer declarations for all functions in PPRINT that are exported
|
2010-05-25 15:56:17 +02:00 |
|
predlib.lsp
|
DEFTYPE forms do not create new functions when all the body does is return a constant. CONSTANTLY moved from seqlib to predlib.lsp
|
2010-05-25 22:59:08 +02:00 |
|
process.lsp
|
Fixed typo in ext:external-process-status
|
2010-01-25 21:26:19 +01:00 |
|
proclaim.lsp
|
Emacs modelines for better editing
|
2008-02-02 19:14:05 +00:00 |
|
seq.lsp
|
Fixed typo in seq.lsp
|
2010-05-23 21:03:34 +02:00 |
|
seqlib.lsp
|
Optimized COPY-SUBARRAY and used it for improving REPLACE
|
2010-05-28 23:46:00 +02:00 |
|
seqmacros.lsp
|
The CONS-CDR/CAR optimization was not working fully because the interpreter did not support it and because there were macros shadowing the actual functions.
|
2010-05-23 22:47:36 +02:00 |
|
setf.lsp
|
Changed the order of arguments in ASET to simplify the resulting SETF forms
|
2010-05-19 10:22:38 +02:00 |
|
top.lsp
|
In EXT:SAFE-EVAL avoid the debugger being entered at all.
|
2010-03-13 23:47:27 +01:00 |
|
trace.lsp
|
Move some documentation from help.lsp to the files where functions are defined. Add documentation for a few functions.
|
2008-10-05 13:24:42 +02:00 |
|
util.lsp
|
Emacs modelines for better editing
|
2008-02-02 19:14:05 +00:00 |