Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document the new exit status behaviorv2.2.2 | Thomas Voss | 2024-01-28 | 1 | -2/+19 |
* | Add a warnx() wrapper and die/warn with rv 3 | Thomas Voss | 2024-01-28 | 1 | -4/+8 |
* | Exit with EXIT_FAILURE if we got no matches | Thomas Voss | 2024-01-28 | 1 | -1/+6 |
* | Fix some compilation issues | Thomas Voss | 2024-01-28 | 2 | -9/+3 |
* | Fix some things | Thomas Voss | 2024-01-27 | 1 | -9/+7 |
* | Update README | Thomas Voss | 2024-01-27 | 1 | -0/+8 |
* | Require C23 | Thomas Voss | 2024-01-27 | 3 | -39/+9 |
* | Improve the build system | Thomas Voss | 2024-01-27 | 1 | -14/+25 |
* | Bump librune | Thomas Voss | 2024-01-27 | 47 | -1723/+5423 |
* | Don’t begin diagnostics with a capital | Thomas Voss | 2024-01-27 | 1 | -10/+10 |
* | Bump manual versionv2.2.1 | Thomas Voss | 2024-01-26 | 1 | -2/+2 |
* | Fix potential UTF-8 bugs | Thomas Voss | 2024-01-26 | 1 | -4/+8 |
* | Disallow 0-width matches with x// and h// | Thomas Voss | 2024-01-26 | 1 | -16/+22 |
* | Validate that input is well-formed UTF-8 | Thomas Voss | 2024-01-26 | 1 | -12/+20 |
* | Bump librune | Thomas Voss | 2024-01-26 | 1 | -1/+1 |
* | Provide context on regex comp failure | Thomas Voss | 2024-01-26 | 1 | -1/+1 |
* | Document the -i flagv2.2.0 | Thomas Voss | 2024-01-24 | 1 | -3/+12 |
* | Support case-insensitive regex matching | Thomas Voss | 2024-01-24 | 1 | -5/+11 |
* | The 3rd field in a struct option is a pointer | Thomas Voss | 2024-01-24 | 1 | -3/+3 |
* | Bump grab versionv2.1.2 | Thomas Voss | 2024-01-24 | 1 | -1/+1 |
* | Move arguments to git-grep into static array | Thomas Voss | 2024-01-24 | 1 | -6/+9 |
* | Find files via git-grep instead of git-ls-files | Thomas Voss | 2024-01-24 | 2 | -15/+13 |
* | Codestyle changes | Thomas Voss | 2024-01-24 | 2 | -7/+9 |
* | Add more information to reference | Thomas Voss | 2024-01-23 | 1 | -0/+2 |
* | Improve build system | Thomas Voss | 2024-01-23 | 1 | -39/+44 |
* | Bump librune version | Thomas Voss | 2024-01-23 | 16 | -106/+294 |
* | Fix typos | Thomas Voss | 2024-01-23 | 2 | -4/+4 |
* | Bump version numberv2.1.1 | Thomas Voss | 2024-01-23 | 1 | -1/+1 |
* | Disallow h// at the start of patterns | Thomas Voss | 2024-01-23 | 2 | -0/+6 |
* | Minor refactor | Thomas Voss | 2024-01-23 | 1 | -11/+7 |
* | Bump release versionv2.1.0 | Thomas Voss | 2024-01-23 | 1 | -1/+1 |
* | Prefer char8_t strings to char strings | Thomas Voss | 2024-01-23 | 1 | -5/+5 |
* | Properly support UTF-8 in patterns | Thomas Voss | 2024-01-23 | 3 | -35/+53 |
* | Add the version number in the manualv2.0.1 | Thomas Voss | 2024-01-22 | 1 | -1/+1 |
* | Use European dates | Thomas Voss | 2024-01-22 | 1 | -1/+1 |
* | Update the READMEv2.0.0 | Thomas Voss | 2024-01-22 | 1 | -3/+18 |
* | Replace \ with \e | Thomas Voss | 2024-01-22 | 1 | -1/+1 |
* | Document the behavior of an empty h// | Thomas Voss | 2024-01-22 | 1 | -0/+17 |
* | Allow for only h// to take an empty pattern | Thomas Voss | 2024-01-22 | 1 | -3/+20 |
* | Fix wording | Thomas Voss | 2024-01-22 | 1 | -2/+2 |
* | Document the h// and H// operators | Thomas Voss | 2024-01-22 | 1 | -0/+5 |
* | Remove <assert.h> include | Thomas Voss | 2024-01-22 | 1 | -2/+0 |
* | Update documentation for GRAB_COLORS | Thomas Voss | 2024-01-22 | 1 | -8/+8 |
* | Implement H// | Thomas Voss | 2024-01-22 | 1 | -6/+41 |
* | Fix memory leaks | Thomas Voss | 2024-01-22 | 1 | -0/+5 |
* | Rename the ‘ma’ color to ‘hl’ | Thomas Voss | 2024-01-22 | 1 | -11/+11 |
* | Support highlighting matches with h// | Thomas Voss | 2024-01-22 | 1 | -37/+159 |
* | Avoid redefining static_assert | Thomas Voss | 2024-01-22 | 1 | -0/+3 |
* | Ignore 0-length matches when using X// | Thomas Voss | 2024-01-22 | 1 | -4/+7 |
* | Change v and y to G and X | Thomas Voss | 2024-01-22 | 3 | -19/+19 |