list latest fixes

This commit is contained in:
jjgarcia 2004-12-13 11:30:19 +00:00
parent 4bfc19b3c3
commit 9cee997add

View file

@ -10,6 +10,10 @@ ECL 1.0
- The routines for writing bignums had a size limit that has been
removed. Besides the library does not rely on GMP for printing bignums.
- PEEK-CHAR works now for concatenated streams (M.Goffioul)
- Fixes in the documentation and error messages (J. Stecklina)
* Visible changes:
- SI:MKSTEMP now accepts and returns pathnames.
@ -19,6 +23,11 @@ ECL 1.0
TMP. In some systems this directory might need to have execution
permissions.
- Automatic deletion of DLLs under the MSVC port.
- ECL now checks whether the lambda list of a DEFMETHOD is compatible in
length with a previously specified one.
* ANSI compliance:
- The value of *READTABLE* can now be modified by the user.
@ -26,6 +35,8 @@ ECL 1.0
- Implemented READTABLE-CASE, including the appropiate changes to the
reader and the printer.
- Floats are properly read even when *read-base* is not 10.
;;; Local Variables: ***
;;; mode:text ***
;;; fill-column:79 ***