aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Merge pull request #1483 from oni-link/fix.mch_print_begin.memory.leak.stackv...Justin M. Keyes2014-11-16
|\
| * coverity/13765,13766,13767,13768: Fix memory leaks in hardcopy.coni-link2014-11-16
* | arabic.c: Comment fixesMichael Reed2014-11-15
* | farsi.c: Misc. fixesMichael Reed2014-11-15
|/
* Merge pull request #1471 from splinterofchaos/fix-jobstartJustin M. Keyes2014-11-15
|\
| * jobstart: Check prg arguments for NULL.Scott Prager2014-11-13
* | Fix warnings: charset.c: win_lbr_chartabsize(): Dead assignment: HI.Eliseo Martínez2014-11-15
* | Fix warnings: undo.c: u_blockfree(): Use after free: FP.Eliseo Martínez2014-11-15
* | Fix warnings: syntax.c: get_id_list(): Double free: FP.Eliseo Martínez2014-11-15
* | Fix warnings: syntax.c: syn_regexec(): Uninitialized arg: MI.Eliseo Martínez2014-11-15
* | Fix warnings: spell.c: spell_edit_score(): Garbage value: MI.Eliseo Martínez2014-11-15
* | Fix warnings: spell.c: getroom(): Np dereference: FP/RI.Eliseo Martínez2014-11-15
* | Fix warnings: spell.c: store_aff_word(): Garbage value: RI.Eliseo Martínez2014-11-15
* | Fix warnings: spell.c: spell_read_aff(): Uninitialized arg: RI.Eliseo Martínez2014-11-15
* | Fix warnings: spell.c: spell_move_to(): Garbage value: RI.Eliseo Martínez2014-11-15
* | Fix warnings: spell.c: spell_move_to(): Null arg: FP.Eliseo Martínez2014-11-15
* | Fix warnings: spell.c: find_word(): Dead assignment: HI.Eliseo Martínez2014-11-15
* | Fix warnings: search.c: find_pattern_in_path(): Np dereference: MI.Eliseo Martínez2014-11-15
* | Fix warnings: regexp_nfa.c: nfa_regatom(): Dead assignment: HI.Eliseo Martínez2014-11-15
* | Fix warnings: quickfix.c: qf_add_entry(): Np dereference: FP.Eliseo Martínez2014-11-15
* | Fix warnings: option.c: do_set(): Dead assignment: HI.Eliseo Martínez2014-11-15
* | vim-patch:7.4.378 #1217André Twupack2014-11-14
* | vim-patch:7.4.437Scott Prager2014-11-13
* | vim-patch:7.4.421Scott Prager2014-11-13
* | Merge pull request #1283 from splinterofchaos/breakindent-tabJustin M. Keyes2014-11-12
|\ \
| * | vim-patch:7.4.417Scott Prager2014-11-12
| * | vim-patch:7.4.416Scott Prager2014-11-11
| |/
* | Convert some values from buffer_defs.h to boolsWayne Rowcliffe2014-11-12
* | Merge pull request #1320 from splinterofchaos/ll-lockJustin M. Keyes2014-11-11
|\ \ | |/ |/|
| * vim-patch:7.4.419Scott Prager2014-11-11
* | Merge pull request #1282 from splinterofchaos/cmd-undefJustin M. Keyes2014-11-11
|\ \
| * | vim-patch:7.4.415Scott Prager2014-11-11
| * | vim-patch:7.4.414Scott Prager2014-11-11
| * | Fix fileio.c's diagram.Scott Prager2014-11-11
| |/
* | normal.c: Replace last TRUE/FALSE/OK/FAIL's w/bool.Scott Prager2014-11-11
* | Use bool in signatures of functions in normal.h.Scott Prager2014-11-11
* | Use bool or int for local flag variables.Scott Prager2014-11-11
* | Use bool in do_mouse().Scott Prager2014-11-11
* | Use bool in normal_cmd().Scott Prager2014-11-11
* | Use bool for flags in oparg_T.Scott Prager2014-11-11
|/
* Merge pull request #1439 from jszakmeister/shuffle-some-includesJustin M. Keyes2014-11-11
|\
| * Move many includes down to the EXITFREE block.John Szakmeister2014-11-09
* | Merge pull request #1449 from jszakmeister/fix-cmake-module-path-usageJohn Szakmeister2014-11-10
|\ \
| * | build: fix CMAKE_MODULE_PATH usageJohn Szakmeister2014-11-10
* | | Fix warnings: message.c: vim_vsnprintf(): Dead assignment (2): HI.Eliseo Martínez2014-11-11
* | | Fix warnings: message.c: delete_first_msg(): Np dereference: FP.Eliseo Martínez2014-11-11
* | | Fix warnings: memory.c: xcalloc(): 0 size calloc: CW.Eliseo Martínez2014-11-11
* | | Fix warnings: hardcopy.c: mch_print_text_out(): Bad free: FP + RI.Eliseo Martínez2014-11-11
* | | Fix warnings: fileio.c: aucmd_prepbuf(): Np dereference: FP.Eliseo Martínez2014-11-11
* | | Fix warnings: fileio.c: readfile(): Dead assignment: HI.Eliseo Martínez2014-11-11