summaryrefslogtreecommitdiff
path: root/libstore
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-01-14 21:56:43 +0000
committerRoland McGrath <roland@gnu.org>2001-01-14 21:56:43 +0000
commitf16d0273b577bdfdb8c47b65156b003eb221b8f3 (patch)
tree05ebec7371e6ffb3931c0b8fffd128fc77ef68fb /libstore
parentdc46de02cd891138c17ae2c8170c77101a373f90 (diff)
.
Diffstat (limited to 'libstore')
-rw-r--r--libstore/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index 83cea5fb..88423d8b 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,3 +1,9 @@
+2001-01-14 Roland McGrath <roland@frob.com>
+
+ * encode.c (too_big): New static function.
+ (store_std_leaf_encode): Use it to return EOVERFLOW if a run
+ does not fit in an int.
+
2001-01-09 Marcus Brinkmann <marcus@gnu.org>
* device.c (store_device_create): Protect code of last change with
@@ -10,7 +16,7 @@
* device.c (enforce): First try DEV_GET_RECORDS, and only fall
back to DEV_GET_STORE if this fails with D_INVALID_OPERATION.
(store_device_create): Likewise, but fall back for any failure.
-
+
2001-01-08 Marcus Brinkmann <marcus@gnu.org>
* zero.c (zero_remap): Change type of variables length, old_length