about summary refs log tree commit diff
path: root/ctype
Commit message (Expand)AuthorAgeFilesLines
* ctype: Reformat Makefile.Carlos O'Donell2024-02-251-4/+13
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0110-10/+10
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0610-10/+10
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0110-10/+10
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0210-10/+10
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0110-10/+10
* 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-0710-10/+10
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0110-10/+10
* Use libc_hidden_* for tolower, toupper (bug 15105).Joseph Myers2018-02-231-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0110-10/+10
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-203-9/+9
* 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-0110-10/+10
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0410-10/+10
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-161-3/+1
* Fix isblank / isascii / toascii namespace (bug 17635).Joseph Myers2015-01-054-17/+55
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-028-8/+8
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-0/+3
* 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-018-8/+8
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-028-9/+8
* 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-098-24/+16
* Remove pre-ISO C supportUlrich Drepper2012-01-071-7/+7
* Optimize access to isXYZ and toXYZ tablesUlrich Drepper2011-10-152-1/+17
* Fix definition of __isctype_fUlrich Drepper2011-10-151-1/+1
* Support optimized isXXX functions in C++ codeUlrich Drepper2011-10-141-7/+33
* Remove redundant .gitignore files.Andreas Schwab2009-05-161-6/+0
* rename each .cvsignore file to .gitignoreJim Meyering2009-05-151-0/+0
* * ctype/ctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper2009-02-261-5/+5
* * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address, Jakub Jelinek2008-11-071-4/+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
* [BZ #284, BZ #721]Roland McGrath2005-02-171-3/+3
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-3/+3
* 2.5-18.1Jakub Jelinek2007-07-121-3/+3
* Update.Ulrich Drepper2004-09-071-3/+3
* 2002-09-23 Roland McGrath <roland@redhat.com>Roland McGrath2002-09-241-2/+2
* * ctype/ctype-info.c: Renamed __ctype_old_* symbols to __ctype_*.Roland McGrath2002-09-051-12/+12
* * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):Roland McGrath2002-09-023-41/+46
* Update.Ulrich Drepper2002-09-012-18/+87
* Update.Ulrich Drepper2002-09-014-2/+41
* * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): PassRoland McGrath2002-09-014-91/+32
* 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-272-5/+5
* * locale/Versions (libc: GLIBC_2.3): Add all the *_l functionsRoland McGrath2002-08-062-30/+59