diff options
author | Miles Bader <miles@gnu.org> | 1997-02-13 03:04:56 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-02-13 03:04:56 +0000 |
commit | 919099f76b4dd19eb120b18971cd853e9c3da527 (patch) | |
tree | 8f2108f222d52131432878ded1b70c3087ce7f70 | |
parent | de257b3f171fb9e7f52512d43cdceb92f375ec7b (diff) |
.
-rw-r--r-- | libshouldbeinlibc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog index d9208f55..8e4f42ec 100644 --- a/libshouldbeinlibc/ChangeLog +++ b/libshouldbeinlibc/ChangeLog @@ -1,5 +1,10 @@ Wed Feb 12 00:35:21 1997 Miles Bader <miles@gnu.ai.mit.edu> + * argp-fmtstream.c (_GNU_SOURCE): New macro. + <ctype.h>: New include. + [!isblank] (isblank): New macro. + * argp-fmtstream.h <ctype.h>: Include removed. + * argp-parse.c (parser_parse_next): Decrement PARSER->state.next if we consumed an arg we didn't end up parsing. Set ARG_EBADKEY ourselves in all cases. |