| Age | Commit message (Collapse) | Author | Files | |
|---|---|---|---|---|
| 2024-09-30 | test: refactor exec_lua in xdiff_spec | Lewis Russell | 1 | |
| 2024-09-30 | fix(diff): use mmfile_t in linematch | Lewis Russell | 1 | |
| 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 | ||||
| 2024-04-26 | fix: lua annotations | Lewis Russell | 1 | |
| 2023-09-14 | docs: replace <pre> with ``` (#25136) | Gregory Anders | 1 | |
| 2023-07-17 | fix: luacheck | Lewis Russell | 1 | |
| 2023-07-17 | docs(lua): move function docs to lua files | Lewis Russell | 1 | |
