Age | Commit message (Expand) | Author |
2012-06-15 | do not include xlocale.h, it is included by locale.h when needed | Peter S. Mazinger |
2010-12-18 | extra/locale/Makefile: Consider the case of building out of sourcedir | Khem Raj |
2010-05-05 | Fix gen_wc8bit support for finding a UTF8 locale on host. | Andy Gibbs |
2010-03-25 | prettify make clean | Bernhard Reutner-Fischer |
2009-11-20 | remove superfluous extra semicolons | Bernhard Reutner-Fischer |
2009-10-28 | support selecting which locales to build | Bernhard Reutner-Fischer |
2009-09-18 | fix make {,install_}{,host}utils | Bernhard Reutner-Fischer |
2009-08-25 | use CURDIR | Bernhard Reutner-Fischer |
2009-08-19 | use pwd, not PWD | Bernhard Reutner-Fischer |
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer |
2009-06-28 | locale: gen_wc8bit: try to find UTF8 locale automatically | Mike Frysinger |
2008-12-22 | - fix for !GETOPT_LONG | Bernhard Reutner-Fischer |
2008-12-22 | extra/locale/gen_wctype.c: remove __CTYPE_isalnum and friends; | Denis Vlasenko |
2008-12-22 | UCLIBC_CTYPE_HEADER define is removed, as it always | Denis Vlasenko |
2008-12-21 | more of warning fixes, mostly pointer signedness mismatches | Denis Vlasenko |
2008-12-20 | extra/locale/locale_mmap.h: fix broken whitespace | Denis Vlasenko |
2008-12-20 | libc/misc/locale/locale.c: heed a pile of warnings | Denis Vlasenko |
2008-12-20 | libc/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 clean | Bernhard 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 bit | Bernhard 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 configurable | Bernhard Reutner-Fischer |
2008-09-25 | - add missing dependency on lt_defines.h | Bernhard Reutner-Fischer |
2008-09-24 | - do not segfault if we end up with empty tables | Bernhard Reutner-Fischer |
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer |
2008-06-11 | Fix some compiler warnings | Carmelo Amoroso |
2008-05-27 | Fix build failure due to missing 'smallint' definition | Carmelo Amoroso |
2008-05-20 | Introduce and use small[u]int type. Changes in size: | Denis Vlasenko |
2008-05-19 | Added a bounch of locale fixes. | Carmelo Amoroso |
2008-05-02 | - indent | Bernhard Reutner-Fischer |
2008-05-02 | Added implementation for 'locale' command. | Carmelo Amoroso |
2008-03-16 | Remove extra file separator | Carmelo Amoroso |
2007-11-09 | Fix build system to generate locale data instead of using pregenerated ones | Carmelo Amoroso |
2006-08-24 | psm says: use $(top_builddir) instead of $(top_srcdir) when accessing generat... | Mike Frysinger |
2006-08-23 | fixes from psm so we can pull in uClibc headers properly | Mike Frysinger |
2006-06-26 | Michael Troß writes: Yes, the missing initialization of uniqblock seems to c... | Mike Frysinger |
2006-06-26 | if we cannot generate a locale, be a bit more specific in telling the user we... | Mike Frysinger |
2006-06-26 | Michael Troß writes: | Mike Frysinger |
2006-02-27 | Remove explicit compile rules | Peter S. Mazinger |
2006-02-13 | libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a... | Peter S. Mazinger |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger |
2005-12-06 | Remove a loop if locales are to be built | Peter S. Mazinger |
2005-11-25 | Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapier | Peter S. Mazinger |
2005-11-25 | Correct a dependency loop | Peter S. Mazinger |
2005-11-25 | Remove clean target in extra/locale and use locale_clean | Peter S. Mazinger |