Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Default back to -b from -Lv3.0.0 | Thomas Voss | 7 days | 3 | -4/+4 |
* | Try to speed things up a little | Thomas Voss | 8 days | 1 | -6/+23 |
* | Print the regex that failed to compile | Thomas Voss | 8 days | 1 | -1/+2 |
* | Fix broken G// implementation | Thomas Voss | 9 days | 1 | -1/+1 |
* | Check for st.st_size > 0 | Thomas Voss | 9 days | 1 | -1/+5 |
* | Enable PCRE2_ALT_CIRCUMFLEX | Thomas Voss | 9 days | 1 | -4/+9 |
* | Fix the display of PCRE2 error messages | Thomas Voss | 9 days | 3 | -9/+14 |
* | Enable PCRE2_MULTILINE | Thomas Voss | 10 days | 1 | -2/+2 |
* | Prefer nullptr to NULL | Thomas Voss | 14 days | 1 | -2/+2 |
* | Fix incorrect usage of commented-out pledge() | Thomas Voss | 14 days | 1 | -2/+2 |
* | Check for whitespace after regex using islbrk() | Thomas Voss | 2024-11-05 | 4 | -19/+22 |
* | Remove unused imports | Thomas Voss | 2024-11-01 | 2 | -2/+0 |
* | Sort imports | Thomas Voss | 2024-11-01 | 1 | -1/+1 |
* | Use cerr() instead of err() | Thomas Voss | 2024-11-01 | 1 | -1/+1 |
* | Add -H | Thomas Voss | 2024-11-01 | 3 | -9/+67 |
* | Add the -L/--line-position option | Thomas Voss | 2024-11-01 | 1 | -1/+11 |
* | Allow mixing -p, -s, and -z | Thomas Voss | 2024-11-01 | 1 | -13/+0 |
* | Don’t spawn threads for 1 file or 1 CPU | Thomas Voss | 2024-11-01 | 1 | -0/+2 |
* | Force JIT compilation | Thomas Voss | 2024-11-01 | 3 | -18/+13 |
* | Print the compile error offset | Thomas Voss | 2024-11-01 | 3 | -6/+14 |
* | Simplify check for empty regex | Thomas Voss | 2024-11-01 | 1 | -7/+3 |
* | Remove unused variable assignment | Thomas Voss | 2024-11-01 | 1 | -1/+1 |
* | Remove TODO | Thomas Voss | 2024-11-01 | 1 | -1/+0 |
* | Remove TODO | Thomas Voss | 2024-11-01 | 1 | -1/+0 |
* | Add support for $GRAB_TABSIZE | Thomas Voss | 2024-11-01 | 8 | -81/+84 |
* | Fix check | Thomas Voss | 2024-11-01 | 1 | -1/+1 |
* | Move include to top group | Thomas Voss | 2024-11-01 | 1 | -2/+1 |
* | Introduce pcre2_bitch_and_die() | Thomas Voss | 2024-11-01 | 4 | -33/+41 |
* | Cast 1 to appropriate type | Thomas Voss | 2024-11-01 | 1 | -1/+1 |
* | Check for overflow | Thomas Voss | 2024-11-01 | 1 | -1/+4 |
* | Remove trailing newline | Thomas Voss | 2024-10-31 | 1 | -1/+1 |
* | Add the -l option | Thomas Voss | 2024-10-31 | 2 | -2/+9 |
* | Make -l the default and add -b | Thomas Voss | 2024-10-31 | 3 | -12/+12 |
* | Formatting | Thomas Voss | 2024-10-31 | 1 | -3/+3 |
* | Support regex flags /like this/i | Thomas Voss | 2024-10-31 | 1 | -3/+36 |
* | Allow escaping the regex delimeter | Thomas Voss | 2024-10-31 | 1 | -1/+6 |
* | Add more comments | Thomas Voss | 2024-10-31 | 1 | -2/+2 |
* | Add comment to preproc directive | Thomas Voss | 2024-10-31 | 1 | -1/+1 |
* | Add another pledge(2) location | Thomas Voss | 2024-10-31 | 1 | -2/+7 |
* | Try to improve readability | Thomas Voss | 2024-10-31 | 1 | -4/+3 |
* | Improve position tracking | Thomas Voss | 2024-10-31 | 1 | -21/+21 |
* | Set basecap to 0 when freeing baseptr | Thomas Voss | 2024-10-31 | 1 | -0/+1 |
* | Remove useless stream locks | Thomas Voss | 2024-10-31 | 1 | -2/+0 |
* | Be a good citizen and cleanup properly | Thomas Voss | 2024-10-31 | 1 | -0/+3 |
* | Work on using pledge() in OpenBSD | Thomas Voss | 2024-10-31 | 1 | -1/+18 |
* | Don’t use posix_fadvise() on MacOS or OpenBSD | Thomas Voss | 2024-10-31 | 1 | -0/+2 |
* | Fix heap buffer overflow | Thomas Voss | 2024-10-30 | 1 | -6/+7 |
* | Improve file reading | Thomas Voss | 2024-10-30 | 1 | -32/+76 |
* | Simplify span highlighting | Thomas Voss | 2024-10-30 | 1 | -20/+13 |
* | Free the right thing | Thomas Voss | 2024-10-30 | 1 | -1/+1 |