Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -2/+2 | |
2017-10-26 | update years in copyright | Kolen Cheung | 1 | -1/+1 | |
2017-08-13 | Text.Pandoc.Lua: Optimize performance by using raw table access | Albert Krewinkel | 1 | -11/+6 | |
Raw table accessing functions never call back into haskell, which allows the compiler to use more aggressive optimizations. This improves lua filter performance considerably (⪆5% speedup). | |||||
2017-08-13 | Use hslua >= 0.7, update Lua code | Albert Krewinkel | 1 | -63/+39 | |
2017-06-03 | Improve code style in lua and org modules | Albert Krewinkel | 1 | -4/+2 | |
2017-05-13 | Update dates in copyright notices | Albert Krewinkel | 1 | -1/+1 | |
This follows the suggestions given by the FSF for GPL licensed software. <https://www.gnu.org/prep/maintain/html_node/Copyright-Notices.html> | |||||
2017-04-14 | Avoid repeating StackValue instances definitions | Albert Krewinkel | 1 | -1/+55 | |
The lua filters and custom lua writer system defined very similar StackValue instances for strings and tuples. These instance definitions are extracted to a separate module to enable sharing. | |||||
2017-04-14 | Extract lua helper functions into Lua.Util module | Albert Krewinkel | 1 | -0/+86 | |