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