| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't assign the va_list variable 'ap' directly to the argtable because | jb | 1998-05-08 | 1 | -19/+18 |
* | Remove leading underscores for the functions (weak symbols here) that | jb | 1998-05-05 | 1 | -4/+7 |
* | Fix a nasty flaw as a result of using the arc4random() pre-seeding of | peter | 1998-04-14 | 1 | -2/+4 |
* | Add FILE locking stubs for libc. | jb | 1998-04-11 | 28 | -337/+211 |
* | Fixed disordering and inconsistent style in previous commit. | bde | 1998-03-12 | 1 | -3/+2 |
* | Added #include <string.h> to get prototypes. | jb | 1998-03-09 | 2 | -1/+3 |
* | Fixed a few ancient typos, added a little missing stuff, and updated | mckay | 1998-03-08 | 1 | -20/+23 |
* | Fixed uninitialized pointer in previous commit. mktemp() was broken. | bde | 1998-03-03 | 1 | -5/+6 |
* | Many security improvements from OpenBSD: | imp | 1998-02-13 | 3 | -35/+113 |
* | size_t -> unsigned | ache | 1998-01-04 | 1 | -3/+3 |
* | 1. EOF was returned when the buffer size was larger than INT_MAX. This | ache | 1998-01-01 | 2 | -10/+10 |
* | Add overflow checks: if output size becomes bigger than INT_MAX, | ache | 1997-12-25 | 1 | -2/+13 |
* | Correct type of stored argument place (from previous fix) | ache | 1997-12-24 | 2 | -4/+4 |
* | 1) Restore back comment about snprintf() | ache | 1997-12-24 | 1 | -7/+10 |
* | Return back to BSD snprintf semantics which recent C9x standard adopts | ache | 1997-12-24 | 3 | -21/+23 |
* | 1) Oops! Insert again if (n == 0) return 0. | ache | 1997-12-24 | 2 | -10/+10 |
* | Back out part related to "return 0 if n == 0" and return EOF as before. | ache | 1997-12-24 | 2 | -6/+2 |
* | Fix snprintf(...%n...) | ache | 1997-12-24 | 1 | -5/+9 |
* | Remove wrong comment about snprintf: | ache | 1997-12-24 | 1 | -5/+4 |
* | snprintf return value fixes to conform Single Unix specs: | ache | 1997-12-24 | 2 | -6/+16 |
* | Comment that long double is poorly implemented, not that it is unimplemented. | bde | 1997-12-19 | 1 | -2/+3 |
* | Fixed long double formats. They were mostly not implemented except | bde | 1997-11-23 | 1 | -4/+7 |
* | Sorted lists. | bde | 1997-10-21 | 1 | -3/+5 |
* | Removed the subdirectory paths from the definitions of MAN[1-9]. They | bde | 1997-10-15 | 1 | -7/+4 |
* | Rework previous commit.. I was confused by the number of diffs in the PR | peter | 1997-07-06 | 1 | -8/+29 |
* | Fix off-by-one error | peter | 1997-07-06 | 1 | -4/+6 |
* | Add 64 bit int support to scanf() | jkh | 1997-07-01 | 2 | -14/+32 |