| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | *: Fix memory leaks found by clang sanitizer | ZyX | 2016-04-18 | |
| | | ||||
| * | *: Fix gcc warnings | ZyX | 2016-04-18 | |
| | | ||||
| * | eval: Remove v:none | ZyX | 2016-04-18 | |
| | | | | | | To get v:none back just rever this commit. This will not make json*() functions compatible with Vim though. | |||
| * | eval/decode: Add support for special maps | ZyX | 2016-04-18 | |
| | | | | | | | | Special dictionaries representing map are created when encountering duplicate key or when key is empty or contains NUL. Also checks that values are separated by a comma/colon properly. | |||
| * | eval/*: Fix some linter errors | ZyX | 2016-04-18 | |
| | | ||||
| * | eval/decode: Fix surrogate pairs processing | ZyX | 2016-04-18 | |
| | | ||||
| * | eval: Move some decoding functions to eval/decode.c | ZyX | 2016-04-18 | |
| | | ||||
| * | eval: Move encode.c to eval/encode.c | ZyX | 2016-04-18 | |