summaryrefslogtreecommitdiff
path: root/ctype/ctype.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis2019-10-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-201-5/+5
* Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg2017-06-201-14/+2
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-161-8/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-211-1/+1
* Clean up trivially redundant __USE_MISC conditionals.Joseph Myers2014-02-131-4/+4
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-121-4/+4
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-011-2/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Remove pre-ISO C supportUlrich Drepper2012-01-071-7/+7
* Fix definition of __isctype_fUlrich Drepper2011-10-151-1/+1
* Support optimized isXXX functions in C++ codeUlrich Drepper2011-10-141-7/+33
* * ctype/ctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper2009-02-261-5/+5
* * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,cvs/fedora-glibc-20080103T1958Ulrich Drepper2008-01-031-4/+4
* * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.Ulrich Drepper2007-03-171-3/+3
* Update.Ulrich Drepper2004-09-071-3/+3
* * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):Roland McGrath2002-09-021-10/+18
* Update.Ulrich Drepper2002-09-011-0/+57
* Update.Ulrich Drepper2002-09-011-0/+5
* * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): PassRoland McGrath2002-09-011-60/+3
* Prepare headers for use in ISO C++ compliant implementations.Ulrich Drepper2002-08-281-5/+14
* * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.Roland McGrath2002-08-271-4/+3
* * locale/Versions (libc: GLIBC_2.3): Add all the *_l functionsRoland McGrath2002-08-061-16/+42
* Update to LGPL v2.1.Andreas Jaeger2001-07-061-8/+8
* Update.Andreas Jaeger2001-05-071-3/+2
* Update.Ulrich Drepper2000-09-141-1/+1
* Update.Ulrich Drepper2000-08-201-2/+2
* Update.Ulrich Drepper2000-04-061-2/+0
* Update.Ulrich Drepper1999-10-091-31/+38
* Update.Ulrich Drepper1999-10-081-16/+16
* Update.Ulrich Drepper1999-08-181-4/+1
* (__tobody): Fix typo.Ulrich Drepper1999-06-081-1/+1
* Update.Ulrich Drepper1999-06-081-14/+15
* Update.Ulrich Drepper1999-05-241-1/+1
* Updated.Andreas Schwab1999-03-291-2/+2
* Update.Ulrich Drepper1999-02-071-11/+30
* Update.Ulrich Drepper1999-01-241-3/+4
* Don't user __tolower directly for tolower implementation. Use inline functio...Ulrich Drepper1999-01-231-3/+17