|
Last change
on this file since 8 was 3, checked in by Gail Zacharias, 17 years ago |
|
Recovered version 0.961 from Sheldon Ball <s.ball@…>
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | This file contains release note for version 0.961 of Wood.
|
|---|
| 2 |
|
|---|
| 3 | Changes since 0.96
|
|---|
| 4 | ------------------
|
|---|
| 5 | It now works to save and restore floats from MCL-PPC.
|
|---|
| 6 | Version 096 and earlier stored/loaded only the high 32
|
|---|
| 7 | bits of the float, missing 32 bits of mantissa. If you
|
|---|
| 8 | have any databases generated with MCL-PPC containing floats,
|
|---|
| 9 | you'll need to regenerate them (unless you don't care about the
|
|---|
| 10 | loss of precision).
|
|---|
| 11 |
|
|---|
| 12 | MCL-PPC can now also load short floats from a database created
|
|---|
| 13 | by MCL 2.0.x or 3.0.x. It converts them to double floats on loading,
|
|---|
| 14 | since that is the only kind of float that MCL-PPC supports.
|
|---|
| 15 |
|
|---|
| 16 | Mod Histories
|
|---|
| 17 | -------------
|
|---|
| 18 | disk-cache-accessors.lisp
|
|---|
| 19 | ;; 09/19/96 bill The PPC version of %%load-pointer handles short floats now via %%load-short-float
|
|---|
| 20 | ;; 09/18/96 bill Fix brain-damage in PPC versions of read-double-float and (setf read-double-float)
|
|---|
| 21 |
|
|---|
| 22 | load-wood.lisp
|
|---|
| 23 | ;; 09/20/96 bill The WOOD package definition mentions the imported symbols as symbols,
|
|---|
| 24 | ;; not strings, for versions of MCL that don't already include them (e.g. 3.9).
|
|---|
| 25 |
|
|---|
| 26 | wood.lisp
|
|---|
| 27 | ;; 09/20/96 bill resignal the error in the handler-case if not a wrong fasl version error
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.