ecl/src/lsp
2007-12-01 09:08:11 +00:00
..
arraylib.lsp ADJUST-ARRAY did not work with zero-dimensional arrays 2007-01-06 15:22:33 +00:00
assert.lsp New functions for type errors with error recovery (ecl_type_error, si:wrong-type-argument). Incorporated this facility to all functions in num_sfun.d and num_co.d, as well as to make_complex() 2006-10-29 10:34:32 +00:00
autoload.lsp APROPOS, APROPOS-LIST and HELP* are now case sensitive. 2006-06-17 16:06:59 +00:00
cmdline.lsp New command line argument -link to produce executables 2007-11-24 16:34:22 +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 Finally solved the problem of COMPILER-LET not being imported in the compiler package 2007-12-01 09:08:11 +00:00
defmacro.lsp Make MACROLET safer by blocking all references to local variables and functions. 2006-06-17 16:04:40 +00:00
defpackage.lsp DEFPACKAGE failed to import symbol NIL when specified in :IMPORT-FROM clauses 2006-05-20 22:13:47 +00:00
defstruct.lsp The slot accessors for structures with type VECTOR or LIST now rely on the standard function ELT, instead of si:list-nth and si:rplaca-nthcdr. 2006-11-06 20:43:53 +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 DESCRIBE was not prepare for the number range types returned by TYPE-OF. 2006-10-14 08:27:07 +00:00
evalmacros.lsp Compiler macro functions for MAPCAR and friends. 2006-10-01 21:09:39 +00:00
export.lsp Implemented DOLIST/DOTIMES as macros, without magic in the interpreter. 2005-10-24 08:33:32 +00:00
ffi.lsp DEF-CONSTANT was missing from our UFFI interface 2007-08-09 20:50:46 +00:00
format.lsp Improved accuracy of long floats in reading, writing and conversion to integers. 2006-10-13 17:29:26 +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 Remove unused functions and use prefix ecl_ on all internal functions in file.d 2005-11-21 10:15:22 +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 APROPOS, APROPOS-LIST and HELP* are now case sensitive. 2006-06-17 16:06:59 +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 - The T1 and T3 forms of the compiler have been almost removed. Now, handling of 2005-07-04 09:20:24 +00:00
mislib.lsp Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +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 Move from short/long-float to single/double-float (by L. Brinkhoff) 2006-09-01 15:15:57 +00:00
packlib.lsp Ensure FIND-RELATIVE-PACKAGE gets a string 2007-11-24 15:58:33 +00:00
pprint.lsp Fixed typo 2006-05-22 15:03:54 +00:00
predlib.lsp There was no lisp builtin type associated to the t_codeblock C objects 2007-08-04 13:27:14 +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 Support for unicode strings as data structure (no clever handling of characters yet) contributed by Brian Spilsbury. 2006-05-29 08:51:21 +00:00
seqlib.lsp EXT:BASE-STRING-P and EXT:BASE-CHARACTER-P are now compiled even without Unicode, to make code more uniform. 2006-11-12 10:09:46 +00:00
setf.lsp The slot accessors for structures with type VECTOR or LIST now rely on the standard function ELT, instead of si:list-nth and si:rplaca-nthcdr. 2006-11-06 20:43:53 +00:00
top.lsp Remove 'Broken at EVAL' message which appeared when ECL started up 2007-01-11 09:58:37 +00:00
trace.lsp - Line up vertical bars in (trace) when trace level is above 10. 2005-09-14 12:37:36 +00:00
util.lsp Initial revision 2001-06-26 17:14:44 +00:00