ecl/src/lsp
2012-01-06 19:49:52 +01:00
..
arraylib.lsp Implemented EXT:TRULY-THE and made THE expand to either EXT:TRULY-THE or EXT:CHECKED-VALUE depending on the optimization settings. 2011-12-31 19:37:13 +01:00
assert.lsp SI:ECASE-ERROR and ETYPECASE-ERROR are now exported. 2011-12-23 15:38:06 +01:00
autoload.lsp Strip out the help file routines into a separate module that also provides the CDB interface (http://cr.yp.to/cdb/cdb.txt) on which the new help file is based. 2012-01-06 19:49:52 +01:00
cdr-5.lsp Implemented EXT:TRULY-THE and made THE expand to either EXT:TRULY-THE or EXT:CHECKED-VALUE depending on the optimization settings. 2011-12-31 19:37:13 +01:00
cmdline.lsp Add IGNORE declarations and remove some unused variables. 2011-12-23 15:38:37 +01: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 Implemented EXT:TRULY-THE and made THE expand to either EXT:TRULY-THE or EXT:CHECKED-VALUE depending on the optimization settings. 2011-12-31 19:37:13 +01:00
defpackage.lsp The argument to DEFPACKAGE is a string designator, not (OR SYMBOL STRING) 2011-12-26 23:58:47 +01:00
defstruct.lsp SETF functions are now stored in a separate hash table. 2011-12-13 20:53:44 +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 Add IGNORE declarations and remove some unused variables. 2011-12-23 15:38:37 +01:00
evalmacros.lsp Another THE->TRULY-THE change in evalmacros.lsp 2012-01-01 19:31:22 +01:00
export.lsp Add IGNORE declarations and remove some unused variables. 2011-12-23 15:38:37 +01:00
ffi.lsp Add IGNORE declarations and remove some unused variables. 2011-12-23 15:38:37 +01:00
format.lsp Replace more uses of DEFVAR with DEFPARAMETER 2011-12-10 20:12:14 +01:00
helpfile.lsp Strip out the help file routines into a separate module that also provides the CDB interface (http://cr.yp.to/cdb/cdb.txt) on which the new help file is based. 2012-01-06 19:49:52 +01:00
init.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
iolib.lsp Replace more uses of DEFVAR with DEFPARAMETER 2011-12-10 20:12:14 +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 ECL implements CDR 5 2011-08-05 00:16:34 +02:00
loop.lsp Replace more uses of DEFVAR with DEFPARAMETER 2011-12-10 20:12:14 +01:00
loop2.lsp In LOOP, propagate the unsafe declarations to the whole assignment. 2012-01-01 14:53:55 +01:00
mislib.lsp Add IGNORE declarations and remove some unused variables. 2011-12-23 15:38:37 +01:00
module.lsp Replace more uses of DEFVAR with DEFPARAMETER 2011-12-10 20:12:14 +01:00
mp.lsp Add IGNORE declarations and remove some unused variables. 2011-12-23 15:38:37 +01:00
numlib.lsp TRAP-FPE is not needed in the core lisp library 2011-12-23 20:26:37 +01:00
packlib.lsp Implemented EXT:TRULY-THE and made THE expand to either EXT:TRULY-THE or EXT:CHECKED-VALUE depending on the optimization settings. 2011-12-31 19:37:13 +01:00
pprint.lsp Implemented EXT:TRULY-THE and made THE expand to either EXT:TRULY-THE or EXT:CHECKED-VALUE depending on the optimization settings. 2011-12-31 19:37:13 +01:00
predlib.lsp Implemented EXT:TRULY-THE and made THE expand to either EXT:TRULY-THE or EXT:CHECKED-VALUE depending on the optimization settings. 2011-12-31 19:37:13 +01:00
process.lsp Avoid using system() all together because our SIGCHLD handler interferes with it on OSX 32 bits 2011-04-19 21:42:50 +02:00
proclaim.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
seq.lsp Implemented EXT:TRULY-THE and made THE expand to either EXT:TRULY-THE or EXT:CHECKED-VALUE depending on the optimization settings. 2011-12-31 19:37:13 +01:00
seqlib.lsp Implemented EXT:TRULY-THE and made THE expand to either EXT:TRULY-THE or EXT:CHECKED-VALUE depending on the optimization settings. 2011-12-31 19:37:13 +01:00
seqmacros.lsp Change macro WITH-START-END to eliminate a warning about unused variables 2011-12-23 22:50:40 +01:00
setf.lsp The SETF optimizer (try-simpler-expansion in setf.lsp) did not work properly when output of get-setf-expansion reordered the argument list. 2012-01-01 20:17:05 +01:00
top.lsp When printing out lambda expressions, use *PRINT-READABLY* nil 2012-01-02 22:54:27 +01:00
trace.lsp Fixed circularities when printing comments in the compiler and when printing the TRACE 2012-01-02 23:12:17 +01:00
unicode.lsp Added a CONTINUE restart for the *-DECODING-ERROR condition 2011-02-12 18:36:46 +01:00
util.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00