Sync from coreutils.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 15 May 2005 04:45:43 +0000 (04:45 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 15 May 2005 04:45:43 +0000 (04:45 +0000)
commit6ef9a07334fff72a0f4ae8e548c303fdcc27eee8
tree5a7a44abfce8a7af1c05c7cb3405b4f09d3580a9
parent6322c57beca9f21d140fe97d2ce14eae8216722d
Sync from coreutils.
* modules/yesno (Depends-on): Add getline.
* gethrxtime.c, gethrxtime.h, getpass.h, mountlist.h, path-concat.c,
regex.h, strtoll.c, unlocked-io.h, xtime.h:
White space changes only.
* makepath.c (make_path): Port to hosts where leading "//" is special.
* 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.
14 files changed:
ChangeLog
lib/ChangeLog
lib/gethrxtime.c
lib/gethrxtime.h
lib/getpass.h
lib/makepath.c
lib/mountlist.h
lib/path-concat.c
lib/regex.h
lib/strtoll.c
lib/unlocked-io.h
lib/xtime.h
lib/yesno.c
modules/yesno