NetBSD/lib/libc/locale
2010-01-17 23:12:30 +00:00
..
__mb_cur_max.c
__wctoint.h
_def_messages.c Add missing __RCSID() 2005-06-12 05:21:25 +00:00
_def_monetary.c Add missing __RCSID() 2005-06-12 05:21:25 +00:00
_def_numeric.c Add missing __RCSID() 2005-06-12 05:21:25 +00:00
_def_time.c Add support for additional locale categories: LC_MESSAGES, LC_MONETARY, 2008-05-17 03:49:54 +00:00
_wcstod.h add c99 wcstof(3) and wcstold(3). 2006-04-15 12:17:22 +00:00
_wcstol.h WARNS=4 2005-11-29 03:11:58 +00:00
_wcstoul.h WARNS=4 2005-11-29 03:11:58 +00:00
_wctrans_local.h sign-compare fixes 2009-02-12 04:57:46 +00:00
_wctrans.c PR lib/40411, nuke wctrans_init(). lazy initialization is not good idea. 2009-01-18 22:03:19 +00:00
_wctype_local.h merge christos-time_t 2009-01-11 02:45:45 +00:00
_wctype.c PR lib/40411, nuke wctrans_init(). lazy initialization is not good idea. 2009-01-18 22:03:19 +00:00
aliasname_local.h merge christos-time_t 2009-01-11 02:45:45 +00:00
aliasname.c merge christos-time_t 2009-01-11 02:45:45 +00:00
bsdctype.c merge christos-time_t 2009-01-11 02:45:45 +00:00
bsdctype.h merge christos-time_t 2009-01-11 02:45:45 +00:00
btowc.3
ctypeio.c Close file handles in error cases. Found by cppcheck. 2010-01-17 23:12:30 +00:00
ctypeio.h Remove 3rd and 4th clauses in christos' license. OK christos. 2009-10-21 01:07:44 +00:00
current_locale.c merge christos-time_t 2009-01-11 02:45:45 +00:00
dummy_lc_collate.c merge christos-time_t 2009-01-11 02:45:45 +00:00
dummy_lc_template.h merge christos-time_t 2009-01-11 02:45:45 +00:00
fix_grouping.c merge christos-time_t 2009-01-11 02:45:45 +00:00
fix_grouping.h merge christos-time_t 2009-01-11 02:45:45 +00:00
generic_lc_all.c fix lib/42124: setlocale(3) never returns NULL with none existing locale. 2009-10-04 21:05:18 +00:00
generic_lc_template_decl.h merge christos-time_t 2009-01-11 02:45:45 +00:00
generic_lc_template.h fix static linking setlocale(3) problem, reported by Aran Clauson 2009-03-09 02:22:25 +00:00
global_locale.c PR lib/40411, nuke wctrans_init(). lazy initialization is not good idea. 2009-01-18 22:03:19 +00:00
iswalnum.3
iswctype_mb.c PR lib/40411, nuke wctrans_init(). lazy initialization is not good idea. 2009-01-18 22:03:19 +00:00
iswctype_sb.c merge christos-time_t 2009-01-11 02:45:45 +00:00
iswctype.3 s/wcttype/wctype/ 2007-05-21 15:20:40 +00:00
localeconv.c merge christos-time_t 2009-01-11 02:45:45 +00:00
localeio_lc_ctype.c merge christos-time_t 2009-01-11 02:45:45 +00:00
localeio_lc_messages.c merge christos-time_t 2009-01-11 02:45:45 +00:00
localeio_lc_monetary.c merge christos-time_t 2009-01-11 02:45:45 +00:00
localeio_lc_numeric.c merge christos-time_t 2009-01-11 02:45:45 +00:00
localeio_lc_time.c merge christos-time_t 2009-01-11 02:45:45 +00:00
localeio.c merge christos-time_t 2009-01-11 02:45:45 +00:00
localeio.h merge christos-time_t 2009-01-11 02:45:45 +00:00
Makefile.inc merge christos-time_t 2009-01-11 02:45:45 +00:00
mblen.3 Consistency: NULL pointer, but nul character. 2006-10-14 07:51:01 +00:00
mbrlen.3 bin/38047 fix bad prototype for function mbrlen 2008-02-28 19:36:51 +00:00
mbrtowc.3 Mark up NULL. 2006-10-16 09:10:29 +00:00
mbsinit.3 kleink reminded me in a friendly way that "NULL" is the C API 2006-10-16 08:42:16 +00:00
mbsrtowcs.3 Hyphenate nul-terminate. 2006-10-16 09:10:40 +00:00
mbstowcs.3 kleink reminded me in a friendly way that "NULL" is the C API 2006-10-16 08:42:16 +00:00
mbtowc.3 Mark up NULL. 2006-10-16 09:10:29 +00:00
multibyte_amd1.c merge christos-time_t 2009-01-11 02:45:45 +00:00
multibyte_c90.c merge christos-time_t 2009-01-11 02:45:45 +00:00
multibyte_sb.c
multibyte.h merge christos-time_t 2009-01-11 02:45:45 +00:00
nb_lc_messages_misc.h merge christos-time_t 2009-01-11 02:45:45 +00:00
nb_lc_monetary_misc.h merge christos-time_t 2009-01-11 02:45:45 +00:00
nb_lc_numeric_misc.h merge christos-time_t 2009-01-11 02:45:45 +00:00
nb_lc_template_decl.h merge christos-time_t 2009-01-11 02:45:45 +00:00
nb_lc_template.h merge christos-time_t 2009-01-11 02:45:45 +00:00
nb_lc_time_misc.h merge christos-time_t 2009-01-11 02:45:45 +00:00
nl_langinfo.3 Put space after comma in the C code example. 2009-12-15 00:35:36 +00:00
nl_langinfo.c merge christos-time_t 2009-01-11 02:45:45 +00:00
rune_local.h merge christos-time_t 2009-01-11 02:45:45 +00:00
rune.c sign-compare fixes 2009-02-12 04:57:46 +00:00
rune.h PR lib/40411, nuke wctrans_init(). lazy initialization is not good idea. 2009-01-18 22:03:19 +00:00
runeglue.c merge christos-time_t 2009-01-11 02:45:45 +00:00
runetable.c PR lib/40411, nuke wctrans_init(). lazy initialization is not good idea. 2009-01-18 22:03:19 +00:00
runetype_local.h redo: change _RUNTYPE_SW0 bit, mklocale(1) can't treat SWIDTH0 correctly. 2009-11-09 14:22:31 +00:00
setlocale1.c
setlocale32.c
setlocale_local.h struct _locale_time_t _global_locale is a datum. Declare it as extern. 2009-12-02 08:53:03 +00:00
setlocale.3
setlocale.c fix static linking setlocale(3) problem, reported by Aran Clauson 2009-03-09 02:22:25 +00:00
towctrans.3 Fix pasto, noted by Marc Espie. 2005-06-27 14:18:36 +00:00
towlower.3
wcrtomb.3 Add missing n. From jmc@openbsd. 2007-02-20 08:33:25 +00:00
wcscoll.3 nul, not null (for the character). 2006-10-14 07:44:58 +00:00
wcscoll.c
wcsftime.3 Add some pedantry to exceptions from being equivalent to strftime. 2005-04-06 21:39:17 +00:00
wcsftime.c s/preposturously/preposterously/ 2007-05-21 15:32:17 +00:00
wcsrtombs.3 kleink reminded me in a friendly way that "NULL" is the C API 2006-10-16 08:42:16 +00:00
wcstod.3 s/conform/conforms/ 2007-05-21 15:29:51 +00:00
wcstod.c I don't see why we need to strong alias those. Nothing else does it. 2008-04-25 16:43:00 +00:00
wcstof.c I don't see why we need to strong alias those. Nothing else does it. 2008-04-25 16:43:00 +00:00
wcstoimax.c Remove a bunch of unneeded #include <ctype.h>s 2007-03-10 00:12:23 +00:00
wcstol.3 Add RCS Id. 2006-08-08 17:32:05 +00:00
wcstol.c Remove a bunch of unneeded #include <ctype.h>s 2007-03-10 00:12:23 +00:00
wcstold.c Nuke __strong_alias() to avoid definition loop. 2008-07-08 00:23:28 +00:00
wcstoll.c Remove a bunch of unneeded #include <ctype.h>s 2007-03-10 00:12:23 +00:00
wcstombs.3 kleink reminded me in a friendly way that "NULL" is the C API 2006-10-16 08:42:16 +00:00
wcstoul.c Remove a bunch of unneeded #include <ctype.h>s 2007-03-10 00:12:23 +00:00
wcstoull.c Remove a bunch of unneeded #include <ctype.h>s 2007-03-10 00:12:23 +00:00
wcstoumax.c Remove a bunch of unneeded #include <ctype.h>s 2007-03-10 00:12:23 +00:00
wcsxfrm.3 kleink reminded me in a friendly way that "NULL" is the C API 2006-10-16 08:42:16 +00:00
wcsxfrm.c prevent empty else. 2006-10-15 16:14:08 +00:00
wctob.3
wctomb.3 Consistency: NULL pointer, but nul character. 2006-10-14 07:51:01 +00:00
wctrans.3
wctype.3 s/wcttype/wctype/ 2007-05-21 15:20:40 +00:00
wcwidth.3 Consistency: NULL pointer, but nul character. 2006-10-14 07:51:01 +00:00