diff options
author | Roland McGrath <roland@gnu.org> | 2001-12-29 00:34:05 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-12-29 00:34:05 +0000 |
commit | 8b73f5b1b2ca8deb9839ac003bf7ef5f0fc8ce75 (patch) | |
tree | 3c674a96e7e831acd7ad62ec812245eab6523cb3 | |
parent | dd358e9930776f917585708e437d4a69063e339c (diff) |
.
-rw-r--r-- | libstore/ChangeLog | 9 | ||||
-rw-r--r-- | utils/ChangeLog | 4 |
2 files changed, 13 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog index 4bd55f13..3b59f335 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,3 +1,12 @@ +2001-12-26 Roland McGrath <roland@frob.com> + + * unknown.c: New file. + * Makefile (SRCS): Add it. + * store.h (store_unknown_class, store_unknown_decode): Declare them. + * create.c (store_create): If store_decode fails with EINVAL, + and we were called with the STORE_NO_FILEIO flag bit set, + then use store_unknown_decode. + 2001-12-23 Roland McGrath <roland@frob.com> * kids.c (store_set_child_flags): Move decrement to avoid ill-defined diff --git a/utils/ChangeLog b/utils/ChangeLog index 42943cbe..c22d094a 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,7 @@ +2001-12-28 Roland McGrath <roland@frob.com> + + * storeinfo.c (main): Pass STORE_NO_FILEIO to store_create. + 2001-11-23 Roland McGrath <roland@frob.com> * gcore.c: New file (previously ../exec/gcore.c). Update the code. |