aboutsummaryrefslogtreecommitdiff
path: root/string/string.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg1-3/+3
2017-06-20Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg1-1/+2
2017-06-20Fix fallout from bits/string.h removal.Zack Weinberg1-17/+0
2017-06-20Remove bits/string.h.Zack Weinberg1-21/+1
2017-06-122017-06-12 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra1-8/+0
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers1-14/+0
2017-02-16Clean up redundancies between string.h and strings.h.Zack Weinberg1-106/+2
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-16New string function explicit_bzero (from OpenBSD).Zack Weinberg1-0/+4
2016-11-16Correct comments in string.h re strcoll_l, strxfrm_l.Zack Weinberg1-5/+3
2016-08-02Support __STDC_WANT_LIB_EXT2__ feature test macro.Joseph Myers1-3/+5
2016-04-15Remove pre GCC3.2 optimizations from string/bits/string2.h.Wilco Dijkstra1-3/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-08-05Improve performance of mempcpy by inlining and using memcpy. EnableWilco Dijkstra1-0/+19
2015-03-04Don't define __CORRECT_ISO_CPP_STRING_H_PROTO for non-GCC compilers (bug 17631)Andreas Schwab1-6/+2
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers1-6/+5
2014-02-13Clean up trivially redundant __USE_MISC conditionals.Joseph Myers1-2/+2
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers1-4/+4
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-12-23Define __CORRECT_ISO_CPP_STRING_H_PROTO correctly for Clang.Brooks Moses1-2/+6
2013-01-10Remove __GNUC__ conditions for "long long" from string.h and wchar.h.Joseph Myers1-2/+0
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-06-15Add __wur to GNU version of strerror_r.Cyril Hrubis1-3/+2
2012-04-29Fix attributes for fortify functions.Marek Polacek1-1/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-07Remove pre-ISO C supportUlrich Drepper1-89/+87
2010-01-09Add support for XPG7 testing.Ulrich Drepper1-2/+4
2009-02-26* wctype/wctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper1-9/+11
2009-01-30* string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,Ulrich Drepper1-15/+134
2009-01-29 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper1-1/+92
2007-09-15* misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper1-1/+1
2007-02-01* sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value beforecvs/fedora-glibc-20070202T0923Ulrich Drepper1-1/+7
2004-10-182004-10-15 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper1-0/+5
2004-09-22Update.cvs/fedora-glibc-20040923T0148Ulrich Drepper1-58/+79
2004-09-07Update.Ulrich Drepper1-5/+5
2004-03-22Update.Ulrich Drepper1-2/+23
2003-07-15Update.Ulrich Drepper1-10/+4
2003-04-19Update.Ulrich Drepper1-5/+11
2002-08-28Prepare headers for use in ISO C++ compliant implementations.Ulrich Drepper1-5/+20
2002-08-27* ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.Roland McGrath1-9/+0
2002-08-06* locale/Versions (libc: GLIBC_2.3): Add all the *_l functionsRoland McGrath1-0/+9
2002-04-21Update.Ulrich Drepper1-3/+3
2001-10-31Update.Ulrich Drepper1-1/+1
2001-07-06Update to LGPL v2.1.Andreas Jaeger1-8/+8
2001-05-07Update.Andreas Jaeger1-1/+2
2001-04-17Replace const in attribute list with __const__.Ulrich Drepper1-3/+3
2001-04-02* string/string.h (strndupa): Add cast for C++ conformance. Andreas Jaeger1-2/+2
2001-02-06Update.Andreas Jaeger1-3/+1
2000-10-20Remove declaration of __strcasecmp and __strcasestr.Ulrich Drepper1-4/+0