| 1 | This file contains release note for version 0.96 of Wood.
|
|---|
| 2 |
|
|---|
| 3 | Changes since 0.95
|
|---|
| 4 | ------------------
|
|---|
| 5 | The code in "wood:patches;break-loop-patch" is now part of MCL, so it is no
|
|---|
| 6 | longer loaded.
|
|---|
| 7 |
|
|---|
| 8 | Fixes for bugs discovered while porting Apple Dylan to MCL-PPC 3.9.
|
|---|
| 9 |
|
|---|
| 10 | Mod Histories
|
|---|
| 11 | -------------
|
|---|
| 12 | block-io-mcl.lisp
|
|---|
| 13 | ;; 07/20/96 bill databases-locked-p, with-databases-unlocked, & funcall-with-databases-unlocked
|
|---|
| 14 | ;; are already part of CCL 4.0. Bind *warn-if-redefine*, etc. appropriately.
|
|---|
| 15 | ;; 07/06/96 bill provide block-io-mcl, not block-io.
|
|---|
| 16 | ;; 05/21/96 bill PPC versions of %fread-bytes & %fwrite-bytes now work correctly
|
|---|
| 17 | ;; if the starting file or buffer position is odd.
|
|---|
| 18 | ;; They use %copy-ivector-to-ivector instead of local code.
|
|---|
| 19 |
|
|---|
| 20 | btrees.lisp
|
|---|
| 21 | ;;; 08/27/96 bill Wrap an eval-when around the definition of *enable-debug-break* as
|
|---|
| 22 | ;;; suggested by Rainer Joswig.
|
|---|
| 23 |
|
|---|
| 24 | disk-cache-accessors.lisp
|
|---|
| 25 | ;; 06/14/96 bill AlanR's fix to read-double-float
|
|---|
| 26 |
|
|---|
| 27 | load-wood.lisp
|
|---|
| 28 | ;; 07/20/96 bill import databases-locked-p, with-databases-unlocked, funcall-with-databases-unlocked
|
|---|
| 29 | ;; from CCL.
|
|---|
| 30 | ;; Don't load break-loop-patch if ccl::databases-locked-p is fbound
|
|---|
| 31 | ;; 07/09/96 bill AlanR's fix to (setf (logical-pathname-translations "wood") ...)
|
|---|
| 32 | ;; (pathname-directory ...) -> (or (pathname-directory ...) '(:absolute))
|
|---|
| 33 |
|
|---|
| 34 | persistent-heap.lisp
|
|---|
| 35 | ;; 05/21/96 bill new functions p-store-bit-vector & p-load-bit-vector.
|
|---|
| 36 | ;; Enter them in the $v_bitv slot of *p-store-subtype-functions*
|
|---|
| 37 | ;; and *p-load-subtype-functions*, respectively.
|
|---|
| 38 |
|
|---|
| 39 | q.lisp
|
|---|
| 40 | ;; 08/27/96 bill Added copyright and mod history comments
|
|---|
| 41 |
|
|---|
| 42 | split-lfun.lisp
|
|---|
| 43 | ;; 05/28/96 bill %patch-lfun-immediates uses uvsize instead of length on the lfun
|
|---|
| 44 | ;; split-lfun, join-lfun, & join-lfun-with-dummy-immediates special
|
|---|
| 45 | ;; case closures and are a little more efficient.
|
|---|
| 46 |
|
|---|