diff options
author | Roland McGrath <roland@gnu.org> | 2001-01-16 11:51:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-01-16 11:51:26 +0000 |
commit | 7e2b82e92f1ee97257dfef1d3c59d33f623b22d9 (patch) | |
tree | 7d0aa0227ab72e93b3276643f9dc2697c8eeea92 /libstore | |
parent | 73cca3c79358164f2baa93ad75072998fed44cf4 (diff) |
.
Diffstat (limited to 'libstore')
-rw-r--r-- | libstore/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
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 <roland@frob.com> + + * 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 <roland@frob.com> * encode.c (too_big): New static function. |