| Commit message (Expand) | Author | Age | Files | Lines |
* | - fix fallout from r24140 and r24160 for !CTYPE_TABLES | Bernhard Reutner-Fischer | 2009-02-13 | 1 | -0/+1 |
* | *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x | Denis Vlasenko | 2009-01-21 | 1 | -3/+3 |
* | ctype: remove some trivial macros from ctype.h; | Denis Vlasenko | 2008-12-27 | 1 | -2/+4 |
* | fix improperly hidden fwprintf. | Denis Vlasenko | 2008-11-29 | 1 | -12/+2 |
* | - make isascii visible again | Bernhard Reutner-Fischer | 2008-11-27 | 1 | -2/+2 |
* | - make sure isspace() is exported. | Bernhard Reutner-Fischer | 2008-11-25 | 1 | -3/+6 |
* | deal with TODOs left over from libc_hidden_proto removal | Denis Vlasenko | 2008-11-21 | 1 | -6/+1 |
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -13/+19 |
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 1 | -2/+2 |
* | libc_hidden_proto removal, a few more functions | Denis Vlasenko | 2008-11-18 | 1 | -12/+12 |
* | libc_hidden_proto removal, just a few functions | Denis Vlasenko | 2008-11-18 | 1 | -1/+1 |
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -3/+3 |
* | - Avoid warning about undefined preprocessor token. No obj-code changes. | Bernhard Reutner-Fischer | 2008-05-30 | 1 | -3/+3 |
* | Added a bounch of locale fixes. | Carmelo Amoroso | 2008-05-19 | 1 | -0/+2 |
* | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger | 2006-03-22 | 1 | -3/+3 |
* | s/#if/#ifdef/ | Peter S. Mazinger | 2006-02-13 | 1 | -3/+3 |
* | global data uses libc_hidden_data_def, convert all -I hope- and add some new | Peter S. Mazinger | 2006-02-01 | 1 | -9/+9 |
* | some more prototypes | Peter S. Mazinger | 2006-01-30 | 1 | -0/+4 |
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger | 2006-01-22 | 1 | -1/+0 |
* | s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ... | Peter S. Mazinger | 2006-01-16 | 1 | -1/+1 |
* | Last relocs jump and global data, (even locales) that I could remove are gone... | Peter S. Mazinger | 2006-01-16 | 1 | -0/+40 |
* | Remove __XL(N) and __XL_ALIAS(N) adapting the last use of it | Peter S. Mazinger | 2006-01-15 | 1 | -8/+6 |
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -5/+4 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 1 | -15/+19 |
* | tweak __progname handling some more since some [bad] apps actually try and us... | Mike Frysinger | 2006-01-04 | 1 | -3/+1 |
* | Add __toupper, remove unneeded undefs for tolower | Peter S. Mazinger | 2006-01-03 | 1 | -4/+3 |
* | Provide __tolower and use it | Peter S. Mazinger | 2006-01-03 | 1 | -2/+5 |
* | Hide C and wchar related stuff | Peter S. Mazinger | 2005-12-16 | 1 | -58/+0 |
* | Add back in table-less ctype funcs for those interested in minimizing | Manuel Novoa III | 2003-09-08 | 1 | -2/+87 |
* | Create a typedef for the ctype bitmask table entries. | Manuel Novoa III | 2003-08-28 | 1 | -28/+8 |
* | Fix a few bugs in the new extended locale functions. | Manuel Novoa III | 2003-08-24 | 1 | -2/+12 |
* | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III | 2003-08-01 | 1 | -157/+884 |
* | New locale support (in development). Supports LC_CTYPE, LC_NUMERIC, | Manuel Novoa III | 2002-05-06 | 1 | -249/+237 |
* | Revert Erik's changes... they were broken since there weren't enough | Manuel Novoa III | 2002-04-09 | 1 | -18/+8 |
* | Support isblank() | Eric Andersen | 2002-02-23 | 1 | -0/+18 |
* | Fix a silly bug with the header file | Eric Andersen | 2001-08-17 | 1 | -1/+1 |
* | use some #defines internal to the ctype functions to eliminate them | Eric Andersen | 2001-08-14 | 1 | -0/+32 |
* | Add locale-enabled strcoll function from vodz, plus supporting tool. | Manuel Novoa III | 2001-06-02 | 1 | -1/+1 |
* | Since Erik apparently wants def/undef vs def 1/0... | Manuel Novoa III | 2001-03-19 | 1 | -2/+2 |
* | Part of the ctype locale support. | Manuel Novoa III | 2001-03-18 | 1 | -24/+178 |
* | A number of updates from Manuel Novoa III. Things look good... | Eric Andersen | 2000-12-20 | 1 | -1/+34 |
* | Make spelling of uClibc be consistant. | Eric Andersen | 2000-11-04 | 1 | -1/+1 |
* | More cleanups. Fix things so tinylogin compiles. | Eric Andersen | 2000-11-04 | 1 | -0/+1 |
* | Fix up ctype.h | Eric Andersen | 2000-10-17 | 1 | -48/+94 |
* | New misc tree that actually has misc stuff in it. | Eric Andersen | 2000-10-11 | 1 | -0/+67 |