Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Introduce nvim namespace: Move files. | Eliseo Martínez | 2014-05-15 |
| | | | | | | Move files from src/ to src/nvim/. - src/nvim/ becomes the new root dir for nvim executable sources. - src/libnvim/ is planned to become root dir of the neovim library. | ||
* | revert #652 | Justin M. Keyes | 2014-05-01 |
| | | | | | | | reverting broad cosmetic/style change because: - increases merge-conflicts - increases overhead of merging upstream Vim patches - reasons for change are ambiguous, so default to no change | ||
* | Remove NUL macro | Marco Hinz | 2014-04-29 |
| | |||
* | Fix/add more files with to clint-files.txt | Thiago de Arruda | 2014-04-08 |
| | |||
* | Use stdbool in os module | Hinidu | 2014-04-07 |
| | |||
* | Replace `strdup` calls by `xstrdup` | Thiago de Arruda | 2014-04-06 |
| | |||
* | Rewrite `mch_call_shell` on top of libuv | Thiago de Arruda | 2014-04-05 |
| | | | | | | - Rename to `os_call_shell` - Use another entry point for libuv default event loop - Fix the `call_shell` reference in misc2.c | ||
* | Extract memory.c from misc2.c | John Schmidt | 2014-04-04 |
| | |||
* | Fix shell.{c,h} comments to match the style guide | Thiago de Arruda | 2014-03-31 |
| | |||
* | Add doxygen comments to the functions in shell.c | Thiago de Arruda | 2014-03-31 |
| | |||
* | Refactor/cleanup argument parsing functions | Thiago de Arruda | 2014-03-31 |
| | |||
* | Extract `shell_build_argv` from `mch_call_shell` | Thiago de Arruda | 2014-03-31 |
| | |||
* | Make `extra_shell_arg` a `mch_call_shell` parameter | Thiago de Arruda | 2014-03-31 |
| | |||
* | Extract `shell_count_argc` from `mch_call_shell` | Thiago de Arruda | 2014-03-31 |
| | |||
* | Extract `shell_skip_word` from `mch_call_shell` | Thiago de Arruda | 2014-03-31 |