diff options
author | Eric Blake <ebb9@byu.net> | 2007-08-20 17:01:18 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-08-20 17:03:45 +0200 |
commit | feed02af9d09527745d10138cc08da9ed0702b7e (patch) | |
tree | acf5df1c403e748267ce956baf720e0bbd26ca0e /po/ChangeLog | |
parent | a05ae2f7168f42d290512ae919bb9ce4aa4d7063 (diff) | |
download | coreutils-feed02af9d09527745d10138cc08da9ed0702b7e.tar.xz |
Avoid consuming too much seekable input when yesno is used.
* bootstrap.conf (gnulib_modules): Grab closein.
* src/system.h (includes): Also include closein.h.
* src/mv.c (main): Use close_stdin, not close_stdout.
* src/cp.c (main): Likewise.
* src/ln.c (main): Likewise.
* src/rm.c (main): Likewise.
* src/install.c (main): Likewise.
* NEWS: Document the fix.
Diffstat (limited to 'po/ChangeLog')
-rw-r--r-- | po/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/po/ChangeLog b/po/ChangeLog index 366ca7489..247a76a2a 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2007-08-19 Eric Blake <ebb9@byu.net> + + * POTFILES.in: Add lib/closein.c. + 2007-08-08 Jim Meyering <jim@meyering.net> Adapt to gnulib's latest xstrtol change. @@ -238,7 +242,7 @@ ----- - Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software + Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Copying and distribution of this file, with or without |