mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-04 16:30:48 -08:00
Note changes for 0.4 release.
This commit is contained in:
parent
5ce60ad0d5
commit
a14aecf737
1 changed files with 15 additions and 0 deletions
|
|
@ -778,6 +778,21 @@ ECLS 0.4
|
|||
- Use the interpreter stack to simplify the implementations of the
|
||||
printer and of the formater.
|
||||
|
||||
* Visible changes and ANSI compatibility:
|
||||
|
||||
- MAKE-PATHNAME now accepts all combinations denoted by ANSI. Namely,
|
||||
(MAKE-PATHNAME :directory :wild), etc.
|
||||
|
||||
- :UNSPECIFIC is only allowed in pathname's version and in a logical
|
||||
pathname's device.
|
||||
|
||||
- MSDOS style namestrings, such as "c:/my/path/to/this/file.txt" and
|
||||
"//c/my/path/to/this/file.txt" finally work.
|
||||
|
||||
- (DECLARE (OPTIMIZE DEBUG)) is ignored, but no warning is printed.
|
||||
|
||||
- Implemented WITH-STANDARD-IO-SYNTAX.
|
||||
|
||||
TODO:
|
||||
=====
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue