summaryrefslogtreecommitdiff
path: root/src/pcresearch.c
Commit message (Expand)AuthorAgeFilesLines
...
* grep: port better to hosts with nonstandard nl_langinfoPaul Eggert2014-04-081-6/+2
* align grep -Pw with grep -wStephane Chazelas2014-02-251-2/+2
* grep -P: fix it so backreferences now work with -w and -xStephane Chazelas2014-02-241-2/+2
* maint: update copyright dates for 2014Jim Meyering2014-01-011-1/+1
* pcre: use PCRE_NO_UTF8_CHECK properlyJim Meyering2013-12-311-4/+8
* pcre: tell grep -P to relax its stance on invalid multibyte charsSantiago Ruano Rincón2013-12-211-1/+5
* pcre: avoid a nominal leakJim Meyering2013-12-181-1/+1
* maint: indent cpp directives to reflect nestingJim Meyering2013-12-181-10/+11
* grep: fix regression with -P vs. invalid UTF-8 inputJim Meyering2013-11-021-1/+12
* maint: update all copyright year number rangesJim Meyering2013-01-041-1/+1
* grep: normalize diagnosticsPaul Eggert2012-11-201-6/+6
* pcre: add PCRE-JIT support for grepPaolo Bonzini2012-11-101-1/+22
* maint: factor out STREQ definitionJim Meyering2012-10-031-2/+0
* maint: correct syntax-check failures; adjust NEWSJim Meyering2012-10-031-1/+3
* 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