summaryrefslogtreecommitdiffstats
path: root/extra/locale
Commit message (Expand)AuthorAgeFilesLines
* prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* remove superfluous extra semicolonsBernhard Reutner-Fischer2009-11-201-10/+10
* support selecting which locales to buildBernhard Reutner-Fischer2009-10-281-15/+17
* fix make {,install_}{,host}utilsBernhard Reutner-Fischer2009-09-182-2/+27
* use CURDIRBernhard Reutner-Fischer2009-08-251-4/+4
* use pwd, not PWDBernhard Reutner-Fischer2009-08-191-4/+5
* support building out-of-treeBernhard Reutner-Fischer2009-08-173-205/+212
* locale: gen_wc8bit: try to find UTF8 locale automaticallyMike Frysinger2009-06-281-1/+24
* - fix for !GETOPT_LONGBernhard Reutner-Fischer2008-12-221-11/+36
* extra/locale/gen_wctype.c: remove __CTYPE_isalnum and friends;Denis Vlasenko2008-12-221-379/+354
* UCLIBC_CTYPE_HEADER define is removed, as it alwaysDenis Vlasenko2008-12-223-64/+19
* more of warning fixes, mostly pointer signedness mismatchesDenis Vlasenko2008-12-211-1/+1
* extra/locale/locale_mmap.h: fix broken whitespaceDenis Vlasenko2008-12-201-17/+15
* libc/misc/locale/locale.c: heed a pile of warningsDenis Vlasenko2008-12-201-2/+2
* libc/misc/locale/locale.c: remove one unneeded static data,Denis Vlasenko2008-12-201-2/+2
* - fix args (untested)Bernhard Reutner-Fischer2008-11-231-2/+2
* - update recommendation for pregenerated locales.Bernhard Reutner-Fischer2008-11-111-1/+1
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+3
* - fix locale dependencies and make default locale generation less verbose.Bernhard Reutner-Fischer2008-10-144-281/+389
* - standardize fopen error message a bitBernhard Reutner-Fischer2008-10-097-10/+10
* - mention a FIXME for some make guru :)Bernhard Reutner-Fischer2008-10-091-0/+4
* - sync comment to rule as pointed out by psm.Bernhard Reutner-Fischer2008-10-081-2/+2
* - fix building locale (pre- and generated, even parallel)Bernhard Reutner-Fischer2008-10-083-34/+49
* - add/use variables to make build-tools configurableBernhard Reutner-Fischer2008-10-081-3/+3
* - add missing dependency on lt_defines.hBernhard Reutner-Fischer2008-09-252-4/+5
* - do not segfault if we end up with empty tablesBernhard Reutner-Fischer2008-09-242-4/+15
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-235-29/+29
* Fix some compiler warningsCarmelo Amoroso2008-06-111-2/+2
* Fix build failure due to missing 'smallint' definitionCarmelo Amoroso2008-05-272-2/+2
* Introduce and use small[u]int type. Changes in size:Denis Vlasenko2008-05-202-2/+2
* Added a bounch of locale fixes.Carmelo Amoroso2008-05-191-1/+1
* - indentBernhard Reutner-Fischer2008-05-021-181/+177
* Added implementation for 'locale' command.Carmelo Amoroso2008-05-022-0/+823
* Remove extra file separatorCarmelo Amoroso2008-03-161-1/+1
* Fix build system to generate locale data instead of using pregenerated onesCarmelo Amoroso2007-11-091-1/+3
* psm says: use $(top_builddir) instead of $(top_srcdir) when accessing generat...Mike Frysinger2006-08-241-1/+3
* fixes from psm so we can pull in uClibc headers properlyMike Frysinger2006-08-233-3/+15
* Michael Troß writes: Yes, the missing initialization of uniqblock seems to c...Mike Frysinger2006-06-261-12/+0
* if we cannot generate a locale, be a bit more specific in telling the user we...Mike Frysinger2006-06-261-1/+1
* Michael Troß writes:Mike Frysinger2006-06-261-0/+2
* Remove explicit compile rulesPeter S. Mazinger2006-02-271-6/+0
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-131-3/+4
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-225-11/+0
* Remove a loop if locales are to be builtPeter S. Mazinger2005-12-061-1/+2
* Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapierPeter S. Mazinger2005-11-251-6/+6
* Correct a dependency loopPeter S. Mazinger2005-11-251-1/+1
* Remove clean target in extra/locale and use locale_cleanPeter S. Mazinger2005-11-251-3/+0
* Integrate locales into new build system, move everything locale related to ex...Peter S. Mazinger2005-11-251-27/+44
* forgot to commit added filePeter S. Mazinger2005-11-251-0/+165
* locales prepared for new build system, will allow to autobuild locales, not o...Peter S. Mazinger2005-11-253-95/+6