ecl/src/lsp
2006-10-01 21:09:39 +00:00
..
arraylib.lsp ADJUST-ARRAY cannot set a fill pointer in an array without any 2006-09-01 15:14:57 +00:00
assert.lsp Several improvements related to inline of logical and cons functions, hardcoding frequently used symbols and a smaller version of TIME 2005-07-28 14:05:40 +00:00
autoload.lsp APROPOS, APROPOS-LIST and HELP* are now case sensitive. 2006-06-17 16:06:59 +00:00
cmdline.lsp Improve the interface of SI:PROCESS-COMMAND-ARGS. 2006-02-28 14:11:01 +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 Final fixes to make the new directory structure work with MSVC++ 2006-02-28 14:21:26 +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 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
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 APROPOS, APROPOS-LIST and HELP* are now case sensitive. 2006-06-17 16:06:59 +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 Fixed typo in the definition of CONVERT-TO-CSTRING. 2006-07-08 08:08:43 +00:00
format.lsp Improved identification of wrong declarations. Simplified code for that. 2006-04-24 08:44:44 +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 Fix segmentation fault in time encoding/decoding functions. 2005-11-17 13:40:58 +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 APROPOS, APROPOS-LIST and HELP* are now case sensitive. 2006-06-17 16:06:59 +00:00
pprint.lsp Fixed typo 2006-05-22 15:03:54 +00:00
predlib.lsp Move from short/long-float to single/double-float (by L. Brinkhoff) 2006-09-01 15:15:57 +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 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
setf.lsp The block name of a function does not include the lambda list. 2005-10-24 08:37:26 +00:00
top.lsp FUNCTION-LAMBDA-LIST: do not remove default values. 2006-09-11 11:26:46 +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