about summary refs log tree commit diff
path: root/string/string.h
Commit message (Expand)AuthorAgeFilesLines
* Prepare for radical source tree reorganization. zack/build-layout-experimentZack Weinberg2017-06-081-544/+0
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-161-14/+0
* Clean up redundancies between string.h and strings.h.Zack Weinberg2017-02-161-106/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* New string function explicit_bzero (from OpenBSD).Zack Weinberg2016-12-161-0/+4
* Correct comments in string.h re strcoll_l, strxfrm_l.Zack Weinberg2016-11-161-5/+3
* Support __STDC_WANT_LIB_EXT2__ feature test macro.Joseph Myers2016-08-021-3/+5
* Remove pre GCC3.2 optimizations from string/bits/string2.h.Wilco Dijkstra2016-04-151-3/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Improve performance of mempcpy by inlining and using memcpy. EnableWilco Dijkstra2015-08-051-0/+19
* Don't define __CORRECT_ISO_CPP_STRING_H_PROTO for non-GCC compilers (bug 17631)Andreas Schwab2015-03-041-6/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-211-6/+5
* Clean up trivially redundant __USE_MISC conditionals.Joseph Myers2014-02-131-2/+2
* 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
* Define __CORRECT_ISO_CPP_STRING_H_PROTO correctly for Clang.Brooks Moses2013-12-231-2/+6
* Remove __GNUC__ conditions for "long long" from string.h and wchar.h.Joseph Myers2013-01-101-2/+0
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Add __wur to GNU version of strerror_r.Cyril Hrubis2012-06-151-3/+2
* Fix attributes for fortify functions.Marek Polacek2012-04-291-1/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Remove pre-ISO C supportUlrich Drepper2012-01-071-89/+87
* Add support for XPG7 testing.Ulrich Drepper2010-01-091-2/+4
* * wctype/wctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper2009-02-261-9/+11
* * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,Ulrich Drepper2009-01-301-15/+134
* Jakub Jelinek <jakub@redhat.com>Ulrich Drepper2009-01-291-1/+92
* * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper2007-09-151-1/+1
* * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before cvs/fedora-glibc-20070202T0923Ulrich Drepper2007-02-011-1/+7
* 2004-10-15 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper2004-10-181-0/+5
* Update. cvs/fedora-glibc-20040923T0148Ulrich Drepper2004-09-221-58/+79
* Update.Ulrich Drepper2004-09-071-5/+5
* Update.Ulrich Drepper2004-03-221-2/+23
* Update.Ulrich Drepper2003-07-151-10/+4
* Update.Ulrich Drepper2003-04-191-5/+11
* Prepare headers for use in ISO C++ compliant implementations.Ulrich Drepper2002-08-281-5/+20
* * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.Roland McGrath2002-08-271-9/+0
* * locale/Versions (libc: GLIBC_2.3): Add all the *_l functionsRoland McGrath2002-08-061-0/+9
* Update.Ulrich Drepper2002-04-211-3/+3
* Update.Ulrich Drepper2001-10-311-1/+1
* Update to LGPL v2.1.Andreas Jaeger2001-07-061-8/+8
* Update.Andreas Jaeger2001-05-071-1/+2
* Replace const in attribute list with __const__.Ulrich Drepper2001-04-171-3/+3
* * string/string.h (strndupa): Add cast for C++ conformance. Andreas Jaeger2001-04-021-2/+2
* Update.Andreas Jaeger2001-02-061-3/+1
* Remove declaration of __strcasecmp and __strcasestr.Ulrich Drepper2000-10-201-4/+0
* Update.Ulrich Drepper2000-09-141-1/+1
* Update.Ulrich Drepper2000-08-211-1/+2
* Update.Ulrich Drepper2000-05-281-1/+0
* Update.Andreas Jaeger2000-05-121-29/+44