ecl/src/lsp
2009-06-28 19:36:24 +02:00
..
arraylib.lsp New functions FILL-ARRAY-WITH-ELT and FILL-ARRAY-WITH-SEQ used to inline MAKE-ARRAY and to speed it up. 2009-03-07 11:51:29 +01: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 Big patch for introducing NaNs and infinities. 2009-06-04 15:55:13 +02: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 Instead of pushing into features, use the appropriate table in main.d 2009-04-23 22:16:51 +02: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 Missing bits from the previous fix for DEFSTRUCT 2009-02-17 21:21:15 +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 DEFCONSTANT must also define the constant at compile time. 2009-06-28 19:36:24 +02:00
export.lsp Implement read-only readtables to avoid copying the standard readtable when this value is requested. 2009-06-19 11:12:49 +02:00
ffi.lsp WITH-CSTRING coerces Unicode strings. 2009-05-17 15:04:29 +02:00
format.lsp When using ~:c, graphic characters are not printed by name 2009-06-14 23:15:29 +02: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 ECL now has two sets of reader/printer settings, si:+io-syntax-progv-list+ and si:+ecl-syntax-progv-list+. The latter is used both by the compiler and by the FASL file loader, and allows for lest interference from the user side -- i.e. it is not affected by changes in the readtable, such as case preservation, etc. 2009-06-22 13:00:18 +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 The inspector files now depend on the condition system. They have to be loaded after that (JCB) 2009-06-17 09:48:34 +02: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 Use si:trap-fpe also when computing the small and large constants 2009-06-09 11:49:04 +02:00
packlib.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
pprint.lsp WITH-ECL-IO-SYNTAX also binds *pprint-dispatch-table* 2009-06-22 13:19:36 +02:00
predlib.lsp Fixed circular dependency on FILL, that failed if the compiled ECL needed to clear the cache before the block where FILL resides was defined. 2009-06-07 18:52:57 +02: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 FILL reimplemented using FILL-ARRAY-WITH-ELT. 2009-03-07 11:51:44 +01:00
setf.lsp SETF for structures that are specialized vectors 2009-02-07 16:44:51 +01:00
top.lsp The toplevel should only trap the SERIOUS-CONDITIONs 2009-06-25 15:54:03 +02: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