| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
issue and diff from Alexander Schrijver alex at flupzor nl
ok reyk@
|
| |
|
|
|
|
|
|
|
| |
might return a negative number; the return value of match_error()
which returns (-1). This was technically a bug, and it exists in 5.8,
but there is no impact because the error is correctly catched with the
returned non-NULL error string.
Found by Leandro Pereira
|
| |
|
|
|
|
|
|
|
| |
- cleanup in included headers (removing unsed assert.h, and reorder)
- one remaining '%%' in an error string corrected in '%'
while here, add sys/types.h for off_t type.
OK reyk@
|
| |
|
|
|
|
|
| |
it was deprecated in lua code, but here the code is new. The documentation
don't mention it either.
ok reyk@
|
|
|
With important help on the pattern matcher from semarie@
OK semarie@
|