| Commit message (Expand) | Author | Age | Files | Lines |
* | document ll, depreciate q |  provos | 2001-06-23 | 1 | -4/+6 |
* | Fix pasto; kleink@netbsd.org |  pjanzen | 2001-06-05 | 1 | -2/+2 |
* | knf |  deraadt | 2001-05-31 | 1 | -54/+54 |
* | Fix an incorrect memset() in __grow_type_table(); dk@homepage.ru |  millert | 2001-04-20 | 1 | -3/+4 |
* | It's not that I mind split infinitives. I just like to save'em for when |  pjanzen | 2001-02-17 | 1 | -2/+2 |
* | capitalization |  aaron | 2001-02-12 | 1 | -2/+2 |
* | Various repairs, mostly to get rid of short lines. |  aaron | 2000-12-24 | 13 | -88/+51 |
* | use strlcpy in the example |  deraadt | 2000-11-22 | 1 | -2/+2 |
* | fdopen(3) takes two args, not one; spotted by fries@. Also, move the CAVEATS |  aaron | 2000-10-18 | 1 | -20/+20 |
* | The mkstemp() function appeared in 4.4BSD; todd@ |  aaron | 2000-09-11 | 1 | -2/+5 |
* | In the format string bug description under CAVEATS, clarify what we mean by |  aaron | 2000-08-25 | 1 | -4/+4 |
* | reinsert corrected history section, based on jdolecek@netbsd |  pjanzen | 2000-07-31 | 1 | -1/+9 |
* | Stronger caveat wrt stack smashing via % escapes. Each man page |  millert | 2000-07-16 | 1 | -5/+14 |
* | Insert missing semi-colon. |  aaron | 2000-07-07 | 1 | -2/+2 |
* | correct return values |  pjanzen | 2000-06-25 | 1 | -12/+13 |
* | Remove redundant HISTORY section. |  aaron | 2000-04-27 | 1 | -8/+1 |
* | C deals with complex functions, but not imaginary ones yet. |  espie | 2000-04-25 | 1 | -3/+2 |
* | Flesh out all of the stdio man pages. |  aaron | 2000-04-20 | 18 | -324/+272 |
* | Repairs, mostly removing hard sentence breaks. |  aaron | 2000-04-18 | 6 | -37/+49 |
* | Mostly punctuation fixes. |  aaron | 2000-04-15 | 3 | -7/+7 |
* | Trailing whitespace begone! |  aaron | 2000-04-12 | 1 | -6/+6 |
* | list 'i' only once |  hugh | 2000-04-12 | 1 | -2/+1 |
* | fseeko.3 and ftello.3 |  deraadt | 2000-03-28 | 1 | -1/+2 |
* | In Unix land we prefer "whitespace" to "white space" or "white-space". At |  aaron | 2000-03-04 | 1 | -9/+9 |
* | Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t. |  millert | 2000-02-21 | 5 | -22/+98 |
* | fix example. ok aaron@ |  ericj | 2000-02-19 | 1 | -2/+2 |
* | repair nroff botch |  deraadt | 2000-01-27 | 1 | -3/+3 |
* | Use .Va macro when referring to the global variable errno. |  aaron | 2000-01-22 | 1 | -3/+5 |
* | indent the source right |  deraadt | 2000-01-12 | 1 | -11/+12 |
* | fix tmpnam() argument; kris@freebsd |  deraadt | 2000-01-09 | 1 | -3/+3 |
* | use WEAK_* macros |  d | 2000-01-06 | 1 | -12/+18 |
* | typos |  deraadt | 1999-11-15 | 1 | -2/+2 |
* | Nail down semantics in case of failure. |  espie | 1999-09-28 | 1 | -2/+31 |
* | Remove an unwanted `.'. |  aaron | 1999-09-27 | 1 | -2/+2 |
* | Remove extraneous comma |  espie | 1999-09-26 | 1 | -2/+2 |
* | BUGS->CAVEATS |  espie | 1999-09-22 | 1 | -2/+10 |
* | It's a good idea to check the return value of malloc() in example code. |  aaron | 1999-09-21 | 1 | -2/+3 |
* | Add CAVEATS sections. |  aaron | 1999-09-15 | 2 | -4/+77 |
* | Tidying and spelling |  pjanzen | 1999-09-14 | 1 | -13/+18 |
* | do { ... } while (0) instead of just { ... } in macros |  millert | 1999-08-22 | 1 | -7/+7 |
* | paste'o away! |  todd | 1999-08-11 | 1 | -3/+3 |
* | missing G in item list; bde |  deraadt | 1999-08-08 | 1 | -2/+2 |
* | Local changes that should not have gone in |  millert | 1999-08-07 | 4 | -205/+4 |
* | If fread() returns EBADF, also set the error flag; tobez@plab.ku.dk |  millert | 1999-08-07 | 7 | -7/+211 |
* | Xr fparseln(3); deraadt@ |  aaron | 1999-07-21 | 1 | -1/+2 |
* | - remove all trailing whitespace |  aaron | 1999-07-09 | 8 | -32/+32 |
* | when using `-' as a negative sign, escape it with a backslash so troff knows |  aaron | 1999-07-07 | 2 | -4/+4 |
* | remove redundant .Pp macros |  aaron | 1999-07-02 | 2 | -4/+2 |
* | some NAME section cleanup |  aaron | 1999-06-06 | 1 | -3/+6 |
* | sync fsetpos() with stdio.h prototype |  aaron | 1999-05-27 | 1 | -2/+2 |