summaryrefslogtreecommitdiffstats
path: root/newlib/libc/string
Commit message (Expand)AuthorAgeFilesLines
* newlib: string/Makefile.am (CHEWOUT_FILES): Add strnstr.defCorinna Vinschen2017-08-302-2/+2
* newlib: strnstr: drop traditional synopisisCorinna Vinschen2017-08-301-7/+0
* Add man page entry for strnstr.c.Sichen Zhao2017-08-302-0/+43
* Modify strnstr.c.Sichen Zhao2017-08-301-55/+10
* newlib: rebuild string/Makefile.inCorinna Vinschen2017-08-251-27/+49
* Port strnstr.c to newlib.Sichen Zhao2017-08-251-0/+1
* Import strnstr.c from FreeBSD.Sichen Zhao2017-08-251-0/+65
* Add ffsl(), ffsll(), fls(), flsl(), flsll()Sebastian Huber2017-07-057-13/+238
* Implement bzero() via memset()Sebastian Huber2017-07-051-8/+5
* string: fix strverscmp doc inclusionYaakov Selkowitz2017-06-191-0/+3
* string: add strverscmpYaakov Selkowitz2017-06-194-2/+114
* libc/string/strsignal.c: Use of || not && lead to dead code.Joel Sherrill2017-03-151-4/+2
* Add missing headers to fix implicit function defnsPat Pannuto2017-01-162-0/+2
* Bump release to 2.5.0 for yearly snapshot.newlib-2_5_0Jeff Johnston2016-12-221-32/+18
* Fix typo in strerror doccygwin-2_6_0-releaseCorinna Vinschen2016-08-311-1/+1
* strerror_l: Fix copy-and-paste typoEric Blake2016-08-231-1/+1
* Mention strerror_l in libc/string/strings.texCorinna Vinschen2016-08-231-1/+1
* Implement missing POSIX-1.2008 function strerror_lCorinna Vinschen2016-08-231-1/+18
* Remove extern declaration of __locale_cjk_lang in string/local.hCorinna Vinschen2016-08-211-4/+0
* Implement per-locale string functionsCorinna Vinschen2016-08-1518-52/+576
* Regenerate newlib MakefilesJon Turney2016-07-041-3/+16
* 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