| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-08 | Lua: switch to HsLua 2.5 | Albert Krewinkel | |
| 2025-06-30 | Lua: add more UTF-8-aware file operations to `pandoc.system`. | Albert Krewinkel | |
| Functions that expect UTF-8-encoded filenames should make it easier to write platform-independent scripts, as the encoding of the actual filename depends on the system. Additionally, this also adds a generalized method to run commands, and functions to retrieve XDG directory names. The new functions are `command`, `copy`, `read_file`, `remove`, `rename`, `times`, `write_file`, `xdg`. | |||
| 2024-07-08 | Harmonize maintainer email addresses in module headers. | Albert Krewinkel | |
| 2024-04-25 | Update copyright dates to 2024. | John MacFarlane | |
| 2023-03-20 | lua-filters: auto-generate docs for `pandoc.system` module. | Albert Krewinkel | |
| 2023-03-19 | Lua: add info on when functions became available in pandoc | Albert Krewinkel | |
| 2023-03-13 | Switch to hslua-2.3 | Albert Krewinkel | |
| 2023-02-14 | Lua: add new function pandoc.system.cputime. | Albert Krewinkel | |
| The function returns the CPU time consumed by pandoc and can be used to benchmark Lua computations. | |||
| 2023-01-10 | Update copyright years, it's 2023! | Albert Krewinkel | |
| 2022-09-30 | [API Change] Extract Lua code into new package pandoc-lua-engine | Albert Krewinkel | |
| The flag 'lua53` must now be used with that package if pandoc is to be compiled against Lua 5.3. | |||
