| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-18 | add mkostemp, mkostemps, mkstemps from FreeBSD. | christos | |
| 2012-03-15 | - ansify, knf. | christos | |
| - no functional changes | |||
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc | |
| Patches provided by Joel Baker in PR 22280, verified by myself. | |||
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej | |
| 1999-09-20 | back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. | lukem | |
| _DIAGASSERT() is still retained. | |||
| 1999-09-16 | * use _DIAGASSERT() to check pointer arguments against NULL and file | lukem | |
| descriptors against -1 (as appropriate). * add actual checks which to detect stuff that would trigger_DIAGASSERT(), and attempt to return a sane error condition. * knf some code * remove some `register' decls. the first two items result in the addition of code similar to the following in various functions: _DIAGASSERT(path != NULL) #ifdef _DIAGNOSTIC if (path == NULL) { errno = EFAULT; return (-1); } #endif | |||
| 1998-07-27 | Mention mkdtemp() in the warnings. | mycroft | |
| 1998-07-27 | Add a mktempdir(), like mkstemp(), but it creates a directory. | mycroft | |
| 1998-07-27 | If AUDIT, do not compile certain functions. | mycroft | |
| 1998-06-01 | Need <stdlib.h> for mkstemp() and mktemp() prototypes. | kleink | |
| 1998-02-03 | remove obsolete register declarations | perry | |
| 1997-11-04 | __warn_references and __indr_reference semicolon fixups. From | thorpej | |
| Chris Demetriou <cgd@pa.dec.com>. | |||
| 1997-07-13 | Fix RCSID's | christos | |
| 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. | |||
| 1997-07-07 | Modify to have _gettemp generate different names on repeated calls even if the | phil | |
| file was not created. Tempnam modified to make use of full possibilities. | |||
| 1997-04-08 | use lstat() instead of stat() when checking for existance. | lukem | |
| from Keith Bostic <bostic@bostic.com> | |||
| 1997-03-16 | add warn_refs for mktemp(), tempnam(), and tmpnam() since most code | lukem | |
| use these incorrectly. mkstemp() is ok however. inspired by openbsd | |||
| 1995-02-02 | Merged with 4.4lite. | jtc | |
| Changed to conform to NetBSD's new RCS Id convention. | |||
| 1993-11-11 | First pass at getting a clean compile with "gcc -Wall", mostly explictly | jtc | |
| declaring function return values, etc. | |||
| 1993-08-26 | Declare rcsid strings so they are stored in text segment. | jtc | |
| 1993-08-01 | Add RCS identifiers. | mycroft | |
| 1993-03-21 | initial import of 386bsd-0.1 sources | cgd | |
