ecl/src/lsp
2015-02-25 22:04:24 +01:00
..
arraylib.lsp copy-subarray is now inlined and used in arraylib.lsp 2012-11-30 11:56:28 +01:00
assert.lsp Add Juanjo's copyright to files that did not have it. 2012-04-26 17:33:14 +02:00
autoload.lsp Add Juanjo's copyright to files that did not have it. 2012-04-26 17:33:14 +02: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 The command line option -h named both the help and the production of header files. 2013-02-27 17:50:28 +01:00
cmpinit.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
cmuutil.lsp with-clean-symbols moved to cmuutil.lsp and used in iolib.lsp 2012-11-29 22:50:19 +01:00
config.lsp.in Cnil and Ct are now part of legacy 2012-06-30 23:01:40 +02:00
defmacro.lsp Declare the temporary variables in DEFMACRO/DESTRUCTURING-BIND as IGNORABLE 2013-01-12 00:15:40 +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 In do-setf-structure-method, the closures did not check their arguments. 2013-01-14 21:35:37 +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 Juanjo's copyright to files that did not have it. 2012-04-26 17:33:14 +02:00
evalmacros.lsp Add Juanjo's copyright to files that did not have it. 2012-04-26 17:33:14 +02:00
export.lsp Add Juanjo's copyright to files that did not have it. 2012-04-26 17:33:14 +02:00
ffi.lsp Added the special form FFI:C-PROGN 2013-06-27 23:09:37 +02:00
format.lsp Write SCALE-FLOAT so that it cannot lead to infinite loops 2012-12-15 02:14:54 +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 Simplify the with-*-syntax macros using with-clean-symbols 2012-11-29 23:03:41 +01:00
listlib.lsp Add Juanjo's copyright to files that did not have it. 2012-04-26 17:33:14 +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 Remove further unused functions and variables in LOOP, getting it closer to SBCL's 2013-05-27 22:37:36 +02:00
mislib.lsp ENSURE-DIRECTORIES-EXIST ignores the host and device from the original pathname when creating the directories. 2012-12-09 00:11:35 +01:00
module.lsp Replace more uses of DEFVAR with DEFPARAMETER 2011-12-10 20:12:14 +01:00
mp.lsp Optimizations in with-lock: save reference to current process and use some fixnum comparisons. 2013-10-28 00:00:38 +01:00
numlib.lsp Rewrite LDB and friends in a way which can be reused by the compiler macros in src/cmp/cmpopt-bits.lsp 2013-01-09 10:25:55 +01:00
packlib.lsp APROPOS-LIST no longer returns duplicate symbols 2012-06-30 09:03:04 +02:00
pprint.lsp The standard pprint dispatch table in with-standard-io-syntax is now read-only 2013-03-03 00:10:09 +01:00
predlib.lsp COERCE: report the original type in case of errors. 2014-07-13 01:50:14 +04:00
process.lsp SYSTEM must use the POSIX shell, which usually lives in /bin/sh. 2013-02-27 17:39:24 +01:00
proclaim.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
seq.lsp (CONCATENATE 'SIMPLE-BASE-STRING ...) returns an ordinary string. 2012-12-17 21:28:20 +01:00
seqlib.lsp seqlib: stable-sort: fix bogus optimization's in #'stable-sort. 2015-02-24 13:36:18 +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 We cannot use :READ-ONLY in the SETF expansions because some code out there modifies the variables. 2013-05-20 22:48:15 +02:00
top.lsp top.lsp: remove unicode character from copyrights on top.lsp. 2015-02-25 22:04:24 +01:00
trace.lsp Make TRACE write complete output lines instead of small fragments. 2014-03-02 20:25:22 +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