summaryrefslogtreecommitdiff
path: root/src/pcresearch.c
Commit message (Expand)AuthorAgeFilesLines
...
* pcresearch: set UTF-8 flag correctly for UTF-8 localesPetr Pisar2012-10-031-0/+8
* grep: avoid mishandling of long linesPaul Eggert2012-03-011-0/+3
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* build: fix compilation error on MSVC 9 to due Pexecute() declarationBruno Haible2011-11-121-9/+4
* build: avoid compilation failure when building without PCRE supportJim Meyering2011-09-151-1/+1
* build: avoid a warning when building with --disable-perl-regexp...Jim Meyering2011-06-211-2/+8
* dfa: avoid possibility of overflowPaul Eggert2011-06-191-1/+1
* grep -P: don't abort upon exceeding PCRE's backtracking limitJim Meyering2011-05-211-0/+4
* maint: update copyright year ranges to include 2011Jim Meyering2011-01-031-1/+1
* convert all TABs to equivalent spaces in indentationJim Meyering2010-04-081-24/+24
* build: detect PCRE support also when <pcre/pcre.h> is the headerJim Meyering2010-03-301-1/+3
* build: do not use pkg-config to test for PCRE supportJim Meyering2010-03-261-1/+1
* grep: libify *search.cPaolo Bonzini2010-03-221-2/+2
* grep: split search.cPaolo Bonzini2010-03-221-0/+178