Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-09 | Update from gnulib. | Paul Eggert | |
2005-09-22 | Sync from gnulib. | Paul Eggert | |
2005-07-01 | Don't check for fcntl.h anymore. Now we assume it exists and is usable. | Jim Meyering | |
2005-04-29 | (gl_PREREQ_TEMPNAME): Check stdint.h only once. | Paul Eggert | |
Don't require AC_HEADER_STAT. | |||
2005-01-23 | Use an all-permissive copyright notice, recommended by RMS. | Paul Eggert | |
2005-01-03 | Remove `.tmp' suffix; mkstemp requires that XXXXXX be a suffix. | Jim Meyering | |
2005-01-03 | (gl_FUNC_MKSTEMP): Don't `cd' into the temporary | Jim Meyering | |
subdirectory. That would make the subsequent AC_TRY_RUN macro fail, for lack of the ./confdefs.h file. Instead, use the temporary directory name as a prefix on the template string. Include <unistd.h> for the declaration of close. | |||
2004-12-21 | (gl_FUNC_MKSTEMP): Remove temporary directory right | Jim Meyering | |
away, rather than waiting for configure's at-exit trap code to do it. Suggestion from Stepan Kasal. | |||
2004-12-21 | adjust indentation | Jim Meyering | |
2004-12-20 | Do the `cd' in a subshell. | Jim Meyering | |
2004-12-20 | Rather than using "conftestXXXXXX" as the mkstemp | Jim Meyering | |
template, use a temporary directory and an 8.3-friendly template to avoid trouble on systems like DJGPP. | |||
2004-04-20 | Change 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-13 | Change `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-27 | Require that the system mkstemp be able to create | Jim 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-17 | Sync 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-20 | update comment to reflect that SunOS4, solaris2.5.1 lose, too. | Jim Meyering | |
2001-11-19 | (UTILS_FUNC_MKSTEMP): Don't bother with a temporary | Jim Meyering | |
directory. Use "conftestXXXXXX" as the template. Suggestion from Paul Eggert. | |||
2001-11-19 | Close each descriptor immediately so the test | Jim 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. |