diff options
author | Roland McGrath <roland@gnu.org> | 1999-05-23 17:38:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-05-23 17:38:49 +0000 |
commit | d9f2b83786d358e2294e9f1b457caa7a4b3a8425 (patch) | |
tree | e10762b65c50d2b0d04c4969d61da97a165bd12f | |
parent | 27aac74449762f5fa2e48983afa222750ee0c8a8 (diff) |
.
-rw-r--r-- | libstore/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog index 2a70f651..a682701b 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,3 +1,21 @@ +1999-05-23 Roland McGrath <roland@baalperazim.frob.com> + + * stripe.c (concat_decode): Add __attribute__((unused)) to suppress + warning. + (ileave_decode): Likewise. + + * bunzip2.c: Add extern decl for do_bunzip2. + +1999-05-16 Roland McGrath <roland@baalperazim.frob.com> + + * remap.c (remap_decode): Add attribute((unused)) to suppress warning. + +1999-05-14 Roland McGrath <roland@baalperazim.frob.com> + + * remap.c (remap_open, remap_validate_name): New functions, to support + parsing block lists a la GRUB. + (store_remap_class): Initialize those slots. + 1999-05-01 Mark Kettenis <kettenis@gnu.org> * device.c (store_device_create): Deal with devices that return |