| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-15 | Lua: keep the Lua stack clean | Albert Krewinkel | |
| A metatable used during initialization was not properly removed from the stack. Likewise, accessing the CommonState from Lua previously led to the pollution of the Lua stack with a left-over value. | |||
| 2023-01-10 | Update copyright years, it's 2023! | Albert Krewinkel | |
| 2022-10-16 | Lua: fix peeker for PandocError. | Albert Krewinkel | |
| String error messages were incorrectly popped of the stack when retrieving a PandocError. | |||
| 2022-10-06 | Lua: cleanup module dependencies | Albert Krewinkel | |
| Ensures a cleaner module dependency graph. | |||
| 2022-10-03 | Lua: Support running Lua with a GC-collected Lua state. | 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. | |||
