Skip to content
Snippets Groups Projects
Commit 00d977a1 authored by Raymond Toy's avatar Raymond Toy
Browse files

Forgot a few items that were done in the snapshot. Update it now (post

snapshot). The wiki entry has the right info.
parent 98319835
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ New in this release: ...@@ -73,7 +73,7 @@ New in this release:
for atanh in the CLHS. for atanh in the CLHS.
* CLEAR-OUTPUT was not actually doing anything. Now, CLEAR-OUTPUT * CLEAR-OUTPUT was not actually doing anything. Now, CLEAR-OUTPUT
will discard any buffered data that has not been written out will discard any buffered data that has not been written out
yet. yet.
* Bugfixes: * Bugfixes:
* Fix error in pi reduction on x87. It was not noticed previously * Fix error in pi reduction on x87. It was not noticed previously
...@@ -94,7 +94,9 @@ New in this release: ...@@ -94,7 +94,9 @@ New in this release:
* For Gray streams, CLEAR-OUTPUT was calling STREAM-FORCE-OUTPUT * For Gray streams, CLEAR-OUTPUT was calling STREAM-FORCE-OUTPUT
instead of STREAM-CLEAR-OUTPUT, so the output wasn't actually instead of STREAM-CLEAR-OUTPUT, so the output wasn't actually
cleared. cleared.
* In some situations KERNEL:DOUBLE-FLOAT-BITS on x86 would cause a
segfault. This has been fixed.
* For linux, motifd is no longer a 64-bit app.
* Trac Tickets: * Trac Tickets:
* Ticket #90 fixed. * Ticket #90 fixed.
...@@ -105,6 +107,8 @@ New in this release: ...@@ -105,6 +107,8 @@ New in this release:
* Ticket #98 fixed. * Ticket #98 fixed.
* Ticket #104 fixed. * Ticket #104 fixed.
* Ticket #101, item 1 fixed. * Ticket #101, item 1 fixed.
* Ticket #105, fixed.
* Ticket #84 fixed on x86.
* Other changes: * Other changes:
......
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