source: tags/vers-0.961/@Release Notes 0.96@ 17

Last change on this file since 17 was 3, checked in by Gail Zacharias, 17 years ago

Recovered version 0.961 from Sheldon Ball <s.ball@…>

File size: 1.9 KB
Line 
1This file contains release note for version 0.96 of Wood.
2
3Changes since 0.95
4------------------
5The code in "wood:patches;break-loop-patch" is now part of MCL, so it is no
6longer loaded.
7
8Fixes for bugs discovered while porting Apple Dylan to MCL-PPC 3.9.
9
10Mod Histories
11-------------
12block-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
20btrees.lisp
21;;; 08/27/96 bill Wrap an eval-when around the definition of *enable-debug-break* as
22;;; suggested by Rainer Joswig.
23
24disk-cache-accessors.lisp
25;; 06/14/96 bill AlanR's fix to read-double-float
26
27load-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
34persistent-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
39q.lisp
40;; 08/27/96 bill Added copyright and mod history comments
41
42split-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
Note: See TracBrowser for help on using the repository browser.