From 7e2b82e92f1ee97257dfef1d3c59d33f623b22d9 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 16 Jan 2001 11:51:26 +0000 Subject: . --- libstore/ChangeLog | 6 ++++++ storeio/ChangeLog | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/libstore/ChangeLog b/libstore/ChangeLog index d95394c3..6eaa7d03 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,3 +1,9 @@ +2001-01-16 Roland McGrath + + * store.h (struct store_argp_params): Add member `store_optional'. + * argp.c (parse_opt): If store_optional is set, don't make it an error + when there are no store arguments and the type doesn't validate that. + 2001-01-14 Roland McGrath * encode.c (too_big): New static function. diff --git a/storeio/ChangeLog b/storeio/ChangeLog index 8619d5f9..216cf3cb 100644 --- a/storeio/ChangeLog +++ b/storeio/ChangeLog @@ -1,3 +1,12 @@ +2001-01-16 Roland McGrath + + * storeio.c (parse_opt): Set PARAMS->store_params.store_optional. + (storeio_fsys): New global variable. + (main): Use it. + * dev.h: Declare it. + * dev.c (dev_open): If DEV->store_name is null, open the underlying + node using store_create. + 2000-07-26 Mark Kettenis * Makefile (HURDLIBS): Reorder libs such that the threads lib -- cgit v1.2.3