aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/string
AgeCommit message (Expand)AuthorFilesLines
2012-12-202012-12-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-9/+37
2012-10-16 * libc/include/sys/features.h (__GNUC_PREREQ): Define. UseCorinna Vinschen1-2/+1
2012-08-08 * libc/posix/engine.c(dissect): Guard diagnostic pragma for rightCorinna Vinschen1-0/+3
2012-08-08 Throughout, run newlib with -Wall -Werror option and fix bugs andCorinna Vinschen1-0/+2
2012-05-10 * libc/include/string.h (memrchr): Declare.Corinna Vinschen3-2/+146
2011-08-232011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius7-12/+12
2011-08-232011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+3
2011-08-222011-08-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius5-3/+5
2011-08-192011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-0/+3
2011-05-25* libc/string/strerror.c (_strerror_r): Report "Success" for 0.Eric Blake1-0/+6
2011-05-25strerror: allow user hook to comply with POSIX rulesEric Blake4-25/+55
2011-04-15strchrnul: avoid segvEric Blake1-3/+1
2011-03-28Check in strchrnul.c file missing in previous checkinCorinna Vinschen1-0/+49
2011-03-28 * libc/include/string.h (strchrnul): Declare.Corinna Vinschen2-2/+11
2011-02-10strerror_r: provide POSIX implementationEric Blake5-12/+90
2010-12-162010-12-16 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+1
2010-10-06 * lib/str-two-way.h (two_way_long_needle): Avoid bug with longCorinna Vinschen1-2/+2
2010-09-222010-09-21 Craig Howland <howland@LGSInnovations.com>Jeff Johnston4-30/+26
2010-05-18* libc/string/strsignal.c (strsignal): Avoid duplicate case statement whereChristopher Faylor1-1/+1
2010-05-112010-05-11 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston4-24/+293
2010-04-22* libc/Makefile.am (SUBDEFS): Add LIBC_POSIX_DEF.DJ Delorie1-0/+1
2010-03-02 Add eXtensible Data Record (XDR) supportCorinna Vinschen1-0/+2
2010-02-242010-02-24 Charles Wilson <...>Jeff Johnston1-2/+1
2009-10-202009-10-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-91/+92
2009-08-182009-08-17 Craig Howland <howland@LGSInnovations.com>Jeff Johnston1-42/+10
2009-06-03 * libc/string/wcwidth.c: Optimize for speed.Corinna Vinschen2-4/+82
2009-06-02 * libc/ctype/jp2uc.c: Skip all definition if defined __CYGWIN__.Corinna Vinschen1-3/+1
2009-05-15 * libc/string/local.h: New file.Corinna Vinschen3-11/+251
2009-04-232009-04-23 Mike Burgess <wizardsguild@earthlink.net>Jeff Johnston4-29/+26
2009-04-062009-04-06 Mike Burgess <wizardsguild@earthlink.net>Jeff Johnston1-10/+9
2009-03-252009-03-25 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-15/+19
2009-03-15 * libc/include/sys/errno.h (ESTRPIPE): Define.Corinna Vinschen1-0/+8
2009-03-15 * libc/include/wchar.h (wcsdup, _wcsdup_r): Declare.Corinna Vinschen4-6/+81
2009-03-12 * libc/time/time.tex (wcsftime.def): Include.Corinna Vinschen1-0/+4
2009-03-11 * libc/include/wchar.h (wcscasecmp, wcsncasecmp): Declare.Corinna Vinschen5-21/+165
2008-12-122008-12-12 Craig Howland <howland@LGSInnovations.com>Jeff Johnston4-10/+203
2008-12-112008-12-11 Craig Howland <howland@LGSInnovations.com>Jeff Johnston1-2/+2
2008-10-022008-10-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+1
2008-09-29 * configure: Regenerate for new libtool.Steve Ellcey1-1/+13
2008-09-192008-09-19 Eric Blake <ebb9@byu.net>Jeff Johnston1-2/+26
2008-05-272008-05-27 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+1
2008-05-262008-05-26 Eric Blake <ebb9@byu.net>Jeff Johnston1-45/+36
2008-05-262008-05-26 Eric Blake <ebb9@byu.net>Jeff Johnston1-29/+22
2008-05-262008-05-26 Eric Blake <ebb9@byu.net>Jeff Johnston1-21/+21
2008-05-22Optimize the generic strchr.Eric Blake1-27/+42
2008-01-15* libc/string/Makefile.am (ELIX_2_SOURCES): Fix definition.Eric Blake2-26/+41
2008-01-12Make strstr and strcasestr O(n), not O(n^2); add memmem.Eric Blake6-12/+646
2007-12-192007-12-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+0
2007-12-19 * libc/include/wchar.h: Add prototypes for wcpcpy and wcpncpy.Corinna Vinschen5-6/+135
2007-07-04 * libc/include/wchar.h: Add prototype for wcsxfrm.Corinna Vinschen4-7/+72