summaryrefslogtreecommitdiff
path: root/lib/libc/locale
AgeCommit message (Expand)Author
2004-01-06Make this compile, and, as a side-effect, LP64 clean.agc
2004-01-06kill strcpyitojun
2004-01-02KNFitojun
2003-09-08Use St -isoC-9X instead of St -isoC9X, to be in sync with groff.wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-26netbsd.org->NetBSD.orgsalo
2003-07-01Add missing dot a beginning of line.wiz
2003-05-30Add LC_MESSAGES to the listing of categories; fixes PR misc/19829 fromkleink
2003-04-29The fourth parameter of _citrus_ctype_mbrtowc() is a size_t, not ascw
2003-04-16Usewiz
2003-04-16Typo and grammar fixes. Sort SEE ALSO. Use more mdoc.wiz
2003-04-06- support for the additional code area of zh_CN.GB18030 locale,tshiozak
2003-03-21Include <string.h> for strcmp(3) prototype.scw
2003-03-17Improve English, sort SEE ALSO.wiz
2003-03-17Drop trailing space.wiz
2003-03-17Use .Dv in some places, add "function" in another, and sort SEE ALSO.wiz
2003-03-17Use Dv in some places, and sort SEE ALSO.wiz
2003-03-11changes for cross build on FreeBSD box.tshiozak
2003-03-11add wcstoll, wcstoimax, wcstoull and wcstoumax. (lib/20656)tshiozak
2003-03-10rename _CTYPE_x to _RUNETYPE_x for avoiding compile error on FreeBSD.tshiozak
2003-03-10rename _CTYPE_x to _RUNETYPE_x for avoiding compile error on FreeBSD.tshiozak
2003-03-10some changes around mklocale:tshiozak
2003-03-05changes related to lib/20576 and lib/20577.tshiozak
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-03make sure rune.c to be compiled under WARNS=2.tshiozak
2003-03-02add some ISO C 1995 I18N functions and types:tshiozak
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 some examples and Xrefs.gmcgarry
2003-02-12Add some more details.gmcgarry
2002-11-17KNFitojun
2002-11-11Fix signed/unsigned comparison warnings.thorpej
2002-11-11Fix signed/unsigned comparison warnings.thorpej
2002-10-01New sentence, new line. From Robert Elz.wiz
2002-10-01towlower appeared twice in synopsis.junyoung
2002-08-07Rearrange code to avoid core dump and just return an error insteadenami
2002-08-03remove _StreamStateTable.yamt
2002-08-03remove a global variable "saved_categories" as it isn't necessary anymore.yamt
2002-08-02remove an obstructive ?: operator of the check added in the last commit bytshiozak
2002-08-02correct use of strlcpy (really need to enforce length, so use memcpy)itojun
2002-08-02fix a bug of setlocale when changing locales with LC_ALL for the firsttshiozak
2002-07-10add CAVEATS.yamt