diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-19 10:00:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-19 10:00:06 +0000 |
commit | c2a79f9f5fa0e426d10b127f96fe6e783fe0bc65 (patch) | |
tree | 65241da6136177c88335e793675d17e77b2787db /m4/ChangeLog | |
parent | 1b6f16a2d0aa1f121e7523bf45413f33d8b9ad69 (diff) | |
download | coreutils-c2a79f9f5fa0e426d10b127f96fe6e783fe0bc65.tar.xz |
*** empty log message ***
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r-- | m4/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index d019b00bb..c914bc0b5 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,7 +1,11 @@ 2001-11-19 Jim Meyering <meyering@lucent.com> - * mkstemp.m4: Close each descriptor immediately so the test - doesn't mistakenly hit the max-open-files limit. + * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary + directory. Use "conftestXXXXXX" as the template. + Suggestion from Paul Eggert. + + * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor immediately + so the test doesn't mistakenly hit the max-open-files limit. 2001-11-18 Jim Meyering <meyering@lucent.com> |