diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-26 00:10:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-26 00:10:56 +0000 |
commit | 1cb5cdf2ec7735370e0e3a476184a7377b9b732e (patch) | |
tree | 08dbc38d742504bde26677c124363c48d31493d2 /libstore | |
parent | e280e9a3145aebbb3673b3fdc0f3ab3f72506451 (diff) |
.
Diffstat (limited to 'libstore')
-rw-r--r-- | libstore/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog index 60a8e0bb..6c525901 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,5 +1,16 @@ 2001-08-25 Roland McGrath <roland@frob.com> + * part.c (store_part_create): Do a run-time check on ped_get_version. + +2001-08-25 Neal H Walfield <neal@cs.uml.edu> + + * part.c: New file. + * std.c (store_std_classes): Add store_part_class. + * store.h (store_part_create): New prototype. + (store_part_open): Likewise. + +2001-08-25 Roland McGrath <roland@frob.com> + * Makefile (parted.o, parted_pic.o): Pass -nostdlib. 2001-08-25 Neal H Walfield <neal@cs.uml.edu> |