Embeddable Common-Lisp main repository.
Find a file
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
contrib Initial revision 2001-06-26 17:14:44 +00:00
src +The compiler produced wrong code for RETURN-FROM forms inside an UNWIND-PROTECT. 2001-11-17 11:02:12 +00:00
ANNOUNCEMENT Keep track of ANNOUNCEMENT in CVS. Use CHANGELOG for old announcements. 2001-09-29 13:06:16 +00:00
configure Initial revision 2001-06-26 17:14:44 +00:00
Copyright Add some lines in the Copyright denoting files which may have their own copyright. 2001-10-17 16:37:03 +00:00
LGPL Initial revision 2001-06-26 17:14:44 +00:00
Makefile.in Some files were missing in source ditributions. 2001-09-29 13:16:24 +00:00
README.1st Initial revision 2001-06-26 17:14:44 +00:00

You can find the preprocessed documentation in ./doc in HTML format.