| Commit message (Expand) | Author | Age | Files | Lines |
* | prettify make clean | Bernhard Reutner-Fischer | 2010-03-25 | 1 | -2/+2 |
* | remove superfluous extra semicolons | Bernhard Reutner-Fischer | 2009-11-20 | 1 | -10/+10 |
* | support selecting which locales to build | Bernhard Reutner-Fischer | 2009-10-28 | 1 | -15/+17 |
* | fix make {,install_}{,host}utils | Bernhard Reutner-Fischer | 2009-09-18 | 2 | -2/+27 |
* | use CURDIR | Bernhard Reutner-Fischer | 2009-08-25 | 1 | -4/+4 |
* | use pwd, not PWD | Bernhard Reutner-Fischer | 2009-08-19 | 1 | -4/+5 |
* | support building out-of-tree | Bernhard Reutner-Fischer | 2009-08-17 | 3 | -205/+212 |
* | locale: gen_wc8bit: try to find UTF8 locale automatically | Mike Frysinger | 2009-06-28 | 1 | -1/+24 |
* | - fix for !GETOPT_LONG | Bernhard Reutner-Fischer | 2008-12-22 | 1 | -11/+36 |
* | extra/locale/gen_wctype.c: remove __CTYPE_isalnum and friends; | Denis Vlasenko | 2008-12-22 | 1 | -379/+354 |
* | UCLIBC_CTYPE_HEADER define is removed, as it always | Denis Vlasenko | 2008-12-22 | 3 | -64/+19 |
* | more of warning fixes, mostly pointer signedness mismatches | Denis Vlasenko | 2008-12-21 | 1 | -1/+1 |
* | extra/locale/locale_mmap.h: fix broken whitespace | Denis Vlasenko | 2008-12-20 | 1 | -17/+15 |
* | libc/misc/locale/locale.c: heed a pile of warnings | Denis Vlasenko | 2008-12-20 | 1 | -2/+2 |
* | libc/misc/locale/locale.c: remove one unneeded static data, | Denis Vlasenko | 2008-12-20 | 1 | -2/+2 |
* | - fix args (untested) | Bernhard Reutner-Fischer | 2008-11-23 | 1 | -2/+2 |
* | - update recommendation for pregenerated locales. | Bernhard Reutner-Fischer | 2008-11-11 | 1 | -1/+1 |
* | - less verbose make clean | Bernhard Reutner-Fischer | 2008-11-07 | 1 | -4/+3 |
* | - fix locale dependencies and make default locale generation less verbose. | Bernhard Reutner-Fischer | 2008-10-14 | 4 | -281/+389 |
* | - standardize fopen error message a bit | Bernhard Reutner-Fischer | 2008-10-09 | 7 | -10/+10 |
* | - mention a FIXME for some make guru :) | Bernhard Reutner-Fischer | 2008-10-09 | 1 | -0/+4 |
* | - sync comment to rule as pointed out by psm. | Bernhard Reutner-Fischer | 2008-10-08 | 1 | -2/+2 |
* | - fix building locale (pre- and generated, even parallel) | Bernhard Reutner-Fischer | 2008-10-08 | 3 | -34/+49 |
* | - add/use variables to make build-tools configurable | Bernhard Reutner-Fischer | 2008-10-08 | 1 | -3/+3 |
* | - add missing dependency on lt_defines.h | Bernhard Reutner-Fischer | 2008-09-25 | 2 | -4/+5 |
* | - do not segfault if we end up with empty tables | Bernhard Reutner-Fischer | 2008-09-24 | 2 | -4/+15 |
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 5 | -29/+29 |
* | Fix some compiler warnings | Carmelo Amoroso | 2008-06-11 | 1 | -2/+2 |
* | Fix build failure due to missing 'smallint' definition | Carmelo Amoroso | 2008-05-27 | 2 | -2/+2 |
* | Introduce and use small[u]int type. Changes in size: | Denis Vlasenko | 2008-05-20 | 2 | -2/+2 |
* | Added a bounch of locale fixes. | Carmelo Amoroso | 2008-05-19 | 1 | -1/+1 |
* | - indent | Bernhard Reutner-Fischer | 2008-05-02 | 1 | -181/+177 |
* | Added implementation for 'locale' command. | Carmelo Amoroso | 2008-05-02 | 2 | -0/+823 |
* | Remove extra file separator | Carmelo Amoroso | 2008-03-16 | 1 | -1/+1 |
* | Fix build system to generate locale data instead of using pregenerated ones | Carmelo Amoroso | 2007-11-09 | 1 | -1/+3 |
* | psm says: use $(top_builddir) instead of $(top_srcdir) when accessing generat... | Mike Frysinger | 2006-08-24 | 1 | -1/+3 |
* | fixes from psm so we can pull in uClibc headers properly | Mike Frysinger | 2006-08-23 | 3 | -3/+15 |
* | Michael Troß writes: Yes, the missing initialization of uniqblock seems to c... | Mike Frysinger | 2006-06-26 | 1 | -12/+0 |
* | if we cannot generate a locale, be a bit more specific in telling the user we... | Mike Frysinger | 2006-06-26 | 1 | -1/+1 |
* | Michael Troß writes: | Mike Frysinger | 2006-06-26 | 1 | -0/+2 |
* | Remove explicit compile rules | Peter S. Mazinger | 2006-02-27 | 1 | -6/+0 |
* | libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a... | Peter S. Mazinger | 2006-02-13 | 1 | -3/+4 |
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger | 2006-01-22 | 5 | -11/+0 |
* | Remove a loop if locales are to be built | Peter S. Mazinger | 2005-12-06 | 1 | -1/+2 |
* | Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapier | Peter S. Mazinger | 2005-11-25 | 1 | -6/+6 |
* | Correct a dependency loop | Peter S. Mazinger | 2005-11-25 | 1 | -1/+1 |
* | Remove clean target in extra/locale and use locale_clean | Peter S. Mazinger | 2005-11-25 | 1 | -3/+0 |
* | Integrate locales into new build system, move everything locale related to ex... | Peter S. Mazinger | 2005-11-25 | 1 | -27/+44 |
* | forgot to commit added file | Peter S. Mazinger | 2005-11-25 | 1 | -0/+165 |
* | locales prepared for new build system, will allow to autobuild locales, not o... | Peter S. Mazinger | 2005-11-25 | 3 | -95/+6 |