OSDN Git Service

test: get out of the endless while loop, when bind failed
[uclinux-h8/uClibc.git] / include / ctype.h
2014-04-08 Bernhard Reutner... ctype.h: Tweak comment
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-10 Peter S. Mazingerctype.c, ctype.h: remove commented parts that were...
2011-03-09 Peter S. Mazingerctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove...
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-19 Bernhard Reutner... SUSv4: disable isascii, toascii, _toupper, _tolower
2009-11-13 Bernhard Reutner... silence warning about undefined CPP token
2009-10-08 Bernhard Reutner... _toupper, _tolower depend on SUSv4
2009-09-18 Denys Vlasenkoconvert // comments to /**/; remove empty #if/#endif...
2009-02-13 Bernhard Reutner... - fix compilation of !UCLIBC_HAS_CTYPE_TABLES by mergin...
2009-02-11 Denis Vlasenkoadd comment why do we need _ISbit() macro
2009-02-10 Carmelo AmorosoRe-add _ISbit macro required to build libstdc++ from...
2008-12-29 Bernhard Reutner... - whitespace cleanup; no obj-code changes
2008-12-27 Denis VlasenkoHelp unifdef to remove private parts of headers
2008-12-27 Denis Vlasenkoctype: remove some trivial macros from ctype.h;
2008-12-22 Denis VlasenkoRemove unused macros
2008-11-27 Bernhard Reutner... - make isascii visible again
2008-11-25 Bernhard Reutner... - make sure isspace() is exported.
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, a few more functions
2008-09-09 Carmelo AmorosoHush compiler for extern inline warnings by using
2005-12-16 Peter S. MazingerConvert all the rest, remove isxupper/isxlower, if...
2005-11-27 Peter S. MazingerSync minimally w/ glibc, else cpio fails building
2003-09-08 Manuel Novoa III Obligatory forgotten file.
2003-08-28 Manuel Novoa III Create a typedef for the ctype bitmask table entries.
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2002-11-20 Eric AndersenPatch from Aidan Van Dyk to make _toupper and _tolower
2002-11-19 Eric AndersenAidan Van Dyk noticed that _toupper and _tolower were...
2002-08-16 Manuel Novoa III Disable macro implementations. Somehow I missed the...
2002-05-06 Manuel Novoa III New locale support (in development). Supports LC_CTYPE...
2002-02-23 Eric AndersenSupport isblank()
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-09-27 Eric AndersenRev all the header files to sync things with glibc...
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-07-11 David McCulloughAdded __BEGIN_DECLS and __END_DECLS to the files that...
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-11-04 Eric AndersenMore cleanups. Fix things so tinylogin compiles.
2000-10-17 Eric AndersenFix up ctype.h
2000-05-14 Erik AndersenInitial revision