Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test: cover msgpackparse() regression | Justin M. Keyes | 2015-08-05 |
| | |||
* | Merge pull request #3034 from ZyX-I/msgpack-eval | Justin M. Keyes | 2015-08-03 |
|\ | | | | | msgpack viml functions for dump/restore | ||
| * | functests: Use eval subdirectory in place of viml | ZyX | 2015-08-02 |
| | |||
* | test: call scandir_next_with_dots() more than once | Justin M. Keyes | 2015-08-01 |
| | | | | Also cosmetic reduction. | ||
* | Add the . and .. entries to glob() | Felipe Morales | 2015-08-01 |
os_scandir() and os_scandir_next() skip over those, because of the unverlying libuv funcitons behaviour. Fixes #2954 |