mktemp

log

age author description
4 months ago Todd C. Miller Add DESTDIR supportdefault tip
4 months ago Todd C. Miller Adjust release date of 1.7
4 months ago Todd C. Miller Update copyright years to match reality
4 months ago Todd C. Miller Use pax to build the distribution and update the copyright notice.
4 months ago Todd C. Miller Use PACKAGE_VERSION instead of specifying it directly in the Makefile
4 months ago Todd C. Miller Bump version to 1.7
4 months ago Todd C. Miller Don't underrun the buffer when the template is all X's.
4 months ago Todd C. Miller Remove $Id$ strings
4 months ago Todd C. Miller Use troff escape sequence for grave accent accent so that the
7 months ago convert-repo update tags
17 months ago Todd C. Miller An empty path is an error.
17 months ago Todd C. Miller Double the number of tries to help mitigate the effect of duplicate
18 months ago Todd C. Miller Make upper bound on tries UINT_MAX
20 months ago Todd C. Miller Don't stop looking for Xs if tries is too big.
20 months ago Todd C. Miller Use digits in tempfile name in addition to letters
2008-09-02 Todd C. Miller Fix build under Mingw+MSys. Adapted from a patch by Carlo Bramini.
2008-08-20 Todd C. Miller simplify arc4random_uniform test
2008-08-19 Todd C. Miller Add my copyright.
2008-08-18 Todd C. Miller sync
2008-08-18 Todd C. Miller Add prngd support.
2008-08-18 Todd C. Miller Remove unused vars.
2008-08-17 Todd C. Miller version 1.6
2008-08-17 Todd C. Miller Add long options for compatibility with GNU coreutils version.
2008-08-17 Todd C. Miller Install mktemp.1, not $(PROG).1 since $(PROG) may have a suffix
2008-08-17 Todd C. Miller Use $(LDFLAGS) in link line. Closes bug #129
2008-08-17 Todd C. Miller merge arc4random portion
2008-08-17 Todd C. Miller Update license with arc4random copyright.
2008-08-17 Todd C. Miller Update version and build arc4random.c, not random.c.
2008-08-17 Todd C. Miller Update to autoconf 2.61
2008-08-17 Todd C. Miller Rewrite. The XXX's are now replaced only with random values; the pid
2008-08-17 Todd C. Miller We now use arc4random_uniform() instead of random() or lrand48().
2008-08-17 Todd C. Miller arc4random() from OpenBSD
2008-08-17 Todd C. Miller Remove extra __P definition
2008-08-17 Todd C. Miller simplify a bit
2004-04-26 Todd C. Miller license update and sync w/ mdoc version
2004-04-26 Todd C. Miller update license
2003-04-01 Todd C. Miller checkpoint for version 1.5
2003-03-24 Todd C. Miller ++version
2003-03-24 Todd C. Miller EBCDIC support; partially based on a patch from Dirk Schwartzkopff
2003-03-24 Todd C. Miller regen
2003-03-24 Todd C. Miller o use AC_MSG_* instead of echo
2003-03-24 Todd C. Miller add back a line mistakenly removed in the last commit
2003-03-24 Todd C. Miller Remove mkstemps() and its tentacles.
2003-03-22 Todd C. Miller Don't decrement the current character pointer past the beginning of the
2001-11-26 Todd C. Miller don't need to specify '/mktemp' in urls
2001-11-26 Todd C. Miller mktemp.org, not courtesan.com
2001-11-13 Todd C. Miller use $(OBJEXT) and $(EXEEXT)MKTEMP_1_4
2001-11-12 Todd C. Miller update for 1.4
2001-11-12 Todd C. Miller o Bring back usage of STDC_HEADERS.
2001-11-12 Todd C. Miller regen
2001-11-12 Todd C. Miller remove redundant tests that are performed automatically
2001-11-12 Todd C. Miller version 1.4
2001-11-12 Todd C. Miller Sync with OpenBSD version.
2001-11-12 Todd C. Miller config.h.in is now generated by autoheader
2001-11-12 Todd C. Miller Add directives for autoheader
2001-10-03 Todd C. Miller don't bother prototyping malloc(); if the headers don't do this it is not our concern
2001-10-03 Todd C. Miller define away __attribute__ for non-gcc or gcc < 2.5
2001-10-03 Todd C. Miller include config.h before using "const" to make K&R compilers happy
2001-10-02 Todd C. Miller version 1.3.1MKTEMP_1_3_1
2001-10-02 Todd C. Miller Sync getopt() call with OpenBSD version