ecl/src/lsp
2009-02-16 16:56:29 +01:00
..
arraylib.lsp Remove unused variables from CONCATENATE 2008-05-29 06:46:38 +00:00
assert.lsp Merged in changes from sealed_slot branch 2008-05-09 09:48:29 +00: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 New command line option to enable or disable the debugger. 2008-10-31 20:00:27 +01:00
cmpinit.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
cmuutil.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
config.lsp.in When ECL is built with --enable-unicode, it uses its own database for Unicode properties instead of tolower, toupper, etc. 2009-01-10 22:45:38 +01:00
defmacro.lsp Added hooks for registering DEF* forms and their locations with some database. 2008-07-12 16:09:53 +02:00
defpackage.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
defstruct.lsp Save the full information on the structure :type option 2009-01-27 23:02:46 +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 Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
evalmacros.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
export.lsp Added hooks for registering DEF* forms and their locations with some database. 2008-07-12 16:09:53 +02:00
ffi.lsp Merged in latest fixes from master 2008-11-09 20:08:34 +01:00
format.lsp Buffers must be strings, not base-strings 2008-10-26 18:29:42 +01:00
helpfile.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
init.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
iolib.lsp Added support for more complex character encodings (ISO-2022-JP) 2009-01-08 19:52:01 +01: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 APROPOS, APROPOS-LIST and HELP* are now case sensitive. 2006-06-17 16:06:59 +00:00
loop.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
loop2.lsp Save some space by directly using GENSYM with strings as arguments 2008-10-05 20:16:08 +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 Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
numlib.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
packlib.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
pprint.lsp The pretty printer has to accept extended characters now. 2008-10-26 17:45:22 +01:00
predlib.lsp Declarations for speed 2009-02-16 16:04:12 +01:00
proclaim.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
seq.lsp The sequence type elments must include cl-index as possible type 2008-12-04 16:39:46 +01:00
seqlib.lsp Remove unneeded level of nesting in LIST-MERGE-SORT. MERGE uses now fast function calls and saves a couple of calls to KEY and ELT. 2009-02-16 16:56:29 +01:00
setf.lsp SETF for structures that are specialized vectors 2009-02-07 16:44:51 +01:00
top.lsp The value of *READ-SUPPRESS* is reset to NIL before reading any form at the toplevel. 2008-12-17 15:15:48 +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