aboutsummaryrefslogtreecommitdiff
path: root/src/os/shell.c
Commit message (Collapse)AuthorAge
* Fix/add more files with to clint-files.txtThiago de Arruda2014-04-08
|
* Use stdbool in os moduleHinidu2014-04-07
|
* Replace `strdup` calls by `xstrdup`Thiago de Arruda2014-04-06
|
* Rewrite `mch_call_shell` on top of libuvThiago de Arruda2014-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.cJohn Schmidt2014-04-04
|
* Fix shell.{c,h} comments to match the style guideThiago de Arruda2014-03-31
|
* Add doxygen comments to the functions in shell.cThiago de Arruda2014-03-31
|
* Refactor/cleanup argument parsing functionsThiago de Arruda2014-03-31
|
* Extract `shell_build_argv` from `mch_call_shell`Thiago de Arruda2014-03-31
|
* Make `extra_shell_arg` a `mch_call_shell` parameterThiago de Arruda2014-03-31
|
* Extract `shell_count_argc` from `mch_call_shell`Thiago de Arruda2014-03-31
|
* Extract `shell_skip_word` from `mch_call_shell`Thiago de Arruda2014-03-31