summaryrefslogtreecommitdiffstats
path: root/src/mktemp.c
AgeCommit message (Expand)AuthorLines
2010-02-11doc: remove extraneous periods from --help outputPádraig Brady-1/+1
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-1/+1
2009-11-07mktemp: fix bug with -q and closed stdoutEric Blake-1/+1
2009-11-05mktemp: use more robust means to avoid double-close of stdoutEric Blake-2/+18
2009-11-05mktemp: don't try to close stdout twiceJim Meyering-1/+1
2009-11-05mktemp: don't use suff_len in place of #-of-`X's variableJim Meyering-2/+2
2009-11-05mktemp: add suffix handlingEric Blake-18/+64
2009-11-05build: reflect gnulib changes to tempnameEric Blake-2/+4
2009-11-05mktemp: rearrange --help outputEric Blake-20/+15
2009-11-05mktemp: don't leave file behind on write failureEric Blake-1/+12
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+1
2009-09-19mktemp: adapt to new, 3-argument gen_tempname_lenJim Meyering-2/+2
2009-08-25maint: remove Local Variables: indent-tabs-mode: nil from all sourcesJim Meyering-6/+0
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering-1/+1
2008-10-16mktemp: diagnose freopen failureJim Meyering-1/+3
2008-10-16* src/mktemp.c (main): Add 'const' twice to avoid GCC warning.Paul Eggert-2/+2
2008-09-28mktemp: plug an inconsequential leakJim Meyering-1/+2
2008-08-14mktemp, sort, tac: don't use undefined after mkstemp failureJim Meyering-4/+8
2008-06-16remove redundant const directivesJim Meyering-1/+1
2008-06-14add "const" attribute, where possibleJim Meyering-1/+1
2008-06-03use gnulib's progname moduleJim Meyering-4/+1
2008-06-02declare program_name consistentlyJim Meyering-1/+1
2008-05-26convert single-author programs to use proper_nameJim Meyering-1/+1
2008-03-19Check for -- and remove -- some unnecessarily included header files.Jim Meyering-1/+0
2008-02-28Make copyright comments consistent.Jim Meyering-6/+5
2007-10-07New program: mktemp.Jim Meyering-0/+292