Eugene Yudin
|
b98192b80e
fix tolower and locales
|
7 years ago |
Waldemar Brodkorb
|
b5d946a333
locale: cleanup support
|
8 years ago |
Waldemar Brodkorb
|
8cde3a9bf2
locales: add patch from OpenWrt
|
9 years ago |
Bernhard Reutner-Fischer
|
49d8a0e9c6
support building out-of-tree
|
15 years ago |
Denis Vlasenko
|
ef9bd8dd3a
extra/locale/gen_wctype.c: remove __CTYPE_isalnum and friends;
|
16 years ago |
Denis Vlasenko
|
1ad544a2ad
UCLIBC_CTYPE_HEADER define is removed, as it always
|
16 years ago |
Bernhard Reutner-Fischer
|
b46830f8b2
- fix locale dependencies and make default locale generation less verbose.
|
16 years ago |
Bernhard Reutner-Fischer
|
35e4e865b5
- standardize fopen error message a bit
|
16 years ago |
Bernhard Reutner-Fischer
|
9f8088b080
- add missing dependency on lt_defines.h
|
16 years ago |
Bernhard Reutner-Fischer
|
e8b6512645
- do not segfault if we end up with empty tables
|
16 years ago |
Bernhard Reutner-Fischer
|
1f020b1786
- trim any trailing whitespace
|
16 years ago |
Carmelo Amoroso
|
fa4e63add8
Fix build failure due to missing 'smallint' definition
|
16 years ago |
Denis Vlasenko
|
380783acef
Introduce and use small[u]int type. Changes in size:
|
16 years ago |
Mike Frysinger
|
75f7c634c3
fixes from psm so we can pull in uClibc headers properly
|
18 years ago |
Mike Frysinger
|
81f5b21c41
Michael Troß writes: Yes, the missing initialization of uniqblock seems to cause all this trouble. Now gen_wctype works without the rlimit stack hack.
|
18 years ago |
Mike Frysinger
|
cadddb83ff
if we cannot generate a locale, be a bit more specific in telling the user we are skipping it
|
18 years ago |
Mike Frysinger
|
6550b9fbe8
Michael Troß writes:
|
18 years ago |
Peter S. Mazinger
|
df31d32b41
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt
|
19 years ago |
Peter S. Mazinger
|
e1ae525bd8
locales prepared for new build system, will allow to autobuild locales, not only use the pregenerated ones
|
19 years ago |
Ned Ludd
|
5533874b8f
- avoid segfaulting when rlimit stack is set to low for gen_wctype by calling setrlimit(RLIMIT_STACK, &limit)
|
19 years ago |
Manuel Novoa III
|
cbee182dd7
Allow building on 64 bit archs. Hopefully the last cvs activity this
|
21 years ago |
Manuel Novoa III
|
deadfa70fc
This should enabled building of uClibc locale support when using uClibc itself.
|
21 years ago |
Manuel Novoa III
|
1217289737
Add a new *scanf implementation, includeing the *wscanf functions.
|
21 years ago |
Manuel Novoa III
|
c386ddb4d8
Ok... here's the summary:
|
22 years ago |
Manuel Novoa III
|
d07fdf8b9e
New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,
|
22 years ago |