diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-08 16:50:57 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-08 16:50:57 +0000 |
commit | 963e363388569485a681110708e78f0ffb04f93f (patch) | |
tree | ad385d006f68dc29b908978fe800a2072b9dfcac /lib/ChangeLog | |
parent | 3a1abe74859e734def69fe8f1ee49a9d205f0c76 (diff) | |
download | coreutils-963e363388569485a681110708e78f0ffb04f93f.tar.xz |
* yesno.c: Include getline.h, not ctype.h.
(yesno): Don't remove leading white space; POSIX doesn't allow it.
Use getline to remove arbitrary restriction on response length.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index aa4d9a831..7037d248a 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2005-05-08 Paul Eggert <eggert@cs.ucla.edu> + + * yesno.c: Include getline.h, not ctype.h. + (yesno): Don't remove leading white space; POSIX doesn't allow it. + Use getline to remove arbitrary restriction on response length. + 2005-05-05 Paul Eggert <eggert@cs.ucla.edu> * makepath.c (make_path): chdir to "//", not "/", if the file name |