Home | History | Annotate | Download | only in stdio
History log of /src/lib/libc/stdio/tempnam.c
RevisionDateAuthorComments
 1.22  15-Mar-2012  christos - ansify, knf.
- no functional changes
 1.21  25-Oct-2009  christos branches: 1.21.6;
revert some of dsl's changes to make things build on i386; he can undo what
he wants when he comes back.
 1.20  24-Oct-2009  dsl Remove a load of pointless casts - one that even lint doesn't bleat about.
 1.19  27-Jul-2005  drochner get the trailing-slash logics right
 1.18  26-Jul-2005  christos PR/30839: Tomas Sk�re: Buffer underflow in lib/libc/stdio/tempnam.c
when *dir == "".
 1.17  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.16  18-Jan-2003  thorpej Merge the nathanw_sa branch.
 1.15  10-Aug-2002  yamt use more Xs for filename templates.
from OpenBSD.
 1.14  21-Jun-2001  christos casts to size_t
 1.13  15-Nov-1998  christos branches: 1.13.12;
delint
 1.12  13-Oct-1998  kleink Need internal names for snprintf() and vsnprintf().
 1.11  27-Jul-1998  mycroft Mention mkdtemp() in the warnings.
 1.10  04-Nov-1997  thorpej __warn_references and __indr_reference semicolon fixups. From
Chris Demetriou <cgd@pa.dec.com>.
 1.9  13-Jul-1997  christos branches: 1.9.2;
Fix RCSID's
Fix gcc warnings.
Add prototypes for functions that were declared in more than one place
to local.h or extern.h and use that instead.
 1.8  07-Jul-1997  phil Modify to have _gettemp generate different names on repeated calls even if the
file was not created. Tempnam modified to make use of full possibilities.
 1.7  16-Mar-1997  lukem add warn_refs for mktemp(), tempnam(), and tmpnam() since most code
use these incorrectly. mkstemp() is ok however. inspired by openbsd
 1.6  02-Feb-1995  jtc Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id convention.
 1.5  19-Oct-1994  cgd needs string.h
 1.4  26-Aug-1993  jtc Declare rcsid strings so they are stored in text segment.
 1.3  01-Aug-1993  mycroft Add RCS identifiers.
 1.2  02-Apr-1993  cgd fixed problem with 2 `/' chars back to back in temp files, which kills emacs
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2  02-Feb-1995  jtc imported from 44lite
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.9.2.1  04-Nov-1997  thorpej Pull up from trunk: __warn_references and __indr_reference semicolon fixups.
 1.13.12.3  13-Aug-2002  nathanw Catch up to -current.
 1.13.12.2  06-Feb-2002  nathanw #include "reentrant.h" before "local.h" so that the thread types used
in fileext.h are avaliable.
 1.13.12.1  08-Oct-2001  nathanw Catch up to -current.
 1.21.6.1  17-Apr-2012  yamt sync with head

RSS XML Feed