mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-06 04:10:47 -08:00
Embeddable Common-Lisp main repository.
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. |
||
|---|---|---|
| contrib | ||
| src | ||
| ANNOUNCEMENT | ||
| configure | ||
| Copyright | ||
| LGPL | ||
| Makefile.in | ||
| README.1st | ||
You can find the preprocessed documentation in ./doc in HTML format.