diff options
author | Jim Meyering <jim@meyering.net> | 2005-08-12 08:06:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-08-12 08:06:56 +0000 |
commit | 68b0358b66daa89cf499e6a4b455972df79f6a6c (patch) | |
tree | e078119fff8067ad473498eadd1db669fb4f86f1 | |
parent | f6ab92093a0e199da1fa0085829a2427709ed79d (diff) | |
download | coreutils-68b0358b66daa89cf499e6a4b455972df79f6a6c.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,14 @@ * Version 5.3.1. + Add bulletproofing in case stdin is closed. + * src/dircolors.c (have_read_stdin): Remove global variable. + (dc_parse_stream): Always use stdin (freopen, if needed) rather + than sometimes using fopen to get a new file descriptor. + Call fclose unconditionally. + (main): Don't close stdin here. If needed, now it's already done + by dc_parse_stream. + * src/dircolors.c (dc_parse_file): Remove comment about now-removed OPENOPTS. |