Skip to content
Snippets Groups Projects
Commit 9cc33cba authored by rtoy's avatar rtoy
Browse files

Update from logs

parent 34c7f05c
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ New in this release: ...@@ -28,7 +28,7 @@ New in this release:
with all features available, except only Unicode is supported. with all features available, except only Unicode is supported.
* Changes * Changes
- ASDF2 updated to version 2.010. - ASDF2 updated to version 2.014.1.
- COMPILE-FILE now accepts a :DECODING-ERROR argument that - COMPILE-FILE now accepts a :DECODING-ERROR argument that
indicates how to handle decoding errors when reading the file. indicates how to handle decoding errors when reading the file.
It has the same meaning and effect as the :DECODING-ERROR It has the same meaning and effect as the :DECODING-ERROR
...@@ -72,6 +72,8 @@ New in this release: ...@@ -72,6 +72,8 @@ New in this release:
- In COMPILE-FILE, the :OUTPUT-FILE can also be a stream. - In COMPILE-FILE, the :OUTPUT-FILE can also be a stream.
- (OPEN f :DIRECTION :IO :IF-DOES-NOT-EXIST NIL) no longer signals - (OPEN f :DIRECTION :IO :IF-DOES-NOT-EXIST NIL) no longer signals
an error if f does not exist. It returns NIL now. an error if f does not exist. It returns NIL now.
- The second value returned by COMPLE-FILE is now T when there are
style warnings.
* Bugfixes: * Bugfixes:
- The pairwise composition table is now correctly built. - The pairwise composition table is now correctly built.
...@@ -119,7 +121,7 @@ New in this release: ...@@ -119,7 +121,7 @@ New in this release:
functions used by TRACE can cause bad things. functions used by TRACE can cause bad things.
- In some situations the compiler could not constant fold SQRT - In some situations the compiler could not constant fold SQRT
calls because KERNEL:%SQRT was not defined on x86 with SSE2. calls because KERNEL:%SQRT was not defined on x86 with SSE2.
Fix this. Fix this by making sure KERNEL:%SQRT is defined.
* Trac Tickets: * Trac Tickets:
- #43: unread-char doesn't change file-position - #43: unread-char doesn't change file-position
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment