summaryrefslogtreecommitdiff
path: root/testsuite/tst-pcre.c
Commit message (Collapse)AuthorAgeFilesLines
* maint: update copyright year ranges to include 2015; update gnulibJim Meyering2015-01-011-1/+1
|
* maint: enable more checksJim Meyering2014-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * cfg.mk (local-checks-to-skip): Remove exemptions for immutable NEWS as well as the two config.h checks. Also accept "sed.h", since the first thing it does is to include <config.h>. * sed/sed.h: Change "config.h" to <config.h>, for consistency with other GNU tools. * sed/utils.c: Likewise, here and for each of the following. * testsuite/bug-regex10.c: * testsuite/bug-regex11.c: * testsuite/bug-regex12.c: * testsuite/bug-regex13.c: * testsuite/bug-regex14.c: * testsuite/bug-regex15.c: * testsuite/bug-regex16.c: * testsuite/bug-regex21.c: * testsuite/bug-regex7.c: * testsuite/bug-regex8.c: * testsuite/bug-regex9.c: * testsuite/runptests.c: * testsuite/runtests.c: * testsuite/tst-boost.c: * testsuite/tst-pcre.c: * testsuite/tst-regex.c: * testsuite/tst-regex2.c: * testsuite/tst-rxspencer.c:
* maint: turn on the test that prohibits use of HAVE_CONFIG_HJim Meyering2014-11-301-2/+0
| | | | | | | | | | | | | | | | | | | | | | * cfg.mk (local-checks-to-skip): Remove the exemption here. * testsuite/bug-regex10.c: Remove the use of the offending macro. * testsuite/bug-regex11.c: Likewise. * testsuite/bug-regex12.c: Likewise. * testsuite/bug-regex13.c: Likewise. * testsuite/bug-regex14.c: Likewise. * testsuite/bug-regex15.c: Likewise. * testsuite/bug-regex16.c: Likewise. * testsuite/bug-regex21.c: Likewise. * testsuite/bug-regex7.c: Likewise. * testsuite/bug-regex8.c: Likewise. * testsuite/bug-regex9.c: Likewise. * testsuite/runptests.c: Likewise. * testsuite/runtests.c: Likewise. * testsuite/tst-boost.c: Likewise. * testsuite/tst-pcre.c: Likewise. * testsuite/tst-regex.c: Likewise. * testsuite/tst-regex2.c: Likewise. * testsuite/tst-rxspencer.c: Likewise.
* maint: update copyright dates; use gnulib's update-copyright moduleJim Meyering2014-11-301-1/+1
| | | | | | * bootstrap.conf (gnulib_modules): Add update-copyright. Then, run "make update-copyright". * Makefile.am: Add copyright header.
* maint: remove all trailing white spaceJim Meyering2014-11-301-1/+1
| | | | | | | | | | | First, run this command: git grep -l ' $'|xargs perl -pi -e 's/[ \t]+$//' Then some minor fix-up to make the two newly-failing tests pass once again: * testsuite/mac-mf.sed: Append this, s/ $//, to eliminate trailing spaces in the actual output. * testsuite/y-newline.good: Manually remove a trailing space between two concatenated prompts.
* gnulib .gitignore filesPaolo Bonzini2008-01-091-0/+2
|
* update FSF addressPaolo Bonzini2008-01-091-2/+2
| | | | git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--patch-49
* always enable regex tests when included regex is usedPaolo Bonzini2008-01-091-11/+17
| | | | | | | | | | | | | | | | | 2004-11-03 Paolo Bonzini <bonzini@gnu * bug-regex11.c: Improve portability. * bug-regex12.c: Improve portability. * bug-regex13.c: Improve portability. * bug-regex14.c: Improve portability. * bug-regex21.c: Improve portability. * bug-regex9.c: Improve portability. * tst-boost.c: Improve portability. * tst-pcre.c: Improve portability. * tst-regex.c: Improve portability. * tst-rxspencer.c: Improve portability. git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--patch-9
* initial importPaolo Bonzini2004-10-201-0/+241
(automatically generated log message) git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--base-0