opnsense-src/lib/libc/locale
Dimitry Andric cc09dfac61 Fix build of libc.so after r232620. This caused a duplicate definition
of __getCurrentRuneLocale().

Pointy hat to:	me
2012-03-06 21:56:30 +00:00
..
ascii.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
big5.5 Markup nits. 2004-07-05 06:39:03 +00:00
big5.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
btowc.3 wctob() returns EOF and not WEOF. 2012-02-14 02:03:17 +00:00
btowc.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
collate.c Remove some duplicated copyright notices. 2012-03-06 12:53:44 +00:00
collate.h Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
collcmp.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
ctype.3 Let the armchair generals handle this one. 2009-09-04 07:44:58 +00:00
ctype.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
DESIGN.xlocale Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
digittoint.3 Let the armchair generals handle this one. 2009-09-04 07:44:58 +00:00
duplocale.3 Split sentences at period boundaries. 2011-12-02 11:55:09 +00:00
euc.5 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
euc.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
fix_grouping.c . style(9) 2003-06-26 10:46:16 +00:00
freelocale.3 Split sentences at period boundaries. 2011-12-02 11:55:09 +00:00
gb2312.5 Markup nits. 2004-07-05 06:39:03 +00:00
gb2312.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
gb18030.5 Markup nits. 2004-07-05 06:39:03 +00:00
gb18030.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
gbk.5 Markup nits. 2004-07-05 06:39:03 +00:00
gbk.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
isalnum.3 mdoc: remove .Pp where not needed 2010-04-14 18:29:26 +00:00
isalpha.3 mdoc: remove .Pp where not needed 2010-04-14 18:29:26 +00:00
isascii.3 Let the armchair generals handle this one. 2009-09-04 07:44:58 +00:00
isblank.3 mdoc: simplify quotation scheme 2010-05-11 23:08:38 +00:00
iscntrl.3 Let the armchair generals handle this one. 2009-09-04 07:44:58 +00:00
isctype.c The problem is: currently our single byte ctype(3) functions are broken 2007-10-13 16:28:22 +00:00
isdigit.3 Let the armchair generals handle this one. 2009-09-04 07:44:58 +00:00
isgraph.3 mdoc: make sure to pass at least one argument to quotation macros 2010-08-02 13:11:35 +00:00
isideogram.3 Let the armchair generals handle this one. 2009-09-04 07:44:58 +00:00
islower.3 Let the armchair generals handle this one. 2009-09-04 07:44:58 +00:00
isphonogram.3 Let the armchair generals handle this one. 2009-09-04 07:44:58 +00:00
isprint.3 Fix the grammar in the isprint(3) description. 2009-11-13 09:07:33 +00:00
ispunct.3 Let the armchair generals handle this one. 2009-09-04 07:44:58 +00:00
isrune.3 Let the armchair generals handle this one. 2009-09-04 07:44:58 +00:00
isspace.3 Fix grammar. 2011-09-27 17:54:10 +00:00
isspecial.3 Let the armchair generals handle this one. 2009-09-04 07:44:58 +00:00
isupper.3 Let the armchair generals handle this one. 2009-09-04 07:44:58 +00:00
iswalnum.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
iswctype.c Back out 2nd part of wrong iswascii() change in prev. commit. 2007-10-23 17:39:28 +00:00
isxdigit.3 Let the armchair generals handle this one. 2009-09-04 07:44:58 +00:00
ldpart.c Rewrite split_lines() to operate safely 2004-04-25 19:56:50 +00:00
ldpart.h Fixes to locale code to properly use indirect pointers in order to prevent 2003-06-13 00:14:07 +00:00
lmessages.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
lmessages.h Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
lmonetary.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
lmonetary.h Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
lnumeric.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
lnumeric.h Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
localeconv.3 Split sentences at period boundaries. 2011-12-02 11:55:09 +00:00
localeconv.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
Makefile.inc Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
mblen.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
mblen.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
mblocal.h Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
mbrlen.3 Fixed a typo. 2004-06-30 19:32:41 +00:00
mbrlen.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
mbrtowc.3 Revert most of r210764, now that mdocml does the right 2010-12-28 10:08:50 +00:00
mbrtowc.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
mbsinit.3 Update manual pages for change to C99 mbrtowc() semantics. 2004-04-08 09:59:02 +00:00
mbsinit.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
mbsnrtowcs.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
mbsrtowcs.3 Scheduled mdoc(7) sweep. 2005-01-11 20:50:51 +00:00
mbsrtowcs.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
mbstowcs.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
mbstowcs.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
mbtowc.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
mbtowc.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
mskanji.5 Markup nits. 2004-07-05 06:39:03 +00:00
mskanji.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
multibyte.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
newlocale.3 Split sentences at period boundaries. 2011-12-02 11:55:09 +00:00
nextwctype.3 Add COMPATIBILITY and HISTORY sections. Fix typo. 2005-07-21 10:27:45 +00:00
nextwctype.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
nl_langinfo.3 Fix grammar. 2009-11-16 14:33:31 +00:00
nl_langinfo.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
nomacros.c Fix build of libc.so after r232620. This caused a duplicate definition 2012-03-06 21:56:30 +00:00
none.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
querylocale.3 Split sentences at period boundaries. 2011-12-02 11:55:09 +00:00
rpmatch.3 Add HISTORY section. 2005-07-21 10:53:27 +00:00
rpmatch.c Implement rpmatch(), a semi-standard interface (as found on AIX, Tru64, 2005-01-09 03:55:13 +00:00
rune.c Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
runefile.h Make <runefile.h> internal to libc. 2005-05-16 09:32:41 +00:00
runetype.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
setlocale.3 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
setlocale.c libc: Eliminate some relative relocations in setlocale(). 2011-12-27 23:28:01 +00:00
setlocale.h Reorganize wrapper around setrunelocale() to mark it as deprecated 2003-07-06 02:03:37 +00:00
setrunelocale.c Reapply 227753 (xlocale cleanup), plus some fixes so that it passes build 2012-03-04 15:31:13 +00:00
Symbol.map Reapply 227753 (xlocale cleanup), plus some fixes so that it passes build 2012-03-04 15:31:13 +00:00
table.c Reapply 227753 (xlocale cleanup), plus some fixes so that it passes build 2012-03-04 15:31:13 +00:00
toascii.3 Let the armchair generals handle this one. 2009-09-04 07:44:58 +00:00
tolower.3 Apply a small grammar fix to {toupper,tolower}(3). 2010-07-25 13:32:19 +00:00
tolower.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
toupper.3 Apply a small grammar fix to {toupper,tolower}(3). 2010-07-25 13:32:19 +00:00
toupper.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
towlower.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
towupper.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
uselocale.3 Split sentences at period boundaries. 2011-12-02 11:55:09 +00:00
utf8.5 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
utf8.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
wcrtomb.3 Update manual pages for change to C99 mbrtowc() semantics. 2004-04-08 09:59:02 +00:00
wcrtomb.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
wcsftime.3 mdoc(7) police: sweep. 2002-11-29 17:35:09 +00:00
wcsftime.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
wcsnrtombs.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
wcsrtombs.3 Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are 2004-07-21 10:54:57 +00:00
wcsrtombs.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
wcstod.3 Assorted mdoc(7) fixes. 2003-05-22 13:02:28 +00:00
wcstod.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
wcstof.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
wcstoimax.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
wcstol.3 mdoc(7) police: sweep. 2002-11-29 17:35:09 +00:00
wcstol.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
wcstold.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
wcstoll.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
wcstombs.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
wcstombs.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
wcstoul.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
wcstoull.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
wcstoumax.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
wctob.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
wctomb.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
wctomb.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
wctrans.3 mdoc(7) police: sweep. 2002-11-29 17:35:09 +00:00
wctrans.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
wctype.3 Add missing comma. 2006-10-13 16:11:12 +00:00
wctype.c libc: Eliminate 13 relative relocations in wctype(). 2011-12-05 00:00:47 +00:00
wcwidth.3 /me kicks cvs update 2004-08-17 04:56:03 +00:00
wcwidth.c Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a 2011-11-20 14:45:42 +00:00
xlocale.3 Split sentences at period boundaries. 2011-12-02 11:55:09 +00:00
xlocale.c Reapply 227753 (xlocale cleanup), plus some fixes so that it passes build 2012-03-04 15:31:13 +00:00
xlocale_private.h Reapply 227753 (xlocale cleanup), plus some fixes so that it passes build 2012-03-04 15:31:13 +00:00