summaryrefslogtreecommitdiff
path: root/src/proto/if_lua.pro
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.1200v7.4.1200Bram Moolenaar2016-01-291-9/+9
| | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
* updated for version 7.4.609v7.4.609Bram Moolenaar2015-02-031-1/+1
| | | | | | | Problem: For complicated list and dict use the garbage collector can run out of stack space. Solution: Use a stack of dicts and lists to be marked, thus making it iterative instead of recursive. (Ben Fritz)
* updated for version 7.3.490v7.3.490Bram Moolenaar2012-04-051-0/+2
| | | | | Problem: Member confusion in Lua interface. Solution: Fix it. Add luaeval(). (Taro Muraoka, Luis Carvalho)
* Make it possible to load Lua dynamically on Unix. (Luis Carvalho)Bram Moolenaar2010-07-221-0/+1
|
* Added Lua interfae. (Luis Carvalho)Bram Moolenaar2010-07-141-0/+8