mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-08 02:10:36 -08:00
list latest fixes
This commit is contained in:
parent
4bfc19b3c3
commit
9cee997add
1 changed files with 11 additions and 0 deletions
|
|
@ -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 ***
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue