OpenGrok
Cross Reference: mktemp.c
xref
: /
src
/
usr.bin
/
mktemp
/
mktemp.c
Home
|
History
|
Annotate
|
Download
|
only in
mktemp
History log of
/src/usr.bin/mktemp/mktemp.c
Revision
Date
Author
Comments
1.12
03-Nov-2012
christos
PR/47155: Eitan Adler: add mktemp zero arguments extension
1.11
15-Aug-2009
christos
branches: 1.11.6; 1.11.12;
add -p <tmpdir> option to override $TMPDIR from the command line like linux
has.
1.10
15-Dec-2007
perry
convert __attribute__s to applicable cdefs.h macros
1.9
15-Dec-2007
perry
include sys/cdefs.h so that __attribute__ can be fixed later
1.8
19-Sep-2006
wiz
branches: 1.8.8;
Sync usage with man page.
1.7
30-Jul-2005
christos
warns=3, delint.
1.6
27-Oct-2003
lukem
Overhaul how `build.sh tools' are used:
* Rename "config.h" to "nbtool_config.h" and
HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H.
This makes in more obvious in the source when we're using
tools/compat/config.h versus "standard autoconf" config.h
* Consistently move the inclusion of nbtool_config.h to before
<sys/cdefs.h> so that the former can provide __RCSID() (et al),
and there's no need to protect those macros any more.
These changes should make it easier to "tool-ify" a program by adding:
#if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h"
#endif
to the top of the source files (for the general case).
1.5
14-Sep-2002
thorpej
Allow mktemp to be built as a host tool.
1.4
01-Apr-2002
bjh21
branches: 1.4.2;
On second thoughts, don't make mktemp a host tool. It's only used once, for
creating a temporary directory for maketars, and mkdir can do that safely
enough.
1.3
31-Mar-2002
bjh21
Add mktemp as a host tool.
1.2
21-Sep-1999
cgd
branches: 1.2.2;
RCS ID police (sigh)
1.1
02-Sep-1999
tron
branches: 1.1.1;
Initial revision
1.1.1.1
02-Sep-1999
tron
Import FreeBSD's mktemp(1) utility.
1.2.2.2
22-Sep-1999
cgd
pull up revs 1.1-1.2 (new) from trunk (requested by cgd):
Add mktemp(1), a utility to make temporary files for shell scripts.
1.2.2.1
21-Sep-1999
cgd
file mktemp.c was added on branch netbsd-1-4 on 1999-09-22 03:17:57 +0000
1.4.2.1
30-Nov-2002
he
Pull up revision 1.5 (requested by thorpej in ticket #805):
Allow mktemp to build as a host tool.
1.8.8.1
09-Jan-2008
matt
sync with HEAD
1.11.12.1
20-Nov-2012
tls
Resync to 2012-11-19 00:00:00 UTC
1.11.6.1
16-Jan-2013
yamt
sync with (a bit old) head
Indexes created Mon Oct 20 20:10:13 GMT 2025