aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Force JIT compilationThomas Voss 2024-11-011-5/+1
|
* Print the compile error offsetThomas Voss 2024-11-011-2/+4
|
* Simplify check for empty regexThomas Voss 2024-11-011-7/+3
|
* Remove unused variable assignmentThomas Voss 2024-11-011-1/+1
|
* Remove TODOThomas Voss 2024-11-011-1/+0
|
* Add support for $GRAB_TABSIZEThomas Voss 2024-11-011-10/+3
|
* Introduce pcre2_bitch_and_die()Thomas Voss 2024-11-011-9/+4
|
* Add the -l optionThomas Voss 2024-10-311-2/+8
|
* Make -l the default and add -bThomas Voss 2024-10-311-5/+5
|
* 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
|
* 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
|
* Free the right thingThomas Voss 2024-10-301-1/+1
|
* Update mlibThomas Voss 2024-10-301-3/+2
|
* Check for errors by getdelim()Thomas Voss 2024-10-301-1/+3
|
* The -l flag takes no argumentThomas Voss 2024-10-301-1/+1
|
* Completely revamp the grab source codeThomas Voss 2024-10-301-0/+372
Some of the (many) few changes are: - Multithreading for significantly faster performance - The -p/--predicate flag - Byte offsets as the default - No customizable colors (maybe this will come back later) - Newer edition of mlib (formerly librune)