aboutsummaryrefslogtreecommitdiff
path: root/src/diff.c
Commit message (Expand)AuthorAge
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15
* implemented os_file_get_size()Stefan Hoffmann2014-05-09
* replaced `vim_free()` calls with `free()` callsMatthias Beyer2014-05-05
* Replace 'alloc' with 'xmalloc' in some files.Chris Watkins2014-05-01
* revert #652Justin M. Keyes2014-05-01
* Remove NUL macroMarco Hinz2014-04-29
* Use portable format specifiers: Case %ld - localized - EMSGN.Eliseo Martínez2014-04-23
* removed mch_remove macroStefan Hoffmann2014-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
* Remove simpler cases of OOM error handling (after *alloc calls)Felipe Oliveira Carvalho2014-04-06
* Extract memory.c from misc2.cJohn Schmidt2014-04-04
* Refactor SHELL_* defines into enum typedefThiago de Arruda2014-03-31
* Make `extra_shell_arg` a `mch_call_shell` parameterThiago 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
* adapt to the style guildelinesPetter Wahlman2014-03-19
* Issue #311 - Clean up blowfish.c/h, charset.c/h, diff.c/h, digraph.c/h, garra...David Z. Chen2014-03-16
* cleanup environment variable handling + unit testsStefan Hoffmann2014-03-06
* Remove __ARGS macro. Close #205Nicolas Pierron2014-03-02
* Removes 'proto' dirscott-linder2014-02-26
* Create new OS moduleThiago de Arruda2014-02-24
* Convert function declarations from K&R to ANSI style.scott-linder2014-02-24
* Import vim from changeset v5628:c9cad40b4181Thiago de Arruda2014-01-31