| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-19 | Made escape sequence handling stricter: no longer supporting arbitrary | Bruce Hill | |
| characters, only special escapes like \n, hex sequences like \x0a, octal sequences like \012, and backslashes \\ | |||
| 2021-07-19 | Overhaul of word boundaries/edges. Now they use \b, which is implemented | Bruce Hill | |
| in C, and the C code understands UTF8 id chars. | |||
| 2021-07-17 | Added support for multiple escape sequences: \n,r,t | Bruce Hill | |
| 2021-05-23 | Added pandoc lua filter to make code literals work better with manpages. | Bruce Hill | |
| 2021-05-20 | Updated docs | Bruce Hill | |
| 2021-05-20 | Updated doc | Bruce Hill | |
| 2021-05-20 | Added errors doc | Bruce Hill | |
| 2021-05-19 | Added ~ and !~ operators as replacements for == and != | Bruce Hill | |
| 2021-05-19 | Added markdown manpage, which converts to roff using pandoc. | Bruce Hill | |
