summaryrefslogtreecommitdiff
path: root/modules/memchr2-tests
Commit message (Collapse)AuthorAgeFilesLines
* Refactor common macros used in tests.Bruno Haible2009-12-241-0/+1
|
* Make zeroptr.h work on mingw.Bruno Haible2009-05-201-0/+1
|
* mmap-anon: avoid out-of-order autoconf expansionEric Blake2009-05-131-0/+1
| | | | | | | | | | | | * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b. * modules/memchr-tests (Depends-on): Add extensions. * modules/memchr2-tests (Depends-on): Add extensions. * modules/memcmp-tests (Depends-on): Add extensions. * modules/memmem-tests (Depends-on): Add extensions. * modules/memrchr-tests (Depends-on): Add extensions. Signed-off-by: Eric Blake <ebb9@byu.net>
* Make some tests ISO C 99 compliant.Bruno Haible2009-05-141-0/+5
|
* New module 'memchr2'.Eric Blake2008-03-011-0/+10
* modules/memchr2: New file. * modules/memchr2-tests: Likewise. * lib/memchr2.h: Likewise. * lib/memchr2.c: Likewise, based on memchr.c. * tests/test-memchr2.c: New test. * MODULES.html.sh (String handling): Add memchr2. Signed-off-by: Eric Blake <ebb9@byu.net>