| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | patch 7.4.1200v7.4.1200 | Bram Moolenaar | 2016-01-29 | 1 | -9/+9 |
| | | | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) | ||||
| * | updated for version 7.4.609v7.4.609 | Bram Moolenaar | 2015-02-03 | 1 | -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.490 | Bram Moolenaar | 2012-04-05 | 1 | -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 Moolenaar | 2010-07-22 | 1 | -0/+1 |
| | | |||||
| * | Added Lua interfae. (Luis Carvalho) | Bram Moolenaar | 2010-07-14 | 1 | -0/+8 |
