log tests/test-strstr.c @ 17288:e1bf1347de53

age author description
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Fri, 25 Feb 2011 16:16:39 -0700 Eric Blake strstr: expand test coverage
Thu, 24 Feb 2011 10:57:22 +0100 Jim Meyering strstr: fix a bug whereby strstr would mistakenly return NULL
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Sat, 16 Oct 2010 03:04:19 +0200 Bruno Haible tests: Make them compile with TinyCC.
Tue, 05 Oct 2010 16:39:32 -0600 Eric Blake memmem, strstr, strcasestr: fix bug with long periodic needle
Fri, 11 Jun 2010 21:17:11 +0200 Bruno Haible Avoid some more warnings from "gcc -Wwrite-strings".
Wed, 27 Jan 2010 17:12:30 +0100 Jim Meyering maint: normalize copyright notices
Wed, 27 Jan 2010 16:13:04 +0100 Simon Josefsson Fix copyright statement.
Thu, 24 Dec 2009 21:01:42 +0100 Bruno Haible Refactor common macros used in tests.
Tue, 22 Dec 2009 10:57:14 -0700 Eric Blake tests: add signature checks
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Mon, 08 Jun 2009 06:17:39 -0600 Eric Blake test-strstr: use memory fence, when possible
Sun, 31 May 2009 14:38:11 +0200 Bruno Haible Check that memchr does not read past the first occurrence of the byte.
Tue, 26 May 2009 15:31:53 +0200 Simon Josefsson tests/test-strstr.c: Rewrite to use malloc/strcpy instead of strdup.
Tue, 26 May 2009 14:14:51 +0200 Simon Josefsson tests/test-strstr.c: Add another self-test.
Tue, 10 Jun 2008 06:25:20 -0600 Eric Blake Add missing include.
Tue, 10 Jun 2008 12:13:43 +0200 Bruno Haible Work around environments that (stupidly) ignore SIGALRM.
Fri, 11 Apr 2008 16:31:39 +0200 Bruno Haible Flush the standard error stream before aborting.
Mon, 18 Feb 2008 14:12:07 +0100 Jim Meyering Remove useless "if" tests before free. Deprecate "free" module.
Sat, 12 Jan 2008 01:14:37 +0100 Bruno Haible Increase the maximum allowed time for the test.
Thu, 10 Jan 2008 07:38:11 -0700 Eric Blake Avoid quadratic strstr implementations.