maint: fix typos found by misspellings
[platform/upstream/coreutils.git] / src / mktemp.c
2012-05-21 Jim Meyeringmaint: remove comment that suggested to remove support...
2012-01-09 Jim Meyeringmaint: src/*.c: change remaining quotes (without embedd...
2012-01-09 Jim Meyeringmaint: convert `...' to '...' in --help output
2012-01-07 Jim Meyeringmaint: use new emit_try_help in place of equivalent...
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-07-14 Bernhard Voelkermaint: fix warning 'possible use of "=" where "=="...
2011-07-13 Benoît Knechtdoc: describe the file permissions set by mktemp
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-02-11 Pádraig Bradydoc: remove extraneous periods from --help output
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-11-07 Eric Blakemktemp: fix bug with -q and closed stdout
2009-11-05 Eric Blakemktemp: use more robust means to avoid double-close...
2009-11-05 Jim Meyeringmktemp: don't try to close stdout twice
2009-11-05 Jim Meyeringmktemp: don't use suff_len in place of #-of-`X's variable
2009-11-05 Eric Blakemktemp: add suffix handling
2009-11-05 Eric Blakebuild: reflect gnulib changes to tempname
2009-11-05 Eric Blakemktemp: rearrange --help output
2009-11-05 Eric Blakemktemp: don't leave file behind on write failure
2009-09-21 Pádraig Bradydoc: mention the texinfo documentation in --help
2009-09-19 Jim Meyeringmktemp: adapt to new, 3-argument gen_tempname_len
2009-08-25 Jim Meyeringmaint: remove Local Variables: indent-tabs-mode: nil...
2009-06-23 Jim Meyeringmaint: update all Copyright year lists to include 2009
2008-10-16 Jim Meyeringmktemp: diagnose freopen failure
2008-10-16 Paul Eggert* src/mktemp.c (main): Add 'const' twice to avoid GCC...
2008-09-28 Jim Meyeringmktemp: plug an inconsequential leak
2008-08-14 Jim Meyeringmktemp, sort, tac: don't use undefined after mkstemp...
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-05-26 Jim Meyeringconvert single-author programs to use proper_name
2008-03-19 Jim MeyeringCheck for -- and remove -- some unnecessarily included...
2008-02-28 Jim MeyeringMake copyright comments consistent.
2007-10-07 Jim MeyeringNew program: mktemp.