Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test: refactor exec_lua in xdiff_spec | Lewis Russell | 2024-09-30 |
| | |||
* | fix(diff): use mmfile_t in linematch | Lewis Russell | 2024-09-30 |
| | | | | | | | | | | | | | | | Problem: Linematch used to use strchr to navigate a string, however strchr does not supoprt embedded NULs. Solution: Use `mmfile_t` instead of `char *` in linematch and introduce `strnchr()`. Also remove heap allocations from `matching_char_iwhite()` Fixes: #30505 | ||
* | fix: lua annotations | Lewis Russell | 2024-04-26 |
| | |||
* | docs: replace <pre> with ``` (#25136) | Gregory Anders | 2023-09-14 |
| | |||
* | fix: luacheck | Lewis Russell | 2023-07-17 |
| | |||
* | docs(lua): move function docs to lua files | Lewis Russell | 2023-07-17 |