aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use European datesThomas Voss 2024-01-221-1/+1
|
* Update the READMEv2.0.0Thomas Voss 2024-01-221-3/+18
|
* Replace \ with \eThomas Voss 2024-01-221-1/+1
|
* Document the behavior of an empty h//Thomas Voss 2024-01-221-0/+17
|
* Allow for only h// to take an empty patternThomas Voss 2024-01-221-3/+20
|
* Fix wordingThomas Voss 2024-01-221-2/+2
|
* Document the h// and H// operatorsThomas Voss 2024-01-221-0/+5
|
* Remove <assert.h> includeThomas Voss 2024-01-221-2/+0
|
* Update documentation for GRAB_COLORSThomas Voss 2024-01-221-8/+8
|
* Implement H//Thomas Voss 2024-01-221-6/+41
|
* Fix memory leaksThomas Voss 2024-01-221-0/+5
|
* Rename the ‘ma’ color to ‘hl’Thomas Voss 2024-01-221-11/+11
|
* Support highlighting matches with h//Thomas Voss 2024-01-221-37/+159
|
* Avoid redefining static_assertThomas Voss 2024-01-221-0/+3
|
* Ignore 0-length matches when using X//Thomas Voss 2024-01-221-4/+7
|
* Change v and y to G and XThomas Voss 2024-01-223-19/+19
|
* Vastly simplify position trackingv1.2.0Thomas Voss 2024-01-211-34/+14
|
* Improve the build systemThomas Voss 2024-01-212-11/+8
|
* Remove paragraph from BUGSv1.1.0Thomas Voss 2024-01-211-6/+0
|
* Move common code out into islbrk()Thomas Voss 2024-01-211-8/+14
|
* Formatting fixThomas Voss 2024-01-211-2/+1
|
* Slight refactorThomas Voss 2024-01-211-3/+2
|
* Prefer nullptr to NULLThomas Voss 2024-01-211-1/+1
|
* Update copyright yearsThomas Voss 2024-01-211-1/+1
|
* Add ‘git grab’ under NAMEThomas Voss 2024-01-211-1/+2
|
* Document -b/--byte-offsetThomas Voss 2024-01-211-3/+10
|
* Support line- & column-based match locationsThomas Voss 2024-01-2148-15/+6946
|
* Reorganize output writingThomas Voss 2024-01-211-21/+33
|
* Only highlight matches when cflag is setThomas Voss 2024-01-211-1/+1
|
* Print byte-offsets into filesThomas Voss 2024-01-212-7/+31
|
* Remove the ‘struct chars’ typeThomas Voss 2024-01-201-6/+4
|
* Define _POSIX_C_SOURCE on GlibcThomas Voss 2024-01-201-0/+11
| | | | You sometimes need this for getsubopt()
* Rename occurances of ‘pm’ to ‘rm’Thomas Voss 2024-01-201-24/+24
| | | | ‘regex match’ makes more sense than ‘pattern match’
* Improve handling of the regmatch_t arg to putm()Thomas Voss 2024-01-201-16/+15
|
* Add more color highlightingThomas Voss 2024-01-202-12/+36
|
* Add the -s/--strip-newline flagThomas Voss 2024-01-202-15/+39
|
* Refer to ‘git grab’ instead of ‘git-grab’Thomas Voss 2024-01-201-1/+1
|
* Add git-grab to the list of files to cleanThomas Voss 2024-01-191-1/+1
|
* Add notice about UTF-8Thomas Voss 2024-01-181-0/+4
|
* Properly escape minusesThomas Voss 2024-01-181-14/+14
|
* Update the manual pageThomas Voss 2024-01-181-10/+82
|
* Update cbs.h againThomas Voss 2024-01-182-28/+28
|
* Make Clangd/IWYU happyThomas Voss 2024-01-181-2/+2
|
* Remove semicolons from macro definitionsThomas Voss 2024-01-181-2/+2
|
* Ignore *.dSYM/ directories on MacOSThomas Voss 2024-01-181-0/+1
|
* Fix typoThomas Voss 2024-01-181-1/+1
|
* Compile with REG_DOTALL when -n is not providedThomas Voss 2024-01-181-4/+4
|
* Add files to .gitignoreThomas Voss 2024-01-181-0/+2
|
* 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.