| Age | Commit message (Expand) | Author |
| 2005-03-04 | Re-implement in terms of fseek0() | dsl |
| 2005-03-04 | de __P | dsl |
| 2005-02-09 | A little libc namespace housekeeping exercise: | kleink |
| 2005-01-09 | add a cast and remove another. | christos |
| 2004-07-02 | remove __UNCONST definition; it is now in <sys/cdefs.h> | christos |
| 2004-06-20 | Completely rework how tools/compat is done. Purge all uses/references to | jmc |
| 2004-05-11 | make this build in the tools/compat reachover | drochner |
| 2004-05-10 | put back the CAVEATS section | drochner |
| 2004-05-10 | remove the fgetstr manpage | drochner |
| 2004-05-10 | Add FLOCKFILE() locking - should be threadsafe now. | drochner |
| 2004-05-10 | After discussion with christos, turn fgetstr() into an internal function. | drochner |
| 2004-05-09 | We now need an internal name for fileno(), since when buildling libc | kleink |
| 2004-05-05 | fix reference Nx 2.1 to Nx 3.0 | jdolecek |
| 2004-04-21 | Bump date for previous. | wiz |
| 2004-04-21 | Drop trailing whitespace; null -> nul; & -> \*[Am] | wiz |
| 2004-04-21 | Add a generalized version of fgetln that can stop at an arbitrary delimiter, | christos |
| 2004-03-03 | Don't zero a floating point variable on entry -- this causes the FPU to | drochner |
| 2004-01-24 | Lots of grammar and wording changes from jmc@openbsd, with some | wiz |
| 2003-12-30 | Add support for scanf "hh" format modifiers - we use it in int_fmtio.h | martin |
| 2003-12-14 | remove superfluous assignment | lukem |
| 2003-12-09 | simplify a sentence | grant |
| 2003-12-05 | Spaces. | uebayasi |
| 2003-10-30 | "The fgets() and functions gets() do not..." -> | grant |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-10-23 | Move include for reentrant.h inside CONFIG_H test so this works correctly | jmc |
| 2003-10-15 | Make the plural of `X' `X's instead of `Xs'. | wiz |
| 2003-10-14 | PR/23158: Johan Danielsson: Portable usage of the mk*temp() functions requires | christos |
| 2003-10-10 | Remove another unneeded cast to size_t. | simonb |
| 2003-10-09 | No need to cast "len" to a size_t now that "len" is a size_t. | simonb |
| 2003-10-08 | avoid signed->unsigned assignment. openbsd PR 1709 | itojun |
| 2003-09-08 | Use St -isoC-9X instead of St -isoC9X, to be in sync with groff. | wiz |
| 2003-08-27 | plural "characters" for ret of {v}snprintf | heas |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-22 | Disable cancellation on the first lock, too, not just on internal | nathanw |
| 2003-07-21 | Set the _LOCKINTERNAL() count on initial locking as well as subsequent | nathanw |
| 2003-07-19 | Use threadlib stub rather than pthread_setcancelstate() directly. | nathanw |
| 2003-07-18 | #include "local.h" to get __flockfile_internal() prototype. | nathanw |
| 2003-07-18 | Move guts of flockfile()/funlockfile() to __flockfile_internal(), which | nathanw |
| 2003-07-18 | Add fields to struct __sfileext to track how many times the lock has been | nathanw |
| 2003-05-27 | Fix handing of -ve hexadecimal numbers in the %i format. Fixes | thorpej |
| 2003-05-11 | Drop trailing space. | wiz |
| 2003-05-11 | Oops, typo in previous. | kleink |
| 2003-05-11 | As prompted by Thomas Klausner, add a RETURN VALUES section. | kleink |
| 2003-05-03 | Misc. fixes from jmc@openbsd. | wiz |
| 2003-04-16 | Use | wiz |
| 2003-03-28 | avoid using multiple different ways of saying the same thing | pooka |
| 2003-03-07 | add fgetws() and fputws() (lib/20576). | tshiozak |
| 2003-02-16 | Use strlcpy, not strcpy, in one more place. From deraadt. | wiz |
| 2003-02-01 | Revert the conversion to libpthread's recursive mutexes. Too much | nathanw |
| 2003-01-28 | a, b, and c. | wiz |