Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libregex: fix our mapping for \w | Kyle Evans | 2025-08-08 | 1 | -3/+3 |
* | Remove residual blank line at start of Makefile | Warner Losh | 2024-07-15 | 1 | -1/+0 |
* | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 2 | -2/+0 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
* | libregex: implement \b and \B (word boundary, not word boundary) | Kyle Evans | 2020-12-05 | 1 | -7/+5 |
* | libregex: implement \` and \' (begin-of-subj, end-of-subj) | Kyle Evans | 2020-12-05 | 1 | -5/+9 |
* | libregex: disable some of the unimplemented test cases for now | Kyle Evans | 2020-08-04 | 2 | -14/+12 |
* | Further normalize copyright notices | Kyle Evans | 2019-09-26 | 1 | -1/+2 |
* | libregex: Mark gnuext test as an expected fail | Kyle Evans | 2018-01-29 | 1 | -0/+4 |
* | Add libregex, connect it to the build | Kyle Evans | 2018-01-22 | 3 | -0/+105 |