| Age | Commit message (Expand) | Author |
| 2003-03-04 | Don't acquire __environ_lock around exec*() calls; nothing requires | nathanw |
| 2003-03-04 | Fix lib/20558: | thorpej |
| 2003-03-04 | no point to compare wint_t and EOF. | yamt |
| 2003-03-04 | iswctype: return 0 if charclass is 0. | yamt |
| 2003-03-04 | wctob returns EOF, not WEOF. | yamt |
| 2003-03-04 | add manual pages for iswctype(), towctrans(), wctype() and wctrans(). | tshiozak |
| 2003-03-04 | add #include <string.h> for memset(). | tshiozak |
| 2003-03-04 | fix a latent bug; host structure was mistaken for file structure. | tshiozak |
| 2003-03-03 | use UINT32_C and PRIu32 macros instead of 0x...U and %u. | tshiozak |
| 2003-03-03 | - add btowc.3 / wctob.3. | tshiozak |
| 2003-03-03 | - add wctob() function. (I forgot it at the last commit.) | tshiozak |
| 2003-03-03 | Grammar improvements and some minor mdoc fixes. | wiz |
| 2003-03-03 | Drop trailing space, mark up NULL with .Dv, break | wiz |
| 2003-03-03 | make sure rune.c to be compiled under WARNS=2. | tshiozak |
| 2003-03-02 | bump minor to 96 for some I18N functions addition. | tshiozak |
| 2003-03-02 | add some ISO C 1995 I18N functions and types: | tshiozak |
| 2003-03-02 | Add missing .Pp | jmmv |
| 2003-03-02 | Fix realloc usage. | enami |
| 2003-03-02 | s/indentifier/identifier/ | enami |
| 2003-03-02 | Grammar fix in return values section. | jmmv |
| 2003-03-02 | Cosmetic changes in sample code. | enami |
| 2003-03-01 | Add #include <stdlib.h> for exit definition. | matt |
| 2003-03-01 | Add _Exit(), for C99 and POSIX-2001. | bjh21 |
| 2003-03-01 | Document net.inet.tcp.init_win_local. | thorpej |
| 2003-03-01 | Rewrite atexit(3), and add support for __cxa_atexit()/__cxa_finalize(), | thorpej |
| 2003-02-27 | Document hw.physpages and hw.userpages. | thorpej |
| 2003-02-26 | keep track if we have the file opened as readonly or readwrite, so that | christos |
| 2003-02-17 | Fix a tyop in a comment. | simonb |
| 2003-02-16 | Use strlcpy, not strcpy, in one more place. From deraadt. | wiz |
| 2003-02-16 | After "sys/event.h" was fixed "sys/types.h" doesn't need to be included | tron |
| 2003-02-16 | Reorganise the getting of grouplists for a user so that Hesiod (and | elric |
| 2003-02-15 | add POSIX sigtimedwait(), sigwaitinfo(), sigwait() - wait for queued signals | jdolecek |
| 2003-02-13 | for WEAKSM list, use leading tab, rather than spaces on the continuation lines | jdolecek |
| 2003-02-13 | Add pthread_atfork() man page. | nathanw |
| 2003-02-13 | Implement pthread_atfork() (in libc, because the required threadlib | nathanw |
| 2003-02-12 | New sentence, new line; bump date for last change. | wiz |
| 2003-02-12 | New sentence, new line; bump date for latest changes; mark LC_* up | wiz |
| 2003-02-12 | Bump date for last changes, and add some dots. | wiz |
| 2003-02-12 | Add Xrefs and some editorial comments on the interface. | gmcgarry |
| 2003-02-12 | Add some examples and Xrefs. | gmcgarry |
| 2003-02-12 | Add some more details. | gmcgarry |
| 2003-02-10 | Drop trailing whitespace. | wiz |
| 2003-02-08 | Use definition in "namespace.h" to rename functions, not home grown. | itohy |
| 2003-02-08 | Fix a tyop in a comment. | simonb |
| 2003-02-08 | * fix handling of invalid arguments (was jumping to wrong label!) | cgd |
| 2003-02-07 | looks like nobody ever seriously tried the _REENTRANT version of this | cgd |
| 2003-02-06 | Correct unsigned to float conversions, add license, adjust style. | petrov |
| 2003-02-05 | Sprinkle some restrict. | kleink |
| 2003-02-05 | Xref gencat(1) | gmcgarry |
| 2003-02-04 | "Utilize" has exactly the same meaning as "use," but it is more | perry |