aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Add empty implementations of the remote APIThiago de Arruda2014-04-11
* Add cmake module for finding msgpackThiago de Arruda2014-04-11
* vim-patch:7.4.192oni-link2014-04-11
* removed vim_mkdir macroStefan Hoffmann2014-04-11
* removed mch_rmdir macroStefan Hoffmann2014-04-11
* removed mch_remove macroStefan Hoffmann2014-04-11
* port vim_mkdir, mch_rmdir and mch_remove to libuvStefan Hoffmann2014-04-11
* No error condition in push_current_state()Felipe Oliveira Carvalho2014-04-11
* No error condition in store_loop_line()Felipe Oliveira Carvalho2014-04-11
* No error condition in get_arg_list()Felipe Oliveira Carvalho2014-04-11
* alist_add_list() doesn't return -1 anymoreFelipe Oliveira Carvalho2014-04-11
* No error condition in foldInsert()Felipe Oliveira Carvalho2014-04-11
* Remove OOM error handling code after ga_grow() callsFelipe Oliveira Carvalho2014-04-11
* Remove OOM error handling code after calls to mf_hash_grow()Felipe Oliveira Carvalho2014-04-11
* Remove OOM error handling code after calls to transstr()Felipe Oliveira Carvalho2014-04-11
* Remove OOM error handling code after calls to diff_alloc_new()Felipe Oliveira Carvalho2014-04-11
* Remove more OOM error handling codeFelipe Oliveira Carvalho2014-04-11
* Replace `alloc_check` by `xmalloc`John Schmidt2014-04-10
* vim-patch:7.4.187Hinidu2014-04-10
* vim-patch:7.4.186oni-link2014-04-08
* Move exe functions back to os/fs.cJohn Schmidt2014-04-08
* Change prefix from `os_*` to `path_*`John Schmidt2014-04-08
* Move and adapt `os_get_absolute_path` unit tests to `vim_FullName`John2014-04-08
* Move functions from os/fs.c into path.cJohn Schmidt2014-04-08
* Remove old comment from job.cThiago de Arruda2014-04-08
* Define special key for asynchronous eventsThiago de Arruda2014-04-08
* Fix/add more files with to clint-files.txtThiago de Arruda2014-04-08
* vim-patch:7.4.184Hinidu2014-04-08
* Remove #ifdef FEAT_WINDOWS from vim-patch:7.4.181Hinidu2014-04-08
* vim-patch:7.4.181Hinidu2014-04-07
* Implement job controlThiago de Arruda2014-04-07
* Use stdbool in os moduleHinidu2014-04-07
* Turn Event into a tagged unionFelipe Oliveira Carvalho2014-04-07
* Reimplement the event queue in event.c using klist.hFelipe Oliveira Carvalho2014-04-07
* Implement xcalloc and use it in klist.h (use xrealloc as well)Felipe Oliveira Carvalho2014-04-07
* Add klib.h to src/libFelipe Oliveira Carvalho2014-04-07
* Remove simpler cases of OOM error handling (after *alloc calls)Felipe Oliveira Carvalho2014-04-06
* Simplify tricky preprocessor tests in ff_check_visited()Felipe Oliveira Carvalho2014-04-06
* Remove unneeded variable `in_os_delay`Thiago de Arruda2014-04-06
* Add comments and fix `os_microdelay` callThiago de Arruda2014-04-06
* Remove `RealWaitForChar` and `mch_new_shellsize`Thiago de Arruda2014-04-06
* Implement os_microdelay and os_delay on top of itThiago de Arruda2014-04-06
* Replace `strdup` calls by `xstrdup`Thiago de Arruda2014-04-06
* Implement `xstrdup` and `xstrndup`Thiago de Arruda2014-04-06
* vim-patch:7.4.178oni-link2014-04-06
* Use early return for rejecting_deadly in signal_cbThiago de Arruda2014-04-06
* vim-patch:7.4.173oni-link2014-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
* vim-patch:7.4.171oni-link2014-04-05