diff options
author | Roland McGrath <roland@gnu.org> | 2001-01-14 21:56:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-01-14 21:56:43 +0000 |
commit | f16d0273b577bdfdb8c47b65156b003eb221b8f3 (patch) | |
tree | 05ebec7371e6ffb3931c0b8fffd128fc77ef68fb | |
parent | dc46de02cd891138c17ae2c8170c77101a373f90 (diff) |
.
-rw-r--r-- | libstore/ChangeLog | 8 |
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 |