aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix potential UTF-8 bugsThomas Voss 2024-01-261-4/+8
|
* Disallow 0-width matches with x// and h//Thomas Voss 2024-01-261-16/+22
|
* Validate that input is well-formed UTF-8Thomas Voss 2024-01-261-12/+20
|
* Bump libruneThomas Voss 2024-01-261-1/+1
|
* Provide context on regex comp failureThomas Voss 2024-01-261-1/+1
|
* Document the -i flagv2.2.0Thomas Voss 2024-01-241-3/+12
|
* Support case-insensitive regex matchingThomas Voss 2024-01-241-5/+11
|
* The 3rd field in a struct option is a pointerThomas Voss 2024-01-241-3/+3
|
* Bump grab versionv2.1.2Thomas Voss 2024-01-241-1/+1
|
* Move arguments to git-grep into static arrayThomas Voss 2024-01-241-6/+9
|
* Find files via git-grep instead of git-ls-filesThomas Voss 2024-01-242-15/+13
| | | | | | It would be preferable to use git-ls-files as it is more suited for our purposes, however git-grep allows us to filter out binary files. It makes no sense to regex match in a binary file, so this is crucial.
* Codestyle changesThomas Voss 2024-01-242-7/+9
|
* Add more information to referenceThomas Voss 2024-01-231-0/+2
|
* Improve build systemThomas Voss 2024-01-231-39/+44
|
* Bump librune versionThomas Voss 2024-01-2316-106/+294
|
* Fix typosThomas Voss 2024-01-232-4/+4
|
* Bump version numberv2.1.1Thomas Voss 2024-01-231-1/+1
|
* Disallow h// at the start of patternsThomas Voss 2024-01-232-0/+6
|
* Minor refactorThomas Voss 2024-01-231-11/+7
|
* Bump release versionv2.1.0Thomas Voss 2024-01-231-1/+1
|
* Prefer char8_t strings to char stringsThomas Voss 2024-01-231-5/+5
|
* Properly support UTF-8 in patternsThomas Voss 2024-01-233-35/+53
|
* Add the version number in the manualv2.0.1Thomas Voss 2024-01-221-1/+1
|
* 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
|