index
:
delta/gnulib.git
EMACS_21_1_RC
FILEUTILS
SHELLUTILS
TEXTUTILS
akim-fix-upload
akim/relpath
baserock/build-essential
coreutils-8.9
diff-merge
emacs-unicode
emacs-unicode-2
haible-private
karl
lexbind
master
origin
pygnulib
python
stable-202201
stable-202207
stable-202301
topic/libposix
ueno/unicode-9.0.0
git.savannah.gnu.org: git/gnulib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test-strstr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
strstr: expand test coverage
Eric Blake
2011-02-25
1
-3
/
+13
*
strstr: fix a bug whereby strstr would mistakenly return NULL
Jim Meyering
2011-02-24
1
-0
/
+79
*
maint: update almost all copyright ranges to include 2011
Jim Meyering
2011-01-01
1
-1
/
+1
*
tests: Make them compile with TinyCC.
Bruno Haible
2010-10-16
1
-7
/
+7
*
memmem, strstr, strcasestr: fix bug with long periodic needle
Eric Blake
2010-10-05
1
-0
/
+19
*
Avoid some more warnings from "gcc -Wwrite-strings".
Bruno Haible
2010-06-11
1
-3
/
+3
*
maint: normalize copyright notices
Jim Meyering
2010-01-27
1
-1
/
+1
*
Fix copyright statement.
Simon Josefsson
2010-01-27
1
-1
/
+1
*
Refactor common macros used in tests.
Bruno Haible
2009-12-24
1
-13
/
+1
*
tests: add signature checks
Eric Blake
2009-12-24
1
-0
/
+3
*
Use spaces for indentation, not tabs.
Bruno Haible
2009-12-10
1
-33
/
+33
*
test-strstr: use memory fence, when possible
Eric Blake
2009-06-08
1
-2
/
+7
*
Check that memchr does not read past the first occurrence of the byte.
Bruno Haible
2009-06-03
1
-1
/
+6
*
tests/test-strstr.c: Rewrite to use malloc/strcpy instead of strdup.
Simon Josefsson
2009-05-26
1
-2
/
+6
*
tests/test-strstr.c: Add another self-test.
Simon Josefsson
2009-05-26
1
-1
/
+9
*
Add missing include.
Eric Blake
2008-06-10
1
-0
/
+1
*
Work around environments that (stupidly) ignore SIGALRM.
Bruno Haible
2008-06-10
1
-0
/
+1
*
Flush the standard error stream before aborting.
Bruno Haible
2008-04-11
1
-0
/
+1
*
Remove useless "if" tests before free. Deprecate "free" module.
Jim Meyering
2008-03-02
1
-4
/
+2
*
Increase the maximum allowed time for the test.
Bruno Haible
2008-01-12
1
-1
/
+1
*
Avoid quadratic strstr implementations.
Eric Blake
2008-01-10
1
-0
/
+155