aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.c
Commit message (Expand)AuthorAge
* Move mch_expandpath from os_unix.cJohn Schmidt2014-04-01
* remove HAVE_SETJMP_HJulian Orth2014-03-31
* Rename ga_init2() to ga_init()John Schmidt2014-03-31
* Rewrite `show_shell_mess` as a `ShellOpts` flagThiago de Arruda2014-03-31
* Refactor SHELL_* defines into enum typedefThiago 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
* Split code for counting and parsing argumentsThiago de Arruda2014-03-31
* Extract path.c from misc1.cJohn Schmidt2014-03-29
* Rename mch_* functions to os_* in os module.Thomas Wienecke2014-03-27
* Reimplement input functions on top of libuvThiago de Arruda2014-03-26
* Use memmove instead of mch_memmoveFelipe Oliveira Carvalho2014-03-26
* Implement `mch_delay` on top of libuvThiago de Arruda2014-03-24
* adapt to the style guildelinesPetter Wahlman2014-03-19
* Revive vim_fname (-> os_file_exists); fix misuse of mch_getperm.Thomas Wienecke2014-03-15
* Move and refactor mch_[gs]etperm to os/fs module.Thomas Wienecke2014-03-15
* moved mch_get_user_name() and mch_get_uname() into os/users.cStefan Hoffmann2014-03-13
* Move mch_can_exe, executable_file to os/fs.c.Thomas Wienecke2014-03-07
* cleanup environment variable handling + unit testsStefan Hoffmann2014-03-06
* Fix style issues.Thomas Wienecke2014-03-06
* Remove USE_SYSTEM and code only run under USE_SYSTEMSimen Endsjø2014-03-05
* Port mch_isdir to libuv.Thomas Wienecke2014-03-05
* Remove static declaration of executable_file.Thomas Wienecke2014-03-05
* Rename and refactor mch_FullName.Thomas Wienecke2014-03-04
* Remove dead stack-checking code.Alexander Bolodurin2014-03-03
* Remove __ARGS macro. Close #205Nicolas Pierron2014-03-02
* Extract garray.c from misc2.cFelipe Oliveira Carvalho2014-02-28
* Removes 'proto' dirscott-linder2014-02-26
* Delete local function strerror and USE_GETCWD define.Thomas Wienecke2014-02-25
* os_unix: Port mch_FullName and mch_isFullName to libuv.Thomas Wienecke2014-02-25
* os_unix: Use libuv uv_cwd instead of getcwd/getwd.Thomas Wienecke2014-02-25
* Create new OS moduleThiago de Arruda2014-02-24
* move libuv functions to os.c and io.c moduleRich Wareham2014-02-24
* os_unix: use libuv total memory functionRich Wareham2014-02-24
* os_unix: switch to libuv chdir() functionRich Wareham2014-02-24
* os_unix: add #include for libuvRich Wareham2014-02-24
* Convert function declarations from K&R to ANSI style.scott-linder2014-02-24
* Remove more #ifdef dead codeThiago de Arruda2014-02-01
* Fix build on OSX/Archlinux and add READMEaph2014-02-01
* Import vim from changeset v5628:c9cad40b4181Thiago de Arruda2014-01-31