aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.c
Commit message (Expand)AuthorAge
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15
* Add teardown function for the event.c moduleThiago de Arruda2014-05-12
* replaced `vim_free()` calls with `free()` callsMatthias Beyer2014-05-05
* Remove undefined function suspend_shell.Thomas Wienecke2014-05-03
* revert #652Justin M. Keyes2014-05-01
* Remove NUL macroMarco Hinz2014-04-29
* Remove code and checks for unsupported systems.Chris Watkins2014-04-28
* Remove mch_screenmode, inline EMSG into ex_mode()Stefan Hoffmann2014-04-24
* No OOM error condition in save_patterns()Felipe Oliveira Carvalho2014-04-24
* inline the rest of os_unixx.h into os_unix.cStefan Hoffmann2014-04-22
* Removed mch_input_isattyPavel Platto2014-04-20
* Removed mch_check_winPavel Platto2014-04-20
* Remove modelinesMarco Hinz2014-04-16
* removed mch_remove macroStefan Hoffmann2014-04-11
* Move exe functions back to os/fs.cJohn Schmidt2014-04-08
* Change prefix from `os_*` to `path_*`John Schmidt2014-04-08
* Implement job controlThiago de Arruda2014-04-07
* Use stdbool in os moduleHinidu2014-04-07
* Remove simpler cases of OOM error handling (after *alloc calls)Felipe Oliveira Carvalho2014-04-06
* Add comments and fix `os_microdelay` callThiago de Arruda2014-04-06
* Remove `RealWaitForChar` and `mch_new_shellsize`Thiago de Arruda2014-04-06
* Moved mch_get_host_name and renamed it to os_get_hostanmeStefan Hoffmann2014-04-05
* Moved mch_get_pid and renamed it to os_get_pidStefan Hoffmann2014-04-05
* Remove the old `mch_call_shell` implementationThiago de Arruda2014-04-05
* Remove mzschemeJohn Schmidt2014-04-05
* Remove SniFFJohn Schmidt2014-04-05
* Extract memory.c from misc2.cJohn Schmidt2014-04-04
* Remove `mch_call_shell` GUI printing codeThiago de Arruda2014-04-03
* Remove support for running interactive programsThiago de Arruda2014-04-03
* Test and refactor gettail -> path_tail.Thomas Wienecke2014-04-03
* remove HAVE_RENAMEoni-link2014-04-02
* Move signal handling to libuv event loopThiago de Arruda2014-04-01
* 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