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