| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-04-03 | text-regex: introduce function to match arbitrary text | Marc André Tanner | 1 | -0/+4 | |
| 2016-03-14 | text-regex: fix possible infinite loop when searching backwards | Marc André Tanner | 1 | -1/+11 | |
| 2016-01-18 | text-regex: remove unused struct member | Marc André Tanner | 1 | -2/+0 | |
| 2016-01-10 | Simplify code by using text_bytes_alloc0 | Marc André Tanner | 1 | -6/+2 | |
| 2015-07-19 | text: move regex related functions to separate file | Marc André Tanner | 1 | -0/+71 | |
| Eventually this should probably be rewritten to use an iternal regex engine, currently it has unacceptable memory usage, it copies the whole text. | |||||
