| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | build/MSVC: fix "C4003: not enough actual parameters for macro" | Justin M. Keyes | 2018-03-18 |
| | | | | | | | For the case of TV_DICTITEM_STRUCT, we can't just pass `1` because: https://github.com/neovim/neovim/pull/8142#discussion_r175262436 > this variant will trigger array overrun warnings from various static analyzers. | ||
| * | lua/executor: Remove all places where lightuserdata is used | ZyX | 2018-01-21 |
| | | | | | | | Should fix problems with luajit+arm64. Fixes #7879 Ref LuaJIT/LuaJIT#230 | ||
| * | *: Provide list length when allocating lists | ZyX | 2018-01-14 |
| | | |||
| * | eval,lua/converter: Fix problems spotted in review | ZyX | 2017-12-31 |
| | | |||
| * | *: Remove most calls to tv_list_item_alloc | ZyX | 2017-12-24 |
| | | | | | Still left calls in eval/typval.c and test/unit/eval/helpers.lua. Latter is the only reason why function did not receive `static` modifier. | ||
| * | *: Hide list implementation in other files as well | ZyX | 2017-12-10 |
| | | |||
| * | *: Start hiding list implementation | ZyX | 2017-12-10 |
| | | | | | Most of files, except for eval.c and eval/* were only processed by perl. | ||
| * | doc | Justin M. Keyes | 2017-11-06 |
| | | |||
| * | Merge #7165 'lua: Move stricmp to vim module' | Justin M. Keyes | 2017-10-22 |
| |\ | |||
| | * | lua/executor: Fix crash when first string contains NUL and second not | ZyX | 2017-08-15 |
| | | | |||
| | * | lua/executor: Move stricmp to vim “module” and document it | ZyX | 2017-08-15 |
| | | | |||
| | * | lua/executor: Make stricmp function work with strings with NULs | ZyX | 2017-08-15 |
| |/ | |||
| * | lua/executor: Fix crash when printing empty string (#7157) | Nikolai Aleksandrovich Pavlov | 2017-08-13 |
| | | |||
| * | Merge #6789 from ZyX-I/lua-path | Justin M. Keyes | 2017-06-27 |
| |\ | | | | | lua: Add paths from &runtimepath to package.path and package.cpath | ||
| | * | lua: Use automatic determining of suffixes only for package.cpath | ZyX | 2017-05-28 |
| | | | |||
| | * | lua: Add paths from &runtimepath to package.path and package.cpath | ZyX | 2017-05-25 |
| | | | |||
| * | | lint: fix indentation of FUNC_ATTR lines | Björn Linse | 2017-06-03 |
| |/ | |||
| * | lua: Add PVS comment to lua/*.c | ZyX | 2017-05-20 |
| | | |||
| * | api: execute lua directly from the remote api | Björn Linse | 2017-05-13 |
| | | |||
| * | lua/converter: Fix typo in assert condition (#6708) | Nikolai Aleksandrovich Pavlov | 2017-05-10 |
| | | | | Ref https://github.com/neovim/neovim/pull/4411#issuecomment-300248206 | ||
| * | Merge branch 'master' into luaviml'/lua | ZyX | 2017-05-08 |
| | | |||
| * | lua/converter: Remove useless macros | ZyX | 2017-04-11 |
| | | |||
| * | lua: Fix header guards | ZyX | 2017-04-11 |
| | | |||
| * | lua: Move files from src/nvim/viml/executor to src/nvim/lua | ZyX | 2017-04-11 |