Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | make sure that va_start() has matching va_end() | 2001-09-05 | 1 | -3/+4 | ||
| | ||||||
* | put changes back, this time ALL the files. | 2001-09-04 | 1 | -2/+2 | ||
| | ||||||
* | Back out fgsch@'s tree breaking commits. | 2001-08-30 | 1 | -2/+2 | ||
| | | | | Test next time, ok? | |||||
* | fix some const warnings | 2001-08-30 | 1 | -2/+2 | ||
| | ||||||
* | Fix a bug with the %e flag introduced in a -Wall pass. The original | 2001-08-13 | 1 | -2/+2 | ||
| | | | | | code was in error but due to C precedence rules it didn't cause a problem. | |||||
* | a first pass at -Wall | 2001-07-09 | 25 | -34/+61 | ||
| | ||||||
* | document ll, depreciate q | 2001-06-23 | 1 | -4/+6 | ||
| | ||||||
* | Fix pasto; kleink@netbsd.org | 2001-06-05 | 1 | -2/+2 | ||
| | ||||||
* | knf | 2001-05-31 | 1 | -54/+54 | ||
| | ||||||
* | Fix an incorrect memset() in __grow_type_table(); dk@homepage.ru | 2001-04-20 | 1 | -3/+4 | ||
| | | | | | | While I was there I noticed and fixed a bogus realloc(). We should really check malloc/realloc return values and deal sanely but that will have to be done later. Theo OK'd | |||||
* | It's not that I mind split infinitives. I just like to save'em for when | 2001-02-17 | 1 | -2/+2 | ||
| | | | | they're really needed. | |||||
* | capitalization | 2001-02-12 | 1 | -2/+2 | ||
| | ||||||
* | Various repairs, mostly to get rid of short lines. | 2000-12-24 | 13 | -88/+51 | ||
| | ||||||
* | use strlcpy in the example | 2000-11-22 | 1 | -2/+2 | ||
| | ||||||
* | fdopen(3) takes two args, not one; spotted by fries@. Also, move the CAVEATS | 2000-10-18 | 1 | -20/+20 | ||
| | | | | section to the end like most man pages. | |||||
* | The mkstemp() function appeared in 4.4BSD; todd@ | 2000-09-11 | 1 | -2/+5 | ||
| | ||||||
* | In the format string bug description under CAVEATS, clarify what we mean by | 2000-08-25 | 1 | -4/+4 | ||
| | | | | building the string ``by hand'' using a function like snprintf(); deraadt@ ok | |||||
* | reinsert corrected history section, based on jdolecek@netbsd | 2000-07-31 | 1 | -1/+9 | ||
| | ||||||
* | Stronger caveat wrt stack smashing via % escapes. Each man page | 2000-07-16 | 1 | -5/+14 | ||
| | | | | carries the same caveat... | |||||
* | Insert missing semi-colon. | 2000-07-07 | 1 | -2/+2 | ||
| | ||||||
* | correct return values | 2000-06-25 | 1 | -12/+13 | ||
| | ||||||
* | Remove redundant HISTORY section. | 2000-04-27 | 1 | -8/+1 | ||
| | ||||||
* | C deals with complex functions, but not imaginary ones yet. | 2000-04-25 | 1 | -3/+2 | ||
| | ||||||
* | Flesh out all of the stdio man pages. | 2000-04-20 | 18 | -324/+272 | ||
| | ||||||
* | Repairs, mostly removing hard sentence breaks. | 2000-04-18 | 6 | -37/+49 | ||
| | ||||||
* | Mostly punctuation fixes. | 2000-04-15 | 3 | -7/+7 | ||
| | ||||||
* | Trailing whitespace begone! | 2000-04-12 | 1 | -6/+6 | ||
| | ||||||
* | list 'i' only once | 2000-04-12 | 1 | -2/+1 | ||
| | ||||||
* | fseeko.3 and ftello.3 | 2000-03-28 | 1 | -1/+2 | ||
| | ||||||
* | In Unix land we prefer "whitespace" to "white space" or "white-space". At | 2000-03-04 | 1 | -9/+9 | ||
| | | | | least, this is the impression I get from looking at a lot of Perl docs. | |||||
* | Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t. | 2000-02-21 | 5 | -22/+98 | ||
| | | | | | Also make fsetpos() and fgetpos() use fseeko() and ftello() respectively since fpos_t is actually a 64bit type. | |||||
* | fix example. ok aaron@ | 2000-02-19 | 1 | -2/+2 | ||
| | ||||||
* | repair nroff botch | 2000-01-27 | 1 | -3/+3 | ||
| | ||||||
* | Use .Va macro when referring to the global variable errno. | 2000-01-22 | 1 | -3/+5 | ||
| | ||||||
* | indent the source right | 2000-01-12 | 1 | -11/+12 | ||
| | ||||||
* | fix tmpnam() argument; kris@freebsd | 2000-01-09 | 1 | -3/+3 | ||
| | ||||||
* | use WEAK_* macros | 2000-01-06 | 1 | -12/+18 | ||
| | ||||||
* | typos | 1999-11-15 | 1 | -2/+2 | ||
| | ||||||
* | Nail down semantics in case of failure. | 1999-09-28 | 1 | -2/+31 | ||
| | | | | example for fdopen. | |||||
* | Remove an unwanted `.'. | 1999-09-27 | 1 | -2/+2 | ||
| | ||||||
* | Remove extraneous comma | 1999-09-26 | 1 | -2/+2 | ||
| | ||||||
* | BUGS->CAVEATS | 1999-09-22 | 1 | -2/+10 | ||
| | | | | Warn against brain-dead ProFTPd hole. | |||||
* | It's a good idea to check the return value of malloc() in example code. | 1999-09-21 | 1 | -2/+3 | ||
| | ||||||
* | Add CAVEATS sections. | 1999-09-15 | 2 | -4/+77 | ||
| | ||||||
* | Tidying and spelling | 1999-09-14 | 1 | -13/+18 | ||
| | ||||||
* | do { ... } while (0) instead of just { ... } in macros | 1999-08-22 | 1 | -7/+7 | ||
| | ||||||
* | paste'o away! | 1999-08-11 | 1 | -3/+3 | ||
| | ||||||
* | missing G in item list; bde | 1999-08-08 | 1 | -2/+2 | ||
| | ||||||
* | Local changes that should not have gone in | 1999-08-07 | 4 | -205/+4 | ||
| | ||||||
* | If fread() returns EBADF, also set the error flag; tobez@plab.ku.dk | 1999-08-07 | 7 | -7/+211 | ||
| |