ecl/src/lsp
2005-05-12 16:25:58 +00:00
..
arraylib.lsp Adjust array did not work with strings 2005-05-02 14:08:21 +00:00
assert.lsp DATUM in TYPECASE error should be the value, not the offending key. 2004-12-03 17:34:50 +00:00
autoload.lsp Xmas fixes. See CHANGELOG for list of changes. 2005-01-07 11:51:23 +00:00
cmpinit.lsp Initial revision 2001-06-26 17:14:44 +00:00
cmuutil.lsp Change the way in which the circularity of printed structures is detected. 2004-12-03 17:28:26 +00:00
config.lsp.in The build system has been cleaned. The --with-system-* options now can automatically detect the existence of GMP and Boehm-Weiser libraries 2005-04-12 11:59:26 +00:00
defmacro.lsp DEFMACRO now acepts lambda lists of the form (a . b) again (broken with previous optimizations) 2005-05-02 16:55:34 +00:00
defpackage.lsp src/c 2003-10-22 07:27:44 +00:00
defstruct.lsp Xmas fixes. See CHANGELOG for list of changes. 2005-01-07 11:51:23 +00: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 Xmas fixes. See CHANGELOG for list of changes. 2005-01-07 11:51:23 +00:00
evalmacros.lsp DEFCBODY, DEFLA and DEFENTRY reimplemented. DEFVAR and DEFPARAMETER are no longer treated specially by the compiler. Globals declared by DEFPARAMETER toplevel forms are now recognized by the compiler. 2005-04-11 08:43:48 +00:00
export.lsp Introducing sequence iterators. Fixes in the reader regarding *read-suppress* and reading of vectors. 2005-01-24 08:57:46 +00:00
ffi.lsp Fix FFI function name. 2005-04-13 14:34:44 +00:00
format.lsp Xmas fixes. See CHANGELOG for list of changes. 2005-01-07 11:51:23 +00:00
helpfile.lsp Fixed (DOCUMENTATION ... 'FUNCTION) and (SETF (DOCUMENTATION ... 'FUNCTION)) 2005-05-12 16:25:58 +00:00
init.lsp Initial revision 2001-06-26 17:14:44 +00:00
iolib.lsp Introducing sequence iterators. Fixes in the reader regarding *read-suppress* and reading of vectors. 2005-01-24 08:57:46 +00:00
listlib.lsp Fixed a long lasting bug: the TEST or TEST-NOT function to SET-EXCLUSIVE-OR 2004-01-15 09:57:16 +00:00
load.lsp.in The build system has been cleaned. The --with-system-* options now can automatically detect the existence of GMP and Boehm-Weiser libraries 2005-04-12 11:59:26 +00:00
loop.lsp New function SIMPLE-PROGRAM-ERROR creates PROGRAM-ERROR with messages. Consistency and syntax checks added all over CLOS. Signalled errors are of SIMPLE-PROGRAM-ERROR type. 2003-05-03 17:32:34 +00:00
loop2.lsp Fixes in various reader macros (#*, #(,#C)). Stream mode smm_closed disappears and closing of files preserves the original type of stream. Implemented METHOD-COMBINATION-ERROR, INVALID-METHOD-ERROR, option :ARGUMENT-PRECEDENCE-ORDER. In loop, iteration statements can now only appear before body statements, otherwise an error is signaled. A DEFTYPE form optional arguments have default value * 2005-01-10 09:41:06 +00:00
mislib.lsp LOAD-LOGICAL-PATHNAME-TRANSLATIONS now implemented (uses sys:host.translation) 2004-01-16 10:31:04 +00:00
module.lsp Use LOAD to test all possible file extensions 2005-02-17 13:29:28 +00:00
mp.lsp New functions WITH-LOCK and WITHOUT-INTERRUPTS. 2003-11-25 15:54:17 +00:00
numlib.lsp Fixes for Windows 2004-11-29 13:05:22 +00:00
packlib.lsp Fixed a few references to undefined variables. QUIT is now imported into CL-USER. 2003-12-11 18:20:16 +00:00
pprint.lsp Xmas fixes. See CHANGELOG for list of changes. 2005-01-07 11:51:23 +00:00
predlib.lsp Further optimizations for routines operating on sequences (M. Goffioul) 2005-01-25 17:40:41 +00:00
proclaim.lsp Clean up the package CL from non-standard symbols and move them into the EXT package, which is a nickname for SYSTEM. 2003-12-11 17:16:48 +00:00
seq.lsp Further optimizations for routines operating on sequences (M. Goffioul) 2005-01-25 17:40:41 +00:00
seqlib.lsp + Streams in ECL can now have element types CHARACTER, (UNSIGNED-BYTE 8) 2004-04-05 07:21:54 +00:00
setf.lsp DEFSETF forms are enclosed in a block with the name of the accessor 2005-01-19 17:54:26 +00:00
top.lsp Double dash -- as command line option 2005-05-03 14:41:48 +00:00
trace.lsp Xmas fixes. See CHANGELOG for list of changes. 2005-01-07 11:51:23 +00:00
util.lsp Initial revision 2001-06-26 17:14:44 +00:00