index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Lua
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-18
Lua filters: perform minor code clean-up
Albert Krewinkel
2
-11
/
+8
2017-12-13
Custom writer: use init file to setup Lua interpreter
Albert Krewinkel
1
-0
/
+79
2017-12-10
Lua filters: fix package loading for Lua 5.1
Albert Krewinkel
1
-1
/
+4
2017-12-06
Lua filters: use script to initialize the interpreter
Albert Krewinkel
1
-3
/
+4
2017-12-02
Lua filters: refactor lua module handling
Albert Krewinkel
3
-33
/
+148
2017-12-01
Lua/StackInstances: push Pandoc and Meta via constructor
Albert Krewinkel
1
-7
/
+5
2017-12-01
List.lua: add missing fixes as discussed in #4099
Albert Krewinkel
1
-1
/
+1
2017-11-28
Add basic lua List module (#4099)
Albert Krewinkel
1
-5
/
+23
2017-11-11
Functor instance to fix ghc 7.8 warning.
John MacFarlane
1
-1
/
+1
2017-11-11
Add lua filter functions to walk inline and block elements.
John MacFarlane
2
-1
/
+189
2017-10-27
hlint suggestions.
John MacFarlane
1
-10
/
+10
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
3
-16
/
+17
2017-10-26
update years in copyright
Kolen Cheung
1
-1
/
+1
2017-10-05
Use hslua v0.9.0
Albert Krewinkel
1
-12
/
+1
2017-10-03
pandoc.lua: use wrapper funciton for pipe command
Albert Krewinkel
1
-1
/
+1
2017-10-03
Lua.PandocModule: promote addFunction to top level
Albert Krewinkel
1
-14
/
+10
2017-10-01
Lua: added 'pipe', which encapsulates Text.Pandoc.Process.pipeProcess.
John MacFarlane
1
-0
/
+17
2017-10-01
Lua: move sha1 from pandoc.mediabag to pandoc.
John MacFarlane
1
-1
/
+3
2017-09-30
Lua: use sha1 instead of hashname.
John MacFarlane
1
-13
/
+5
2017-09-30
Lua: make fetch return mime type first and then content.
John MacFarlane
1
-1
/
+1
2017-09-30
Lua: simply mediabag module.
John MacFarlane
1
-15
/
+31
2017-09-30
Lua: make lua.mediabag.fetch return filename and mime type.
John MacFarlane
1
-0
/
+4
2017-09-30
Lua filters: make sure whole CommonState is passed through...
John MacFarlane
1
-9
/
+14
2017-09-30
Removed writerSourceURL, add source URL to common state.
John MacFarlane
1
-4
/
+2
2017-09-30
Text.Pandoc.Lua: add mediabag submodule
Albert Krewinkel
1
-14
/
+111
2017-09-24
Allow lua filters to return lists of elements
Albert Krewinkel
1
-15
/
+15
2017-08-16
Update to hslua-0.8.0
Albert Krewinkel
1
-2
/
+12
2017-08-13
Delete Text.Pandoc.Lua.SharedInstances
Albert Krewinkel
3
-56
/
+11
2017-08-13
Text.Pandoc.Lua: Optimize performance by using raw table access
Albert Krewinkel
2
-17
/
+27
2017-08-13
Use hslua >= 0.7, update Lua code
Albert Krewinkel
5
-395
/
+260
2017-08-11
Added support for translations (localization) (see #3559).
John MacFarlane
1
-3
/
+3
2017-06-29
Added parameter for user data directory to runLuaFilter.
John MacFarlane
1
-5
/
+5
2017-06-24
Readers.getReader, Writers.getWriter API change.
John MacFarlane
1
-2
/
+3
2017-06-10
Changed all readers to take Text instead of String.
John MacFarlane
1
-2
/
+3
2017-06-03
Improve code style in lua and org modules
Albert Krewinkel
5
-32
/
+28
2017-05-13
Update dates in copyright notices
Albert Krewinkel
3
-4
/
+4
2017-04-30
Lua module: simplify Attributes, rename to Attr
Albert Krewinkel
1
-1
/
+1
2017-04-30
Lua module: make Header argument order consistent
Albert Krewinkel
1
-1
/
+1
2017-04-26
Lua module: provide simple `read` format parser
Albert Krewinkel
2
-67
/
+28
2017-04-26
Lua filter: allow natural access to meta elements
Albert Krewinkel
1
-1
/
+1
2017-04-15
Lua filter: use Attributes constructor for Attrs
Albert Krewinkel
1
-14
/
+26
2017-04-14
Lua filter: Re-order code of stack value instances
Albert Krewinkel
1
-106
/
+122
2017-04-14
Lua filter: use lua strings for nullary constructors
Albert Krewinkel
1
-80
/
+19
2017-04-14
Avoid repeating StackValue instances definitions
Albert Krewinkel
3
-126
/
+164
2017-04-14
Extract lua helper functions into Lua.Util module
Albert Krewinkel
2
-103
/
+142
2017-04-14
Use lua bools and strings for MetaBool, MetaString
Albert Krewinkel
1
-2
/
+2
2017-04-14
Drop dependency on hslua-aeson
Albert Krewinkel
1
-1
/
+0
2017-04-14
Push blocks via lua constructors and constants
Albert Krewinkel
1
-37
/
+102
2017-04-14
Push inlines via lua constructors and constants
Albert Krewinkel
1
-41
/
+29
2017-04-13
Use lua constructors to push meta values
Albert Krewinkel
1
-30
/
+148
[prev]
[next]