summaryrefslogtreecommitdiff
path: root/libstore/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2000-12-21 07:47:58 +0000
committerRoland McGrath <roland@gnu.org>2000-12-21 07:47:58 +0000
commit15df16bf8667f96364265f7bd80f4c338daffa87 (patch)
tree03f023ef91d9322774efa55ed08fb7bc25bcb854 /libstore/ChangeLog
parentba85f6c77981db6f3bfba1d40a1d211a0c6c26ce (diff)
.
Diffstat (limited to 'libstore/ChangeLog')
-rw-r--r--libstore/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index d526249c..cb529cee 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,5 +1,9 @@
2000-12-20 Roland McGrath <roland@frob.com>
+ * zero.c (zero_open): Check for END being null after strtoul call.
+ If character following number (*END) is b, multiply size by 512;
+ k or K, by 1024; m or M by 1024*1024; g or G by 1024*1024*1024.
+
* store.h (struct store_class): Fix typo in comment.
* copy.c (copy_read): When reading whole aligned pages, use vm_read.