summaryrefslogtreecommitdiff
path: root/src/mktemp.c
AgeCommit message (Expand)Author
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-10-07mktemp: fix incorrect exit status from previous commitPádraig Brady
2013-10-06mktemp: with --quiet, only suppress I/O errorsPádraig Brady
2013-10-06mktemp: synchronize the -p option with docsPádraig Brady
2013-08-01doc: use semicolon instead of period in option descriptionsBenno Schulenberg
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-05-21maint: remove comment that suggested to remove support for mktemp -VJim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-07-14maint: fix warning 'possible use of "=" where "==" was intended'Bernhard Voelker
2011-07-13doc: describe the file permissions set by mktempBenoît Knecht
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-02-11doc: remove extraneous periods from --help outputPádraig Brady
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-11-07mktemp: fix bug with -q and closed stdoutEric Blake
2009-11-05mktemp: use more robust means to avoid double-close of stdoutEric Blake
2009-11-05mktemp: don't try to close stdout twiceJim Meyering
2009-11-05mktemp: don't use suff_len in place of #-of-`X's variableJim Meyering
2009-11-05mktemp: add suffix handlingEric Blake
2009-11-05build: reflect gnulib changes to tempnameEric Blake
2009-11-05mktemp: rearrange --help outputEric Blake
2009-11-05mktemp: don't leave file behind on write failureEric Blake
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-09-19mktemp: adapt to new, 3-argument gen_tempname_lenJim Meyering
2009-08-25maint: remove Local Variables: indent-tabs-mode: nil from all sourcesJim Meyering
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering
2008-10-16mktemp: diagnose freopen failureJim Meyering
2008-10-16* src/mktemp.c (main): Add 'const' twice to avoid GCC warning.Paul Eggert
2008-09-28mktemp: plug an inconsequential leakJim Meyering
2008-08-14mktemp, sort, tac: don't use undefined after mkstemp failureJim Meyering
2008-06-16remove redundant const directivesJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02declare program_name consistentlyJim Meyering
2008-05-26convert single-author programs to use proper_nameJim Meyering
2008-03-19Check for -- and remove -- some unnecessarily included header files.Jim Meyering
2008-02-28Make copyright comments consistent.Jim Meyering
2007-10-07New program: mktemp.Jim Meyering