Skip to content
Snippets Groups Projects
Commit 7b3a46b3 authored by rtoy's avatar rtoy
Browse files

Update from logs.

parent 2dac2760
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,12 @@ New in this release:
name ".." and type "".
- #p"..a" erroneously had directory (:relative). This has been
fixed so that directory = nil, name = ".", and type = "a".
- Untracing of flet/labels functions now work.
- Compiling code using SIGNUM no longer causes a compiler error.
The defoptimizer for SIGNUM was missing a case for
double-double-float.
- MAPHASH no longer causes a type-error when the mapping function
calls (setf gethash) on the same table.
* Trac Tickets:
- #8 fixed so logs of bignums and ratios that won't fit into a
......
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