summaryrefslogtreecommitdiff
path: root/src/pcre2grep.c
Commit message (Expand)AuthorAgeFilesLines
...
* Make pcre2grep work (using the interpreter) if compiled with JIT support when ph102016-10-131-0/+10
* Implement buffer expansion in pcre2grep.ph102016-10-111-72/+113
* Documentation detrail and make HTML for 10.22-RC1.ph102016-06-291-2/+2
* Fix bad interaction between -o and -M in pcre2grep.ph102016-06-171-14/+22
* Make pcre2grep use JIT (it was omitted by mistake).ph102016-05-311-2/+17
* Tidy up patch for Windows binary stdout in pcre2grep.ph102016-04-061-1/+6
* Add callout support to pcre2grepph102016-04-011-8/+294
* pcre2grep: fix \r\r\n problem for Windows, and give buffer size in error ph102016-04-011-30/+54
* Final file updates for 10.21 release.ph102016-01-121-1/+1
* Allow for up to 32-bit numbers in the ordin() function in pcre2grep.ph102015-11-291-1/+1
* Make -q override -l and -q in pcre2grep for compatibility with other greps.ph102015-08-051-8/+8
* Fix memory leak in pcre2grep.ph102015-06-301-2/+8
* Fix pcre2grep compile with -std=c99.ph102015-05-161-2/+2
* Fix pcre2grep loop provoked by \K in a lookbehind assertion in a non-anchored ph102015-04-031-4/+18
* Move context argument to last in pcre2_jit_stack_create().ph102014-11-281-1/+1
* Finish off changes of JIT stack assignmentph102014-11-081-1/+1
* Changed jit_stack_alloc to jit_stack_create.ph102014-11-031-1/+1
* Tidy a lot of files (remove trailing spaces)ph102014-10-201-23/+23
* Remove length argument from pcre2_config; give width if where==NULL.ph102014-10-151-2/+2
* Remove the ability to change newlines and \R at match time.ph102014-10-011-1/+1
* More draft documentation.ph102014-09-281-1/+1
* Fix int/long bug in limit argument decoding.ph102014-08-301-5/+5
* Change lengths to PCRE2_SIZE and revise OP_RECURSE processing.ph102014-08-161-7/+7
* Preparatory work for JIT.ph102014-08-081-3/+3
* Implement pcre2grep and its test.ph102014-07-151-3/+3244
* Create dummy framework for all functions and programs.ph102014-03-071-0/+9