diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-09 17:02:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-09 17:02:23 +0000 |
commit | f126ef6731021d7796f88800eb59106388683280 (patch) | |
tree | a83034b45cbc94d0923ea5d4e5175257a7d781ca /ChangeLog | |
parent | 90feeaa2ebef8b807cfb774bcbe311325eae0b3b (diff) | |
download | glibc-f126ef6731021d7796f88800eb59106388683280.tar.gz glibc-f126ef6731021d7796f88800eb59106388683280.tar.xz glibc-f126ef6731021d7796f88800eb59106388683280.zip |
Update.
2001-02-09 Ulrich Drepper <drepper@redhat.com> * locale/programs/linereader.c (get_ident): Stop loop if EOF. Use lr_ungetc to push back last read character. * locale/programs/linereader.h (lr_ungetc): Don't push back is character is EOF. (lr_ignore_rest): Don't warn about garbage if it is really the end of the file. * manual/Makefile: Use ifnottext and not ifinfo to protect Top node definition.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 863869de52..487029f72a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2001-02-09 Ulrich Drepper <drepper@redhat.com> + + * locale/programs/linereader.c (get_ident): Stop loop if EOF. Use + lr_ungetc to push back last read character. + * locale/programs/linereader.h (lr_ungetc): Don't push back is + character is EOF. + (lr_ignore_rest): Don't warn about garbage if it is really the end + of the file. + + * manual/Makefile: Use ifnottext and not ifinfo to protect Top node + definition. + 2001-02-08 Ulrich Drepper <drepper@redhat.com> * Makerules (build-shlib): Work around different order of |