OSDN Git Service

- trim any trailing whitespace
[uclinux-h8/uClibc.git] / libc / misc / ctype / ctype.c
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-05-30 Bernhard Reutner... - Avoid warning about undefined preprocessor token...
2008-05-19 Carmelo AmorosoAdded a bounch of locale fixes.
2006-03-22 Peter S. MazingerCorrect build if UCLIBC_HAS_CTYPE_TABLES is not defined
2006-02-13 Peter S. Mazingers/#if/#ifdef/
2006-02-01 Peter S. Mazingerglobal data uses libc_hidden_data_def, convert all...
2006-01-30 Peter S. Mazingersome more prototypes
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-16 Peter S. Mazingers/weak_alias/strong_alias/, only what I knew as needed...
2006-01-16 Peter S. MazingerLast relocs jump and global data, (even locales) that...
2006-01-15 Peter S. MazingerRemove __XL(N) and __XL_ALIAS(N) adapting the last...
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2006-01-04 Mike Frysingertweak __progname handling some more since some [bad...
2006-01-03 Peter S. MazingerAdd __toupper, remove unneeded undefs for tolower
2006-01-03 Peter S. MazingerProvide __tolower and use it
2005-12-16 Peter S. MazingerHide C and wchar related stuff
2003-09-08 Manuel Novoa III Add back in table-less ctype funcs for those interested...
2003-08-28 Manuel Novoa III Create a typedef for the ctype bitmask table entries.
2003-08-24 Manuel Novoa III Fix a few bugs in the new extended locale functions.
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2002-05-06 Manuel Novoa III New locale support (in development). Supports LC_CTYPE...
2002-04-09 Manuel Novoa III Revert Erik's changes... they were broken since there...
2002-02-23 Eric AndersenSupport isblank()
2001-08-17 Eric AndersenFix a silly bug with the header file
2001-08-14 Eric Andersenuse some #defines internal to the ctype functions to...
2001-06-02 Manuel Novoa III Add locale-enabled strcoll function from vodz, plus...
2001-03-19 Manuel Novoa III Since Erik apparently wants def/undef vs def 1/0...
2001-03-18 Manuel Novoa III Part of the ctype locale support.
2000-12-20 Eric AndersenA number of updates from Manuel Novoa III. Things...
2000-11-04 Eric AndersenMake spelling of uClibc be consistant.
2000-11-04 Eric AndersenMore cleanups. Fix things so tinylogin compiles.
2000-10-17 Eric AndersenFix up ctype.h
2000-10-11 Eric AndersenNew misc tree that actually has misc stuff in it.