modules/mkdtemp


Log

Author Commit Date CI Message
Bruno Haible aa450ef4 2007-02-18T15:42:40 mkdtemp.h is replaced with <stdlib.h>.
Eric Blake 81a77bdd 2006-11-01T03:46:10 * modules/tmpdir (Depends-on): Add sys_stat. * modules/mkdtemp (Depends-on): Add tempname, drop unistd. * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this. * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat. * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to tempname.
Bruno Haible 5eeec029 2006-10-13T12:40:22 gnulib-tool now synthesizes the EXTRA_DIST line.
Bruno Haible e8684643 2006-10-12T18:52:30 Distribute all lib/* source files through EXTRA_DIST.
Bruno Haible 569a7c62 2006-09-11T12:35:15 mkdtemp can now use the full <inttypes.h>.
Bruno Haible eb750bc6 2006-04-24T11:38:06 Include <unistd.h> unconditionally.
Bruno Haible 5143f4e9 2004-09-22T15:11:04 Add a license tag to every module.
Bruno Haible 717fa457 2003-02-17T22:49:11 mkdtemp() function: create a private temporary directory.