lib/mkdtemp.c


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 cd40ac3e 2006-09-20T20:18:02 Merge from glibc.
Bruno Haible 99099106 2006-09-14T14:18:36 Include <config.h> unconditionally.
Bruno Haible 569a7c62 2006-09-11T12:35:15 mkdtemp can now use the full <inttypes.h>.
Bruno Haible 983deff9 2006-07-22T15:48:49 STAT_MACROS_BROKEN is obsolete.
Bruno Haible b2892d7f 2006-06-28T18:06:12 Fix brought over from gettext.
Bruno Haible eb750bc6 2006-04-24T11:38:06 Include <unistd.h> unconditionally.
Jim Meyering 31589505 2006-02-27T06:37:59 undo last change -- this file is sync'd from gettext
Jim Meyering da326536 2006-02-24T10:09:59 Normalize inclusion of `config.h'.
Paul Eggert 267a39ba 2005-05-14T06:03:57 *** empty log message ***
uid65818 ec02ed21 2003-12-24T13:07:08 updates from savannah outage
Paul Eggert 757bd39e 2003-07-14T22:44:04 Update gettext source files from gettext automatically, using srclist-update.
Bruno Haible 717fa457 2003-02-17T22:49:11 mkdtemp() function: create a private temporary directory.