lib/mkdtemp.c


Log

Author Commit Date CI Message
Jim Meyering d60f3b0c 2011-01-01T20:17:23 maint: update almost all copyright ranges to include 2011 Run the new "make update-copyright" rule.
Jim Meyering b2e2010c 2010-01-01T10:31:12 update nearly all FSF copyright year lists to include 2010 Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
Eric Blake 83e04503 2009-11-17T11:53:14 mkstemp: avoid conflict with C++ keyword template Just because glibc uses K&R, and uses template as an identifier, doesn't mean we have to. * lib/mkdtemp.c (mkdtemp): Change spelling of template. * lib/mkostemp.c (mkostemp): Likewise. * lib/mkostemps.c (mkostemps): Likewise. * lib/mkstemp.c (mkstemp): Likewise. * lib/mkstemps.c (mkstemps): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
Eric Blake 8eb3f17f 2009-11-02T13:19:27 tempname: resync from glibc * lib/tempname.c (__gen_tempname): Add suffixlen argument. Use same values for __GT_FILE as glibc. Abort even when assertions are disabled. * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and match its value otherwise. Allow idempotent inclusion. * lib/mkdtemp.c (mkdtemp): Adjust caller. * lib/mkostemp.c (mkostemp): Likewise. * lib/mkstemp.c (mkstemp): Likewise. * lib/tmpfile.c (tmpfile): Likewise. * NEWS: Document this. Signed-off-by: Eric Blake <ebb9@byu.net>
Bruno Haible 0aa929ca 2009-08-23T14:11:27 New module 'mkostemp'.
Bruno Haible 57fdfd3f 2007-10-07T19:14:58 Change copyright notice from GPLv2+ to GPLv3+.
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.