summaryrefslogtreecommitdiffstats
path: root/libc/misc/ctype/ctype.c
Commit message (Expand)AuthorAgeFilesLines
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-13/+19
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-2/+2
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-12/+12
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-181-1/+1
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-3/+3
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-301-3/+3
* Added a bounch of locale fixes.Carmelo Amoroso2008-05-191-0/+2
* Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger2006-03-221-3/+3
* s/#if/#ifdef/Peter S. Mazinger2006-02-131-3/+3
* global data uses libc_hidden_data_def, convert all -I hope- and add some newPeter S. Mazinger2006-02-011-9/+9
* some more prototypesPeter S. Mazinger2006-01-301-0/+4
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-1/+0
* s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ...Peter S. Mazinger2006-01-161-1/+1
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-161-0/+40
* Remove __XL(N) and __XL_ALIAS(N) adapting the last use of itPeter S. Mazinger2006-01-151-8/+6
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-5/+4
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-15/+19
* tweak __progname handling some more since some [bad] apps actually try and us...Mike Frysinger2006-01-041-3/+1
* Add __toupper, remove unneeded undefs for tolowerPeter S. Mazinger2006-01-031-4/+3
* Provide __tolower and use itPeter S. Mazinger2006-01-031-2/+5
* Hide C and wchar related stuffPeter S. Mazinger2005-12-161-58/+0
* Add back in table-less ctype funcs for those interested in minimizingManuel Novoa III2003-09-081-2/+87
* Create a typedef for the ctype bitmask table entries.Manuel Novoa III2003-08-281-28/+8
* Fix a few bugs in the new extended locale functions.Manuel Novoa III2003-08-241-2/+12
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-011-157/+884
* New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,Manuel Novoa III2002-05-061-249/+237
* Revert Erik's changes... they were broken since there weren't enoughManuel Novoa III2002-04-091-18/+8
* Support isblank()Eric Andersen2002-02-231-0/+18
* Fix a silly bug with the header fileEric Andersen2001-08-171-1/+1
* use some #defines internal to the ctype functions to eliminate themEric Andersen2001-08-141-0/+32
* Add locale-enabled strcoll function from vodz, plus supporting tool.Manuel Novoa III2001-06-021-1/+1
* Since Erik apparently wants def/undef vs def 1/0...Manuel Novoa III2001-03-191-2/+2
* Part of the ctype locale support.Manuel Novoa III2001-03-181-24/+178
* A number of updates from Manuel Novoa III. Things look good...Eric Andersen2000-12-201-1/+34
* Make spelling of uClibc be consistant.Eric Andersen2000-11-041-1/+1
* More cleanups. Fix things so tinylogin compiles.Eric Andersen2000-11-041-0/+1
* Fix up ctype.hEric Andersen2000-10-171-48/+94
* New misc tree that actually has misc stuff in it.Eric Andersen2000-10-111-0/+67