aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Use cmake to find a lua executableThiago de Arruda2014-04-13
* vim-patch:7.4.203oni-link2014-04-13
* Rename os_total_mem to os_get_total_mem_kib.Chris Watkins2014-04-12
* vim-patch:7.4.167oni-link2014-04-12
* vim-patch:7.4.193oni-link2014-04-12
* vim-patch 7.4.199Keerthan Jaic2014-04-12
* Add `msgpack_rpc_dispatch`/metadata generatorThiago de Arruda2014-04-11
* Implement msgpack-rpc helper moduleThiago de Arruda2014-04-11
* 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