summaryrefslogtreecommitdiff
path: root/lib/tempname.c
Commit message (Expand)AuthorAgeFilesLines
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* tempname: avoid unused parameter warningsÁngel González2015-04-141-2/+2
* tempname: allow compilation with C++ (trivial)Mike Miller2015-02-171-7/+7
* maint: various whitespace cleanups in tempnamePádraig Brady2015-02-111-3/+4
* tempname: new try_tempname functionAndreas Gruenbacher2015-02-041-50/+67
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* tempname: use secure_getenvPaul Eggert2013-02-041-4/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint.mk: prohibit common grammar error: "all these"Jim Meyering2012-06-101-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* Remove unused macros from !_LIBC code in glibc-borrowed files.Bruno Haible2011-11-281-2/+0
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-3/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-69/+69
* tempname: resync from glibcEric Blake2009-11-041-12/+18
* New module 'mkostemp'.Bruno Haible2009-08-231-14/+7
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-6/+5
* * MODULES.html.sh (Support for systems lacking POSIX:2001): NewPaul Eggert2007-01-181-10/+3
* * lib/tempname.c (gen_tempname): Remove variant that invokesEric Blake2006-11-091-13/+0
* * MODULES.html.sh: Document tempname.Eric Blake2006-10-271-1/+19
* * tempname.c (__gen_tempname): Change attempts_minPaul Eggert2006-09-201-2/+6
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-1/+1
* Add and change modules to make it easier for coreutils to usePaul Eggert2006-08-211-7/+1
* * tempname.c (small_open, large_open): New macros.Paul Eggert2006-05-251-5/+7
* Sync from coreutils.Paul Eggert2005-09-231-3/+1
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+1
* Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,Jim Meyering2005-07-021-3/+1
* Sync from coreutils.Paul Eggert2005-06-021-3/+3
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Merge from coreutils.Paul Eggert2005-05-021-25/+2
* Remove K&R cruft.Paul Eggert2003-09-121-5/+1
* in lib:Paul Eggert2003-05-291-2/+3
* More consistent inttypes.h / stdint.h handling.Bruno Haible2003-01-061-0/+3
* change license to gpl.Karl Berry2002-11-251-13/+14
* Don't declare getenv, thus reverting the change of 2001-11-18.Jim Meyering2001-12-021-7/+0
* Include stdlib.h unconditionally. On some old systems for whichJim Meyering2001-11-271-1/+2
* Merge with version from libc.Jim Meyering2001-11-271-17/+50
* (TMP_MAX): Remove; no longer needed.Jim Meyering2001-11-191-5/+8
* [!HAVE_DECL_GETENV]: Declare getenv to avoid warning on SunOS4.Jim Meyering2001-11-181-1/+8
* (uint64_t): Define to uintmax_t ifJim Meyering2001-03-161-0/+9
* from GNU libcJim Meyering2001-03-021-0/+297