summaryrefslogtreecommitdiff
path: root/libstore
diff options
context:
space:
mode:
Diffstat (limited to 'libstore')
-rw-r--r--libstore/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index aef75290..049d81b3 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,3 +1,9 @@
+Tue Sep 24 15:15:27 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * zero.c <limits.h>: New include.
+ (zero_open): When no size is specified, use the maximum off_t
+ value, not the maximum size_t value.
+
Mon Sep 23 12:55:43 1996 Miles Bader <miles@gnu.ai.mit.edu>
* storecat.c (main): Use new PARAMS var for passing args to STORE_ARGP.