summaryrefslogtreecommitdiffstats
path: root/libc/misc/locale/locale.c
Commit message (Expand)AuthorAgeFilesLines
* locale.c: export newlocale only if XLOCALE is definedPeter S. Mazinger2011-03-071-0/+2
* locale.c, locale.h: no need for hidden duplocalePeter S. Mazinger2011-03-071-1/+0
* update some headersPeter S. Mazinger2011-03-031-0/+1
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-6/+0
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-26/+0
* *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko2009-01-211-15/+15
* more of warning fixes, mostly pointer signedness mismatchesDenis Vlasenko2008-12-211-1/+1
* libc/misc/locale/locale.c: heed a pile of warningsDenis Vlasenko2008-12-201-17/+17
* libc/misc/locale/locale.c: remove one unneeded static data,Denis Vlasenko2008-12-201-11/+19
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-8/+8
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-5/+5
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-181-1/+1
* - whitespace fixesBernhard Reutner-Fischer2008-10-311-19/+19
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-57/+57
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-10/+10
* Added a bounch of locale fixes.Carmelo Amoroso2008-05-191-1/+1
* Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger2006-03-221-0/+2
* Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...Peter S. Mazinger2006-03-221-1/+2
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-101-11/+0
* global data uses libc_hidden_data_def, convert all -I hope- and add some newPeter S. Mazinger2006-02-011-2/+2
* some more prototypesPeter S. Mazinger2006-01-301-1/+2
* Patch by Joseph S. Myers to add support for ARM EABIMike Frysinger2006-01-291-0/+4
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-2/+0
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-161-1/+20
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-6/+11
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-56/+63
* Hide localesPeter S. Mazinger2005-12-161-9/+12
* Convert all users of earlier hiddensPeter S. Mazinger2005-12-131-0/+1
* Do __nl_langinfo, partly sync header w/ glibc, add missing nl_langinfo_l, cha...Peter S. Mazinger2005-12-091-3/+8
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-1/+2
* Hide mostly used functionsPeter S. Mazinger2005-12-011-26/+26
* Hiding againPeter S. Mazinger2005-11-291-2/+2
* Hide some of mem* and str*Peter S. Mazinger2005-11-271-0/+2
* Hide some x86-specific devel asserts.Manuel Novoa III2004-09-101-0/+5
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-111-2/+2
* Fix a couple of 'declaration after statement' errors.Manuel Novoa III2003-12-141-2/+1
* Hack around bg_BG bug; grouping specified but no thousands separator.Manuel Novoa III2003-09-011-0/+24
* Create a typedef for the ctype bitmask table entries.Manuel Novoa III2003-08-281-6/+118
* Fix a few bugs in the new extended locale functions.Manuel Novoa III2003-08-241-25/+46
* Fix a cut-and-paste error. Collation should be working again.Manuel Novoa III2003-08-171-1/+1
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-011-339/+764
* The big thing is locale dependent collation support.Manuel Novoa III2002-12-201-76/+280
* Ok... here's the summary:Manuel Novoa III2002-11-221-2/+2
* Fix a stupid bug.Manuel Novoa III2002-11-011-0/+1
* Reworked setlocale() return values and locale arg processing toManuel Novoa III2002-11-011-89/+166
* Hide my personal #warning reminders. Add __wcschrnul, rename strchrnulManuel Novoa III2002-09-191-3/+4
* Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III2002-07-031-12/+7
* Added a version of nl_langinfo for the stub C/POSIX locale support.Manuel Novoa III2002-06-081-3/+92
* New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,Manuel Novoa III2002-05-061-272/+447