aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don’t use posix_fadvise() on MacOS or OpenBSDThomas Voss 2024-10-311-0/+2
* Fix heap buffer overflowThomas Voss 2024-10-301-6/+7
* Improve file readingThomas Voss 2024-10-302-32/+79
* Add an .exrcThomas Voss 2024-10-301-0/+1
* Simplify span highlightingThomas Voss 2024-10-301-20/+13
* Free the right thingThomas Voss 2024-10-301-1/+1
* Update mlibThomas Voss 2024-10-302-3/+2
* Fix typoThomas Voss 2024-10-301-1/+1
* Check for errors by getdelim()Thomas Voss 2024-10-301-1/+3
* The -l flag takes no argumentThomas Voss 2024-10-301-1/+1
* s/GRAB2/GRAB/Thomas Voss 2024-10-301-3/+3
* Don’t try to fclose() a garbage pointerThomas Voss 2024-10-301-1/+1
* Completely revamp the grab source codeThomas Voss 2024-10-30135-24582/+1601
* Fix typo in READMEThomas Voss 2024-02-221-1/+1
* Strip binaries if possibleThomas Voss 2024-02-031-0/+4
* Error if __STDC_VERSION__ < 202000LThomas Voss 2024-02-031-0/+4
* Reword some hard-to-read phrasesv2.2.3Thomas Voss 2024-02-021-10/+14
* Fix broken exampleThomas Voss 2024-02-021-1/+1
* Add -f/--forceThomas Voss 2024-01-291-22/+25
* Bump libruneThomas Voss 2024-01-2959-169/+12176
* Switch out the many flag variables for flags and FLAG(SET MSK)Thomas Voss 2024-01-291-52/+31
* Document the new exit status behaviorv2.2.2Thomas Voss 2024-01-281-2/+19
* Add a warnx() wrapper and die/warn with rv 3Thomas Voss 2024-01-281-4/+8
* Exit with EXIT_FAILURE if we got no matchesThomas Voss 2024-01-281-1/+6
* Fix some compilation issuesThomas Voss 2024-01-282-9/+3
* Fix some thingsThomas Voss 2024-01-271-9/+7
* Update READMEThomas Voss 2024-01-271-0/+8
* Require C23Thomas Voss 2024-01-273-39/+9
* Improve the build systemThomas Voss 2024-01-271-14/+25
* Bump libruneThomas Voss 2024-01-2747-1723/+5423
* Don’t begin diagnostics with a capitalThomas Voss 2024-01-271-10/+10
* Bump manual versionv2.2.1Thomas Voss 2024-01-261-2/+2