| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-06-26 | allow raw (ASCII) matching via REG_RAW flag, so we no longer need a ↵ | Robin Haberkorn | 1 | -4/+0 | |
| compile-time flag You no longer need to build two libraries just for supporting raw/ASCII and UTF-8 patterns. This makes using the library a lot easier and reduces the total binary size. Since strings are always `unsigned char *` now internally and the raw vs. UTF-8 decision is important only in a few select places, it would make no sense to use meta-programming techniques. The test suite has been extended and is now fixed for cases with embedded non-printable characters. | |||||
| 2026-06-21 | added Automake file | Robin Haberkorn | 1 | -0/+11 | |
| Builds two convenience libraries: libterex.la and libteurex.la. | |||||
