summaryrefslogtreecommitdiff
path: root/libstore/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-09-13 07:38:32 +0000
committerRoland McGrath <roland@gnu.org>1999-09-13 07:38:32 +0000
commit85e7f1d7d6166da2dd9b062af31da7175e25b586 (patch)
treeef1f2d18ab470c76ca3d1b9675bd1477e9c19b8e /libstore/ChangeLog
parent2a783565dd9ce52c840fd7c6271717306ead1612 (diff)
.
Diffstat (limited to 'libstore/ChangeLog')
-rw-r--r--libstore/ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index b310529c..c41819b4 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,7 +1,13 @@
+1999-09-09 Roland McGrath <roland@baalperazim.frob.com>
+
+ * rdwr.c (store_write, store_read): Carefully avoid scaling run
+ lengths from blocks to bytes except when we're already sure the
+ run's size in bytes won't overflow size_t.
+
1999-07-11 Thomas Bushnell, BSG <tb@mit.edu>
* argp.c (store_parsed_open): Add more braces to clarify if-else
- structure.
+ structure.
* encode.c: Include <sys/mman.h>
* zero.c: Likewise.
@@ -18,7 +24,7 @@
* copy.c: Likewise.
* gunzip.c: Likewise.
* bunzip2.c: Likewise.
-
+
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
* bunzip2.c (bunzip2): Use mmap instead of vm_allocate.