Embeddable Common-Lisp main repository.
Find a file
jjgarcia 90a0382ae8 + Fixes in the routines that deal with pathnames: it is now possible to
use *DEFAULT-PATHNAME-DEFAULTS* as current working directory, because it
is set to the initial directory and because it can be updated with SI::CHDIR.
+ Pathname versions are now properly handled and printed. At least for logical
pathnames, because physical namestrings cannot have version numbers.
+ An error is signaled when one tries to print _readably_ a pathname that does
not have a namestring such that parsing this namestring produces the same
pathname. This happens, for instance, with pathnames that do not have hosts,
or that have version numbers and are not logical.
+ Fixes in the CLOS subsystem: ADD-METHOD and REMOVE-METHOD now update the
GENERIC-FUNCTION slot of method objects, and output the right values.
It is now possible to use two nested SYMBOL-MACROLET that define the same
symbols.
2004-01-08 11:03:05 +00:00
contrib Initial revision 2001-06-26 17:14:44 +00:00
src + Fixes in the routines that deal with pathnames: it is now possible to 2004-01-08 11:03:05 +00:00
ANNOUNCEMENT Change release number to 0.9d 2003-11-11 16:23:16 +00:00
configure Do not try to configure ECL when the user asks for help. 2003-12-05 09:34:48 +00:00
Copyright Change e-mail address. 2003-08-06 15:06:53 +00:00
LGPL Initial revision 2001-06-26 17:14:44 +00:00
Makefile.in Split the compiler flags into CFLAGS (used only when building ECL) and ECL_CFLAGS (exported into ecl-config). Set the value of SHELL explicitely in the makefiles so that they work when SHELL=/bin/csh in the environment. 2003-12-08 09:41:29 +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.