Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check for st.st_size > 0 | Thomas Voss | 9 days | 1 | -1/+5 |
* | Fix the display of PCRE2 error messages | Thomas Voss | 10 days | 1 | -6/+6 |
* | Check for whitespace after regex using islbrk() | Thomas Voss | 2024-11-05 | 1 | -13/+0 |
* | Add -H | Thomas Voss | 2024-11-01 | 1 | -0/+30 |
* | Force JIT compilation | Thomas Voss | 2024-11-01 | 1 | -12/+12 |
* | Remove TODO | Thomas Voss | 2024-11-01 | 1 | -1/+0 |
* | Add support for $GRAB_TABSIZE | Thomas Voss | 2024-11-01 | 1 | -7/+2 |
* | Fix check | Thomas Voss | 2024-11-01 | 1 | -1/+1 |
* | Introduce pcre2_bitch_and_die() | Thomas Voss | 2024-11-01 | 1 | -24/+7 |
* | 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 |
* | Make -l the default and add -b | Thomas Voss | 2024-10-31 | 1 | -6/+6 |
* | 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 |
* | 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 |
* | Fix typo | Thomas Voss | 2024-10-30 | 1 | -1/+1 |
* | Don’t try to fclose() a garbage pointer | Thomas Voss | 2024-10-30 | 1 | -1/+1 |
* | Completely revamp the grab source code | Thomas Voss | 2024-10-30 | 1 | -0/+453 |