summaryrefslogtreecommitdiffstats
path: root/libc/misc/locale
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
* prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* 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
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
* *: 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
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+4
* - whitespace fixesBernhard Reutner-Fischer2008-10-311-19/+19
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-57/+57
* Fix typo that prevented "make clean" from removing objects in libc/misc/locale.Bernd Schmidt2008-06-041-1/+1
* 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
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-1/+0
* 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
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-131-39/+11
* Add files for IMA. Yes, I know it's a hack and no, I won't split the affected...Peter S. Mazinger2006-02-1311-0/+93
* 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
* Integrate locales into new build system, move everything locale related to ex...Peter S. Mazinger2005-11-251-16/+1
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Correct XLOCALE enabled builds pointed out by nitinkgPeter S. Mazinger2005-11-041-5/+5
* Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...Peter S. Mazinger2005-11-031-1/+4
* Enable IMAPeter S. Mazinger2005-11-031-3/+2
* Only because of multi sources I had to touch up these and add code duplicationPeter S. Mazinger2005-11-011-3/+12
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-59/+8
* typo s/notdir/dir/Peter S. Mazinger2005-10-281-1/+1
* Correct building locales and backport the changesPeter S. Mazinger2005-10-282-7/+6