summaryrefslogtreecommitdiff
path: root/extra/locale
AgeCommit message (Expand)Author
2010-05-05Fix gen_wc8bit support for finding a UTF8 locale on host.Andy Gibbs
2010-03-25prettify make cleanBernhard Reutner-Fischer
2009-11-20remove superfluous extra semicolonsBernhard Reutner-Fischer
2009-10-28support selecting which locales to buildBernhard Reutner-Fischer
2009-09-18fix make {,install_}{,host}utilsBernhard Reutner-Fischer
2009-08-25use CURDIRBernhard Reutner-Fischer
2009-08-19use pwd, not PWDBernhard Reutner-Fischer
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2009-06-28locale: gen_wc8bit: try to find UTF8 locale automaticallyMike Frysinger
2008-12-22- fix for !GETOPT_LONGBernhard Reutner-Fischer
2008-12-22extra/locale/gen_wctype.c: remove __CTYPE_isalnum and friends;Denis Vlasenko
2008-12-22UCLIBC_CTYPE_HEADER define is removed, as it alwaysDenis Vlasenko
2008-12-21more of warning fixes, mostly pointer signedness mismatchesDenis Vlasenko
2008-12-20extra/locale/locale_mmap.h: fix broken whitespaceDenis Vlasenko
2008-12-20libc/misc/locale/locale.c: heed a pile of warningsDenis Vlasenko
2008-12-20libc/misc/locale/locale.c: remove one unneeded static data,Denis Vlasenko
2008-11-23- fix args (untested)Bernhard Reutner-Fischer
2008-11-11- update recommendation for pregenerated locales.Bernhard Reutner-Fischer
2008-11-07- less verbose make cleanBernhard Reutner-Fischer
2008-10-14- fix locale dependencies and make default locale generation less verbose.Bernhard Reutner-Fischer
2008-10-09- standardize fopen error message a bitBernhard Reutner-Fischer
2008-10-09- mention a FIXME for some make guru :)Bernhard Reutner-Fischer
2008-10-08- sync comment to rule as pointed out by psm.Bernhard Reutner-Fischer
2008-10-08- fix building locale (pre- and generated, even parallel)Bernhard Reutner-Fischer
2008-10-08- add/use variables to make build-tools configurableBernhard Reutner-Fischer
2008-09-25- add missing dependency on lt_defines.hBernhard Reutner-Fischer
2008-09-24- do not segfault if we end up with empty tablesBernhard Reutner-Fischer
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-06-11Fix some compiler warningsCarmelo Amoroso
2008-05-27Fix build failure due to missing 'smallint' definitionCarmelo Amoroso
2008-05-20Introduce and use small[u]int type. Changes in size:Denis Vlasenko
2008-05-19Added a bounch of locale fixes.Carmelo Amoroso
2008-05-02- indentBernhard Reutner-Fischer
2008-05-02Added implementation for 'locale' command.Carmelo Amoroso
2008-03-16Remove extra file separatorCarmelo Amoroso
2007-11-09Fix build system to generate locale data instead of using pregenerated onesCarmelo Amoroso
2006-08-24psm says: use $(top_builddir) instead of $(top_srcdir) when accessing generat...Mike Frysinger
2006-08-23fixes from psm so we can pull in uClibc headers properlyMike Frysinger
2006-06-26Michael Troß writes: Yes, the missing initialization of uniqblock seems to c...Mike Frysinger
2006-06-26if we cannot generate a locale, be a bit more specific in telling the user we...Mike Frysinger
2006-06-26Michael Troß writes:Mike Frysinger
2006-02-27Remove explicit compile rulesPeter S. Mazinger
2006-02-13libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2005-12-06Remove a loop if locales are to be builtPeter S. Mazinger
2005-11-25Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapierPeter S. Mazinger
2005-11-25Correct a dependency loopPeter S. Mazinger
2005-11-25Remove clean target in extra/locale and use locale_cleanPeter S. Mazinger
2005-11-25Integrate locales into new build system, move everything locale related to ex...Peter S. Mazinger
2005-11-25forgot to commit added filePeter S. Mazinger