summaryrefslogtreecommitdiff
path: root/src/mktemp.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update all copyright year number rangesPádraig Brady2023-01-011-1/+1
* mktemp: simplify -fsanitize=leak pacificationPaul Eggert2022-01-311-6/+1
* maint: update all copyright year number rangesPádraig Brady2022-01-021-1/+1
* maint: use GNU style for spacingPaul Eggert2021-12-181-1/+1
* maint: use "char const *" rather than "const char *"Pádraig Brady2021-04-111-2/+2
* maint: update all copyright year number rangesPádraig Brady2021-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2020-01-011-1/+1
* maint: update all copyright year number rangesAssaf Gordon2019-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2018-01-011-1/+1
* all: prefer HTTPS in URLsPaul Eggert2017-09-191-1/+1
* maint: update all copyright year number rangesPádraig Brady2017-01-011-1/+1
* all: use die() rather than error(EXIT_FAILURE)Pádraig Brady2016-10-161-14/+15
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2015-01-011-1/+1
* doc: output correct --help references with --program-prefixPádraig Brady2014-09-191-1/+1
* maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert2014-09-081-1/+1
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* mktemp: fix incorrect exit status from previous commitPádraig Brady2013-10-071-1/+2
* mktemp: with --quiet, only suppress I/O errorsPádraig Brady2013-10-061-17/+10
* mktemp: synchronize the -p option with docsPádraig Brady2013-10-061-14/+8
* doc: use semicolon instead of period in option descriptionsBenno Schulenberg2013-08-011-5/+5
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* maint: remove comment that suggested to remove support for mktemp -VJim Meyering2012-05-211-1/+2
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-1/+1
* maint: convert `...' to '...' in --help outputJim Meyering2012-01-091-1/+1
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: fix warning 'possible use of "=" where "==" was intended'Bernhard Voelker2011-07-141-1/+1
* doc: describe the file permissions set by mktempBenoît Knecht2011-07-131-0/+3
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* doc: remove extraneous periods from --help outputPádraig Brady2010-02-111-1/+1
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* mktemp: fix bug with -q and closed stdoutEric Blake2009-11-071-1/+1
* mktemp: use more robust means to avoid double-close of stdoutEric Blake2009-11-051-2/+18
* mktemp: don't try to close stdout twiceJim Meyering2009-11-051-1/+1
* mktemp: don't use suff_len in place of #-of-`X's variableJim Meyering2009-11-051-2/+2
* mktemp: add suffix handlingEric Blake2009-11-051-18/+64
* build: reflect gnulib changes to tempnameEric Blake2009-11-051-2/+4
* mktemp: rearrange --help outputEric Blake2009-11-051-20/+15
* mktemp: don't leave file behind on write failureEric Blake2009-11-051-1/+12
* doc: mention the texinfo documentation in --helpPádraig Brady2009-09-211-1/+1
* mktemp: adapt to new, 3-argument gen_tempname_lenJim Meyering2009-09-191-2/+2
* maint: remove Local Variables: indent-tabs-mode: nil from all sourcesJim Meyering2009-08-251-6/+0
* maint: update all Copyright year lists to include 2009Jim Meyering2009-06-231-1/+1
* mktemp: diagnose freopen failureJim Meyering2008-10-161-1/+3
* * src/mktemp.c (main): Add 'const' twice to avoid GCC warning.Paul Eggert2008-10-161-2/+2
* mktemp: plug an inconsequential leakJim Meyering2008-09-281-1/+2
* mktemp, sort, tac: don't use undefined after mkstemp failureJim Meyering2008-08-141-4/+8
* remove redundant const directivesJim Meyering2008-06-161-1/+1
* add "const" attribute, where possibleJim Meyering2008-06-141-1/+1