summaryrefslogtreecommitdiff
path: root/m4/mkstemp.m4
AgeCommit message (Collapse)Author
2004-04-20Change UTILS_ to gl_ in AC_DEFINE'd names.Jim Meyering
Change utils_- and jm_-prefixed variables, too. (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
2004-04-13Change `jm_' in AC_DEFINE'd names to `gl_'. Update all uses.Jim Meyering
2003-09-13(jm_PREREQ_TEMPNAME): Do not require standard C headers.Jim Meyering
2003-08-27Require that the system mkstemp be able to createJim Meyering
70 temporary files, not just 30. Tru64 V4.0F's mkstemp function would fail after 32. Reported by Danny Levinson. Details here: http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
2003-08-17Sync with gnulib.Jim Meyering
2003-07-23 Normalize naming of Sun operating systems in comments, e.g., SunOS4 -> SunOS 4,Jim Meyering
Solaris5.9 -> Solaris 9. From Paul Eggert.
2001-11-20update comment to reflect that SunOS4, solaris2.5.1 lose, too.Jim Meyering
2001-11-19(UTILS_FUNC_MKSTEMP): Don't bother with a temporaryJim Meyering
directory. Use "conftestXXXXXX" as the template. Suggestion from Paul Eggert.
2001-11-19Close each descriptor immediately so the testJim Meyering
doesn't mistakenly hit the max-open-files limit.
2001-11-17(UTILS_FUNC_MKSTEMP): New file and macro.Jim Meyering
Prompted by a report from Bob Proulx.