summaryrefslogtreecommitdiffstats
path: root/extra/locale/gen_wctype.c
Commit message (Expand)AuthorAgeFilesLines
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-37/+28
* 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-221-61/+17
* - fix locale dependencies and make default locale generation less verbose.Bernhard Reutner-Fischer2008-10-141-44/+50
* - standardize fopen error message a bitBernhard Reutner-Fischer2008-10-091-1/+1
* - add missing dependency on lt_defines.hBernhard Reutner-Fischer2008-09-251-2/+2
* - do not segfault if we end up with empty tablesBernhard Reutner-Fischer2008-09-241-4/+14
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-3/+3
* Fix build failure due to missing 'smallint' definitionCarmelo Amoroso2008-05-271-1/+1
* Introduce and use small[u]int type. Changes in size:Denis Vlasenko2008-05-201-1/+1
* fixes from psm so we can pull in uClibc headers properlyMike Frysinger2006-08-231-1/+7
* 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
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-2/+0
* locales prepared for new build system, will allow to autobuild locales, not o...Peter S. Mazinger2005-11-251-1/+1
* - avoid segfaulting when rlimit stack is set to low for gen_wctype by calling...Ned Ludd2005-02-261-0/+12
* Allow building on 64 bit archs. Hopefully the last cvs activity thisManuel Novoa III2004-02-051-2/+2
* This should enabled building of uClibc locale support when using uClibc itself.Manuel Novoa III2003-09-161-2/+3
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-011-9/+9
* Ok... here's the summary:Manuel Novoa III2002-11-221-20/+56
* New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,Manuel Novoa III2002-05-061-0/+833