ecl/src/lsp
jjgarcia 9b4bd625f4 +The compiler produced wrong code for RETURN-FROM forms inside an UNWIND-PROTECT.
+Deftype BIT-VECTOR would not expand to a vector type.
+Each compiled file has an entry point whose name is either
 init_CODE() or another name based on the name of the source file.
 The algorithm for computing these names has been slightly changed
 so that the entry points of ECLS's own library do not conflict with
 user defined entry points.
+A LET/LET* form in which the initializers for a variable have not
 the expected type produce a warning, but the code is accepted. For
 instance (LET (V) (DECLARE (TYPE FIXNUM V)) (SETQ V 1)) now
 compiles.
+(SETF name), where name is a symbol, is now a valid function name in all
 contexts. It is accepted by DEFUN, FUNCTION, FBOUNDP, FMAKUNBOUND, etc,
 and it can be the on the function position in any form.
+New specialized arrays for (UNSIGNED-BYTE 8) and (SIGNED-BYTE 8).
2001-11-17 11:02:12 +00:00
..
ansi.lsp Initial revision 2001-06-26 17:14:44 +00:00
arraylib.lsp Documentation strings are stored in hash tables, not in property lists. 2001-10-15 16:44:04 +00:00
assert.lsp Documentation strings are stored in hash tables, not in property lists. 2001-10-15 16:44:04 +00:00
autoload.lsp New interface for building standalone programs and libraries. 2001-10-17 16:40:22 +00:00
cmpinit.lsp Initial revision 2001-06-26 17:14:44 +00:00
config.lsp.in Documentation strings are stored in hash tables, not in property lists. 2001-10-15 16:44:04 +00:00
defmacro.lsp Documentation strings are stored in hash tables, not in property lists. 2001-10-15 16:44:04 +00:00
defpackage.lsp +The compiler produced wrong code for RETURN-FROM forms inside an UNWIND-PROTECT. 2001-11-17 11:02:12 +00:00
defstruct.lsp +The compiler produced wrong code for RETURN-FROM forms inside an UNWIND-PROTECT. 2001-11-17 11:02:12 +00:00
defsys.lsp.in +The compiler produced wrong code for RETURN-FROM forms inside an UNWIND-PROTECT. 2001-11-17 11:02:12 +00:00
describe.lsp Documentation strings are stored in hash tables, not in property lists. 2001-10-15 16:44:04 +00:00
evalmacros.lsp +The compiler produced wrong code for RETURN-FROM forms inside an UNWIND-PROTECT. 2001-11-17 11:02:12 +00:00
export.lsp Symbolics' LOOP macro incorporated. 2001-10-17 18:42:44 +00:00
ffi.lsp +The compiler produced wrong code for RETURN-FROM forms inside an UNWIND-PROTECT. 2001-11-17 11:02:12 +00:00
helpfile.lsp Documentation strings are stored in hash tables, not in property lists. 2001-10-21 13:15:45 +00:00
init.lsp Initial revision 2001-06-26 17:14:44 +00:00
iolib.lsp Documentation strings are stored in hash tables, not in property lists. 2001-10-15 16:44:04 +00:00
listlib.lsp Documentation strings are stored in hash tables, not in property lists. 2001-10-15 16:44:04 +00:00
load.lsp.in +The compiler produced wrong code for RETURN-FROM forms inside an UNWIND-PROTECT. 2001-11-17 11:02:12 +00:00
loop.lsp Initial revision 2001-06-26 17:14:44 +00:00
loop2.lsp Symbolics' LOOP macro incorporated. 2001-10-17 18:42:44 +00:00
mislib.lsp Documentation strings are stored in hash tables, not in property lists. 2001-10-15 16:44:04 +00:00
module.lsp Documentation strings are stored in hash tables, not in property lists. 2001-10-15 16:44:04 +00:00
numlib.lsp Documentation strings are stored in hash tables, not in property lists. 2001-10-15 16:44:04 +00:00
packlib.lsp Documentation strings are stored in hash tables, not in property lists. 2001-10-15 16:44:04 +00:00
predlib.lsp +The compiler produced wrong code for RETURN-FROM forms inside an UNWIND-PROTECT. 2001-11-17 11:02:12 +00:00
proclaim.lsp Initial revision 2001-06-26 17:14:44 +00:00
seq.lsp Documentation strings are stored in hash tables, not in property lists. 2001-10-15 16:44:04 +00:00
seqlib.lsp Documentation strings are stored in hash tables, not in property lists. 2001-10-15 16:44:04 +00:00
setf.lsp +The compiler produced wrong code for RETURN-FROM forms inside an UNWIND-PROTECT. 2001-11-17 11:02:12 +00:00
thread.lsp Add new declaration, si::c-export-fname, which produces lisp compiled files with 2001-07-12 16:32:15 +00:00
top.lsp +The compiler produced wrong code for RETURN-FROM forms inside an UNWIND-PROTECT. 2001-11-17 11:02:12 +00:00
trace.lsp Documentation strings are stored in hash tables, not in property lists. 2001-10-15 16:44:04 +00:00
util.lsp Initial revision 2001-06-26 17:14:44 +00:00