aboutsummaryrefslogtreecommitdiff
path: root/src/grab.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix typoThomas Voss 2024-01-181-1/+1
|
* Compile with REG_DOTALL when -n is not providedThomas Voss 2024-01-181-4/+4
|
* Add support for UTF-8 and UnicodeThomas Voss 2024-01-181-15/+28
|
* Increase emsg buffer sizeThomas Voss 2024-01-181-1/+1
| | | | | 128 should be enough, but the PCRE grep implementation by the grep developers use 256, so that might be a safer bet.
* Decrease macro usageThomas Voss 2024-01-181-4/+4
|
* Terminate the longopts in grab.c with a null rowThomas Voss 2024-01-181-0/+1
|
* Simplify code using libcompatThomas Voss 2024-01-181-5/+1
|
* Remove manual escape handlingThomas Voss 2024-01-181-17/+0
| | | | This is all handled for us by the PCRE2 library
* Wrap -f/--filenames in ‘#if GIT_GRAB’Thomas Voss 2024-01-181-0/+2
|
* Add optional PCRE supportThomas Voss 2024-01-181-5/+9
|
* Grab the latest version of da.hThomas Voss 2024-01-171-2/+2
|
* Switch colors to use GRAB_COLORS in GREP_COLORS-styleThomas Voss 2024-01-161-9/+61
|
* Add -c to force colored outputThomas Voss 2024-01-161-6/+10
|
* Close fds[FD_W] after dup2()Thomas Voss 2024-01-141-0/+1
|
* Organize files into directoriesThomas Voss 2024-01-131-0/+492