ecl/src/lsp
2011-06-05 12:35:03 +02:00
..
arraylib.lsp Removed unused declaration (J. Jaakkola) 2010-11-04 23:45:37 +01:00
assert.lsp Detection of missing packages in the reader was accidentally deactivated. 2010-08-30 11:20:07 +02:00
autoload.lsp EXT package created containing the original set of symbols (not yet filtered) and re-exported from SYS 2011-02-27 23:20:12 +01:00
cmdline.lsp Fixed indentation in cmdline.lsp 2011-02-04 23:50:41 +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 Wrap the &whole argument in a temporary variable to avoid warnings when the argument is declared ignorable 2010-10-19 00:07:01 +02:00
defpackage.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
defstruct.lsp RESTART-PRINT and PRINT-OBJECT did not always return the printed object 2010-10-19 17:36:24 +02: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 ECL implements EXT:*INSPECTOR-HOOK* 2011-02-12 19:31:13 +01:00
evalmacros.lsp Needed compile-time side effects for DEFVAR/DEFPARAMETER/DEFCONSTANT also in the bytecodes compiler 2011-06-05 12:35:03 +02:00
export.lsp Remove unnecessary parenthesis in DO/DO* macroexpander (J. Jaakkola) 2010-11-04 23:50:06 +01:00
ffi.lsp Make explicit whether we want argument checking or not 2010-06-27 10:11:24 +02:00
format.lsp The output of FORMAT's ~:C must be exactly the same as CHAR-NAME. 2010-12-25 20:25:21 +01:00
helpfile.lsp When dumping the help file, we have to use ECL's syntax, which forces packag prefixes and '::' 2011-01-28 22:12:53 +01:00
init.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
iolib.lsp Fixed typos in error messages from iolib.lsp 2011-01-24 22:31:00 +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 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 Optimized LOOP-REPEAT to have the same quality of code as in LOOP-FOR-IN 2010-09-27 10:25:22 +02:00
mislib.lsp Nested TIME calls do not reset the GC counters. This requires reimplementing GC-STATS to have a special input value mean 'resetting the counters'. 2011-02-08 23:54:14 +01:00
module.lsp Adapt REQUIRE to the use of uppercase logical pathnames 2010-06-03 23:12:34 +02:00
mp.lsp Missing package prefix in the use of with-interrupts (J. James) 2011-01-19 22:23:27 +01:00
numlib.lsp asinh/asinhl is defined by mingw's library 2010-12-23 23:34:58 +01:00
packlib.lsp Fixed typo 2010-05-26 22:01:08 +02:00
pprint.lsp Fix various function proclamations and declarations 2010-06-28 21:34:13 +02:00
predlib.lsp EXT package created containing the original set of symbols (not yet filtered) and re-exported from SYS 2011-02-27 23:20:12 +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 Fixed typo in seq.lsp 2010-05-23 21:03:34 +02:00
seqlib.lsp Fix various function proclamations and declarations 2010-06-28 21:34:13 +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 Reduced the clutter generated by SETF expansions. 2010-12-24 11:45:20 +01:00
top.lsp Further changes to avoid duplicated command line parsing: once by the toplevel and once by the user 2011-01-23 23:30:38 +01:00
trace.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
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