summaryrefslogtreecommitdiffstats
path: root/newlib/libc/string
Commit message (Expand)AuthorAgeFilesLines
* Add timingsafe_memcmp()Sebastian Huber2016-03-183-18/+73
* Add timingsafe_bcmp()Sebastian Huber2016-03-183-21/+58
* Add explicit_bzero()Sebastian Huber2016-03-183-46/+72
* Fix compile with GCC 5 -WerrorYaakov Selkowitz2016-02-121-1/+1
* Move duplicated documentation rules to Makefile.sharedJeff Johnston2015-11-022-21/+15
* Add missing semicolons to prototypes.Jeff Johnston2015-11-022-8/+8
* Regenerate Makefile.inJon TURNEY2015-06-291-1/+1
* Use source files which have makedoc markup, but aren't processed or included.newlib-snapshot-20150623Jon TURNEY2015-06-242-1/+5
* Use makedoc output files which are generated but aren't includedJon TURNEY2015-06-241-0/+8
* Remove stray punctuation in ANSI_SYNOPSIS prototypesJon TURNEY2015-06-232-2/+2
* string: add GNU basename(3)Yaakov Selkowitz2015-04-233-2/+38
* * libc/string/memccpy.c (memccpy): Fix warning about signed-unsignedCorinna Vinschen2014-10-098-9/+15
* * libc/string/strerror.c: Fix documentation so makedoc doesn'tCorinna Vinschen2014-07-301-1/+1
* * libc/include/sys/errno.h: Fix comments.Corinna Vinschen2014-07-141-17/+74
* 2013-12-10 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2013-12-103-0/+19
* 2013-11-26 Julio Gutierrez <jgutleyva@gmail.com>Joel Sherrill2013-11-2610-52/+61
* 2013-08-08 Freddie Chopin <freddie_chopin@op.pl>Joel Sherrill2013-08-081-1/+1
* * libc/sys/linux/include/netdb.h, libc/sys/linux/net/getaddrinfo.c,Corinna Vinschen2013-07-2310-32/+39
* * libc/include/string.h (rawmemchr): Declare.Yaakov Selkowitz2013-06-243-2/+133
* 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston2013-04-291-2/+4
* 2012-12-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2012-12-201-9/+37
* * libc/include/sys/features.h (__GNUC_PREREQ): Define. UseCorinna Vinschen2012-10-161-2/+1
* * libc/posix/engine.c(dissect): Guard diagnostic pragma for rightCorinna Vinschen2012-08-081-0/+3
* Throughout, run newlib with -Wall -Werror option and fix bugs andCorinna Vinschen2012-08-081-0/+2
* * libc/include/string.h (memrchr): Declare.Corinna Vinschen2012-05-103-2/+146
* 2011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-237-12/+12
* 2011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-231-0/+3
* 2011-08-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-225-3/+5
* 2011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-193-0/+3
* * libc/string/strerror.c (_strerror_r): Report "Success" for 0.Eric Blake2011-05-251-0/+6
* strerror: allow user hook to comply with POSIX rulesEric Blake2011-05-254-25/+55
* strchrnul: avoid segvEric Blake2011-04-151-3/+1
* Check in strchrnul.c file missing in previous checkinCorinna Vinschen2011-03-281-0/+49
* * libc/include/string.h (strchrnul): Declare.Corinna Vinschen2011-03-282-2/+11
* strerror_r: provide POSIX implementationEric Blake2011-02-105-12/+90
* 2010-12-16 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2010-12-161-0/+1
* * lib/str-two-way.h (two_way_long_needle): Avoid bug with longCorinna Vinschen2010-10-061-2/+2
* 2010-09-21 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2010-09-224-30/+26
* * libc/string/strsignal.c (strsignal): Avoid duplicate case statement whereChristopher Faylor2010-05-181-1/+1
* 2010-05-11 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston2010-05-114-24/+293
* * libc/Makefile.am (SUBDEFS): Add LIBC_POSIX_DEF.DJ Delorie2010-04-221-0/+1
* Add eXtensible Data Record (XDR) supportCorinna Vinschen2010-03-021-0/+2
* 2010-02-24 Charles Wilson <...>Jeff Johnston2010-02-241-2/+1
* 2009-10-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-10-201-91/+92
* 2009-08-17 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2009-08-181-42/+10
* * libc/string/wcwidth.c: Optimize for speed.Corinna Vinschen2009-06-032-4/+82
* * libc/ctype/jp2uc.c: Skip all definition if defined __CYGWIN__.Corinna Vinschen2009-06-021-3/+1
* * libc/string/local.h: New file.Corinna Vinschen2009-05-153-11/+251
* 2009-04-23 Mike Burgess <wizardsguild@earthlink.net>Jeff Johnston2009-04-234-29/+26
* 2009-04-06 Mike Burgess <wizardsguild@earthlink.net>Jeff Johnston2009-04-061-10/+9