aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Merge #688 'Refactoring of two-iteration anti-pattern in msg_show_console_dia...Justin M. Keyes2014-05-12
|\
| * Style corrections in the two new functionsHarsh Kumar2014-05-12
| * Add new functions for memory alloction & data copyHarsh Kumar2014-05-12
| * Simple Split 2-iter loop: msg_show_console_dialogHarsh Kumar2014-05-12
|/
* remove unused parameter from `buf_store_file_info`Stefan Hoffmann2014-05-10
* Merge pull request #619 from stefan991/mch_stat-cleanupJustin M. Keyes2014-05-09
|\
| * removed mch_lstat() and mch_stat() macrosStefan Hoffmann2014-05-09
| * replaced last mch_stat() and mch_lstat()Stefan Hoffmann2014-05-09
| * replaced mch_stat() in buffer.cStefan Hoffmann2014-05-09
| * replaced some mch_lstat()Stefan Hoffmann2014-05-09
| * replaced some mch_stat() with os_get_file_info()Stefan Hoffmann2014-05-09
| * replaced mch_fstat() with os_file_get_info_fd()Stefan Hoffmann2014-05-09
| * implemented FileInfo structStefan Hoffmann2014-05-09
| * implemented os_file_get_size()Stefan Hoffmann2014-05-09
| * use os_getperm() in f_getfperm()Stefan Hoffmann2014-05-09
| * replaced some mch_stat() with os_file_exists()Stefan Hoffmann2014-05-09
|/
* Update CONTRIBUTING.md with current infoJosh Davis2014-05-08
* update CONTRIBUTING.mdaph2014-05-07
* Delete the lalloc() functionFelipe Oliveira Carvalho2014-05-07
* No OOM error in make_filter_cmd()Felipe Oliveira Carvalho2014-05-07
* Replace lalloc() with xmalloc()Felipe Oliveira Carvalho2014-05-07
* coveralls upload should not fail the CI buildJustin M. Keyes2014-05-07
* Merge pull request #644 from philix/logJustin M. Keyes2014-05-06
|\
| * Introduce os_localtime_r() and os_get_local_time()Felipe Oliveira Carvalho2014-05-06
| * Macro-based log utility for NeovimFelipe Oliveira Carvalho2014-05-06
| * Use REGEXP_DEBUG to enable log-based regexp debuggingFelipe Oliveira Carvalho2014-05-06
* | Prevent preserve_exit() from executing more than once.Dane Summers2014-05-06
* | removed `vim_free()` functionMatthias Beyer2014-05-05
* | replaced `vim_free()` calls with `free()` callsMatthias Beyer2014-05-05
* | Replace vim_free() implementationMatthias Beyer2014-05-04
|/
* vim-patch:7.4.274Marco Hinz2014-05-04
* Use portable format specifiers: Case %lu - localized - EMSGU.Eliseo Martínez2014-05-04
* Use portable format specifiers: Adapt/fix EMSGU/emsgu to use (uint64_t).Eliseo Martínez2014-05-04
* Fix unit test cleanup of path_shorten_fname_if_possible.Thomas Wienecke2014-05-03
* Remove unused function vcol2col.Thomas Wienecke2014-05-03
* Remove unused function cmdline_at_end.Thomas Wienecke2014-05-03
* Remove unused function cmdline_overstrike.Thomas Wienecke2014-05-03
* Remove undefined function clip_yank_selection.Thomas Wienecke2014-05-03
* Remove unused function get_fpos_of_mouse.Thomas Wienecke2014-05-03
* Remove unused function is_autocmd_blocked.Thomas Wienecke2014-05-03
* Remove undefined function adjust_clip_reg.Thomas Wienecke2014-05-03
* Remove unused function free_register.Thomas Wienecke2014-05-03
* Remove undefined function server_to_input_buf.Thomas Wienecke2014-05-03
* Remove unused function unset_global_local_option.Thomas Wienecke2014-05-03
* Remove undefined function gui_show_popupmenu + its unused return defines.Thomas Wienecke2014-05-03
* Remove undefined function gui_show_popupmenu + call.Thomas Wienecke2014-05-03
* Remove unused function yank_cut_buffer0.Thomas Wienecke2014-05-03
* Remove unused function push_raw_key.Thomas Wienecke2014-05-03
* Remove unused function vim_free_in_input_buf.Thomas Wienecke2014-05-03
* Remove undefined function suspend_shell.Thomas Wienecke2014-05-03