| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
characters, only special escapes like \n, hex sequences like \x0a, octal
sequences like \012, and backslashes \\
|
|
in C, and the C code understands UTF8 id chars.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`bp 'line\(nl)line'` or `bp 'line\\nline'` instead)
|
|
|
|
|
|
|
|
|
|
|
|
improvements for repeating matches, tweaks to the logic of word vs. id
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
stringpatterns into chunks (so unescaped versions don't need to be
created)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
len size_t) instead of allocating memory.
|
|
|
|
|
|
pattern if none is provided
|
|
|
|
|
|
|