index
:
Erich/coreutils
master
uniq-versuch
uniq-versuch-tools
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mktemp.c
Age
Commit message (
Expand
)
Author
2016-10-16
all: use die() rather than error(EXIT_FAILURE)
Pádraig Brady
2016-01-01
maint: update all copyright year number ranges
Pádraig Brady
2015-01-01
maint: update all copyright year number ranges
Pádraig Brady
2014-09-19
doc: output correct --help references with --program-prefix
Pádraig Brady
2014-09-08
maint: prefer 'return status;' to 'exit (status);' in 'main'
Paul Eggert
2014-01-02
maint: update all copyright year number ranges
Bernhard Voelker
2013-10-07
mktemp: fix incorrect exit status from previous commit
Pádraig Brady
2013-10-06
mktemp: with --quiet, only suppress I/O errors
Pádraig Brady
2013-10-06
mktemp: synchronize the -p option with docs
Pádraig Brady
2013-08-01
doc: use semicolon instead of period in option descriptions
Benno Schulenberg
2013-01-01
maint: update all copyright year number ranges
Jim Meyering
2012-05-21
maint: remove comment that suggested to remove support for mktemp -V
Jim Meyering
2012-01-09
maint: src/*.c: change remaining quotes (without embedded spaces)
Jim Meyering
2012-01-09
maint: convert `...' to '...' in --help output
Jim Meyering
2012-01-07
maint: use new emit_try_help in place of equivalent fprintf
Jim Meyering
2012-01-01
maint: update all copyright year number ranges
Jim Meyering
2011-07-14
maint: fix warning 'possible use of "=" where "==" was intended'
Bernhard Voelker
2011-07-13
doc: describe the file permissions set by mktemp
Benoît Knecht
2011-01-01
maint: update all copyright year number ranges
Jim Meyering
2010-02-11
doc: remove extraneous periods from --help output
Pádraig Brady
2010-01-01
maint: update all FSF copyright year lists to include 2010
Jim Meyering
2009-11-07
mktemp: fix bug with -q and closed stdout
Eric Blake
2009-11-05
mktemp: use more robust means to avoid double-close of stdout
Eric Blake
2009-11-05
mktemp: don't try to close stdout twice
Jim Meyering
2009-11-05
mktemp: don't use suff_len in place of #-of-`X's variable
Jim Meyering
2009-11-05
mktemp: add suffix handling
Eric Blake
2009-11-05
build: reflect gnulib changes to tempname
Eric Blake
2009-11-05
mktemp: rearrange --help output
Eric Blake
2009-11-05
mktemp: don't leave file behind on write failure
Eric Blake
2009-09-21
doc: mention the texinfo documentation in --help
Pádraig Brady
2009-09-19
mktemp: adapt to new, 3-argument gen_tempname_len
Jim Meyering
2009-08-25
maint: remove Local Variables: indent-tabs-mode: nil from all sources
Jim Meyering
2009-06-23
maint: update all Copyright year lists to include 2009
Jim Meyering
2008-10-16
mktemp: diagnose freopen failure
Jim Meyering
2008-10-16
* src/mktemp.c (main): Add 'const' twice to avoid GCC warning.
Paul Eggert
2008-09-28
mktemp: plug an inconsequential leak
Jim Meyering
2008-08-14
mktemp, sort, tac: don't use undefined after mkstemp failure
Jim Meyering
2008-06-16
remove redundant const directives
Jim Meyering
2008-06-14
add "const" attribute, where possible
Jim Meyering
2008-06-03
use gnulib's progname module
Jim Meyering
2008-06-02
declare program_name consistently
Jim Meyering
2008-05-26
convert single-author programs to use proper_name
Jim Meyering
2008-03-19
Check for -- and remove -- some unnecessarily included header files.
Jim Meyering
2008-02-28
Make copyright comments consistent.
Jim Meyering
2007-10-07
New program: mktemp.
Jim Meyering