aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update the READMEHEADmasterThomas Voss 7 days1-115/+249
* Default back to -b from -Lv3.0.0Thomas Voss 7 days4-11/+20
* Try to speed things up a littleThomas Voss 7 days1-6/+23
* Add an install targetThomas Voss 7 days1-5/+43
* Print the regex that failed to compileThomas Voss 7 days1-1/+2
* Update the grab(1) manualThomas Voss 7 days1-185/+146
* Fix broken G// implementationThomas Voss 9 days1-1/+1
* Check for st.st_size > 0Thomas Voss 9 days1-1/+5
* Enable PCRE2_ALT_CIRCUMFLEXThomas Voss 9 days1-4/+9
* Fix the display of PCRE2 error messagesThomas Voss 9 days3-9/+14
* Enable PCRE2_MULTILINEThomas Voss 9 days1-2/+2
* Prefer nullptr to NULLThomas Voss 13 days1-2/+2
* Fix incorrect usage of commented-out pledge()Thomas Voss 13 days1-2/+2
* Check for whitespace after regex using islbrk()Thomas Voss 2024-11-054-19/+22
* Remove unused importsThomas Voss 2024-11-012-2/+0
* Sort importsThomas Voss 2024-11-011-1/+1
* Use cerr() instead of err()Thomas Voss 2024-11-011-1/+1
* Add -HThomas Voss 2024-11-014-9/+67
* Add the -L/--line-position optionThomas Voss 2024-11-011-1/+11
* Allow mixing -p, -s, and -zThomas Voss 2024-11-011-13/+0
* Don’t spawn threads for 1 file or 1 CPUThomas Voss 2024-11-011-0/+2
* Force JIT compilationThomas Voss 2024-11-013-18/+13
* Print the compile error offsetThomas Voss 2024-11-013-6/+14
* Simplify check for empty regexThomas Voss 2024-11-011-7/+3
* Update gitignoreThomas Voss 2024-11-011-0/+2
* Remove unused variable assignmentThomas Voss 2024-11-011-1/+1
* Add a TODOThomas Voss 2024-11-011-2/+4
* Remove TODOThomas Voss 2024-11-011-1/+0
* Remove TODOThomas Voss 2024-11-011-1/+0
* Add support for $GRAB_TABSIZEThomas Voss 2024-11-018-81/+84
* Fix checkThomas Voss 2024-11-011-1/+1
* Move include to top groupThomas Voss 2024-11-011-2/+1
* Introduce pcre2_bitch_and_die()Thomas Voss 2024-11-014-33/+41
* Cast 1 to appropriate typeThomas Voss 2024-11-011-1/+1
* Check for overflowThomas Voss 2024-11-011-1/+4
* Remove trailing newlineThomas Voss 2024-10-311-1/+1
* Add the -l optionThomas Voss 2024-10-312-2/+9
* Make -l the default and add -bThomas Voss 2024-10-313-12/+12
* FormattingThomas Voss 2024-10-311-3/+3
* Support regex flags /like this/iThomas Voss 2024-10-311-3/+36
* Allow escaping the regex delimeterThomas Voss 2024-10-311-1/+6
* Add more commentsThomas Voss 2024-10-311-2/+2
* Add comment to preproc directiveThomas Voss 2024-10-311-1/+1
* Add another pledge(2) locationThomas Voss 2024-10-311-2/+7
* Try to improve readabilityThomas Voss 2024-10-311-4/+3
* Improve position trackingThomas Voss 2024-10-311-21/+21
* Set basecap to 0 when freeing baseptrThomas Voss 2024-10-311-0/+1
* Remove useless stream locksThomas Voss 2024-10-311-2/+0
* Be a good citizen and cleanup properlyThomas Voss 2024-10-311-0/+3
* Work on using pledge() in OpenBSDThomas Voss 2024-10-311-1/+18