summaryrefslogtreecommitdiff
path: root/lib/strstr.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-8/+8
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* builtin-expect: new modulePaul Eggert2016-12-161-4/+0
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-2/+2
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-2/+2
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-6/+6
* Share two-way algorithm.Eric Blake2008-01-101-359/+5
* Avoid quadratic strstr implementations.Eric Blake2008-01-101-0/+437
* Move to mbsstr.c.Bruno Haible2007-02-051-126/+0
* * doc/gnulib-tool.texi (Initial import): Update to match currentPaul Eggert2007-01-261-3/+3
* Include <config.h> unconditionally.Bruno Haible2006-09-141-4/+2
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+1
* Include a header, to define NULL.Bruno Haible2005-08-311-0/+2
* Fix return value.Bruno Haible2005-08-191-1/+1
* Make strstr() work in multibyte locales.Bruno Haible2005-08-171-99/+106
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Assume ANSI C.Bruno Haible2003-09-101-4/+2
* Minimize diffs to glibc. Modernize.Bruno Haible2002-11-151-2/+1
* Update from GNU libc.Jim Meyering2000-11-171-2/+6
* back out Copyright date changes for files with no changes yearJim Meyering2000-08-071-1/+1
* update copyright dateJim Meyering2000-07-091-1/+1
* (strstr): Include config.h.Jim Meyering1999-11-191-2/+6
* ansideclifyJim Meyering1998-12-071-3/+1
* Update from libit.Jim Meyering1996-07-161-31/+103
* update fsf addressJim Meyering1996-07-151-9/+4
* Initial revisionJim Meyering1992-10-311-0/+49