| Commit message (Expand) | Author | Age | Files | Lines |
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 1 | -1/+3 |
* | Increase the size of the mktemp() filename space by dropping the PID from | kris | 2000-11-10 | 1 | -25/+17 |
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -1/+0 |
* | Better documentation of append mode. This should have gone in -current | eivind | 2000-09-22 | 1 | -0/+8 |
* | According to the susv2 man pages I have, remove(3) should act as | dwmalone | 2000-08-28 | 2 | -7/+26 |
* | Use `Er' variable to define first column width in ERRORS section. | phantom | 2000-05-06 | 8 | -8/+8 |
* | Introduce ".Lb" macro to libc manpages. | phantom | 2000-04-21 | 20 | -0/+40 |
* | Fix typo, reported by George Cox. | asmodai | 2000-04-12 | 1 | -8/+8 |
* | Remove more single-space hard sentence breaks. | sheldonh | 2000-03-02 | 1 | -1/+2 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-02 | 4 | -7/+14 |
* | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | jasone | 2000-01-27 | 7 | -11/+11 |
* | Improve the explanation on the (in)security of mktemp(3). | sheldonh | 2000-01-25 | 1 | -3/+6 |
* | We no longer care about the VAX and Tahoe compilers :-) | kris | 2000-01-17 | 1 | -6/+1 |
* | Add three-tier symbol naming in support of POSIX thread cancellation | jasone | 2000-01-12 | 7 | -11/+17 |
* | Correct discrepancy between definition of argument to tempnam() and | kris | 2000-01-09 | 1 | -2/+2 |
* | While comparing this with OpenBSD (ie: trying to figure out what mkstemps() | peter | 1999-12-11 | 1 | -2/+2 |
* | Make __sfp() even more thread-safe. | dt | 1999-11-21 | 1 | -1/+1 |
* | Add (FILE *) locking. | dt | 1999-11-20 | 1 | -0/+9 |
* | Make __sfp() (FILE allocator) thread-safe: added locking like in malloc(). | dt | 1999-11-20 | 1 | -0/+11 |
* | Fix HISTORY - the copyright header on the file of the GCC version was | obrien | 1999-11-20 | 1 | -4/+4 |
* | Add to the HISTORY. | obrien | 1999-11-19 | 1 | -1/+9 |
* | Add unsigned char cast to isdigit | ache | 1999-11-04 | 1 | -1/+1 |
* | Remove UNSAFE_WARN ifdef for mktemp warning (never defined) | ache | 1999-10-24 | 3 | -6/+6 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 79 | -79/+79 |
* | Add warnings, ala mktemp, to tempnam and tmpnam as a reminder that | imp | 1999-08-21 | 2 | -3/+13 |
* | Treat an attempt to read from a write-only stream more consistently. | rnordier | 1999-08-10 | 1 | -1/+2 |
* | Fixed missing "G" in the list item for the main description of %g and | bde | 1999-08-08 | 1 | -2/+2 |
* | asprintf() does use realloc() internally, but saying so in the manpage can be | hoek | 1999-07-25 | 1 | -4/+2 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 19 | -0/+19 |
* | Add a note that when a stream opened via fdopen() is closed via fclose(), | archie | 1999-05-17 | 1 | -0/+4 |
* | Various language and style concerns fixed. | imp | 1999-04-09 | 1 | -11/+18 |
* | Add mkstemps to the man page, and create a link for it. | imp | 1999-04-04 | 2 | -2/+14 |
* | Add mkstemps from OpenBSD. This has been in my tree for months and | imp | 1999-04-04 | 1 | -7/+24 |
* | Add support for long long modifier (e.g. %llx, %lld). | dfr | 1999-03-11 | 1 | -3/+9 |
* | Fixed disordering and incoinsistent style in previous commit. | bde | 1999-03-05 | 1 | -3/+3 |
* | The pseudocode in the synopsis didn't come close to actually | bde | 1999-03-05 | 1 | -4/+6 |
* | Decapitalize function name by prepending with word "The". | hoek | 1999-02-26 | 1 | -3/+6 |
* | Added functions fseeko() and ftello() (from susv2). | dt | 1999-02-08 | 6 | -15/+83 |
* | Note that dying on NULL is an implementation detail. | eivind | 1998-12-17 | 1 | -5/+7 |
* | Check for a zero-length as well as a NULL string argument. | rnordier | 1998-10-29 | 1 | -1/+1 |
* | Revert last change. mkstemp() wasn't to blame, it's nvi. However, | peter | 1998-10-20 | 1 | -21/+5 |
* | Stop mk*temp() from being pathologically stupid in the face of a umask(0); | peter | 1998-10-20 | 1 | -5/+21 |
* | Remove the description of EBADF (that's an implementation detail if I | eivind | 1998-10-10 | 1 | -11/+6 |
* | program written under FreeBSD -> programs written under FreeBSD | eivind | 1998-10-03 | 1 | -2/+2 |
* | Document that we will core-dump on getting a NULL pointer. | eivind | 1998-09-28 | 1 | -0/+4 |
* | Apply patch to properly sscanf(3) when there is whitespace in the format | obrien | 1998-09-25 | 1 | -7/+2 |
* | Replace memory leaking instances of realloc with non-leaking reallocf. | imp | 1998-09-16 | 4 | -8/+8 |
* | Replace my original asprintf() and vasprintf() hacks with something | peter | 1998-07-08 | 4 | -142/+99 |
* | Spelling corrections. | jkoshy | 1998-06-06 | 1 | -1/+1 |
* | Remote the NetBSD kludge for vfprintf.c | jb | 1998-05-08 | 1 | -9/+2 |