neovim/src/nvim
Chris Hall 7fc7147ad6 coverity/62618: fixing "Wrong sizeof argument"
suspicious_sizeof: Passing argument 168UL /* sizeof (ufunc_T) */ * todo
to function xmalloc and then casting the return value to ufunc_T ** is
suspicious.
2015-05-08 10:08:53 +12:00
..
api msgpack: Allow notifications to execute commands. 2015-04-13 10:20:42 -04:00
lib memory: Add free wrapper and refactor project to use it 2015-04-13 08:22:44 -03:00
msgpack_rpc coverity/109019: fixing "Sizeof not portable" 2015-05-08 10:08:23 +12:00
os Merge 'p' declaration with init in vim_version_dir() 2015-05-06 21:34:19 -05:00
po Bring E319 (cmd not available) in line with E519 (opt not available) 2015-04-10 16:38:11 -04:00
testdir tests: Migrate legacy test 96 #2220 2015-05-04 23:36:08 -04:00
tui memory: Add free wrapper and refactor project to use it 2015-04-13 08:22:44 -03:00
arabic.c
arabic.h
ascii.h Improve comments and fix ascii_* attributes 2015-04-24 22:17:02 -03:00
assert.h
buffer_defs.h vim-patch: Port parts of Vim 7.4.399. 2015-04-08 18:33:54 +03:00
buffer.c Remove char_u: fix_fname() 2015-05-06 21:25:05 -05:00
buffer.h buffer: Add WITH_BUFFER macro to simplify global buffer modification 2015-03-25 18:57:35 -03:00
charset.c Replace vim_isxdigit() with to ascii_isxdigit() defined in ascii.h 2015-04-24 20:37:13 -03:00
charset.h
CMakeLists.txt jemalloc: Force use of prefixed functions. 2015-04-29 22:26:55 +03:00
cursor_shape.c Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.h 2015-04-24 20:37:13 -03:00
cursor_shape.h
cursor.c
cursor.h
diff.c Remove char_u: FullName_save() 2015-05-06 21:25:04 -05:00
diff.h
digraph.c Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.h 2015-04-24 20:37:13 -03:00
digraph.h
edit.c vim-patch:7.4.653 #2527 2015-04-30 14:26:35 -04:00
edit.h
eval_defs.h eval: Add internal_refcount field to dict_T 2015-04-02 11:33:48 -03:00
eval.c coverity/62618: fixing "Wrong sizeof argument" 2015-05-08 10:08:53 +12:00
eval.h eval: Refactor vimscript job control API 2015-03-29 20:35:44 -03:00
ex_cmds2.c Remove char_u: fix_fname() 2015-05-06 21:25:05 -05:00
ex_cmds2.h
ex_cmds_defs.h vim-patch:7.4.542 2015-04-28 23:08:31 -03:00
ex_cmds.c Remove char_u: fix_fname() 2015-05-06 21:25:05 -05:00
ex_cmds.h
ex_cmds.lua vim-patch:7.4.588 2015-04-28 23:08:32 -03:00
ex_docmd.c Remove char_u: FullName_save() 2015-05-06 21:25:04 -05:00
ex_docmd.h
ex_eval.c Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.h 2015-04-24 20:37:13 -03:00
ex_eval.h
ex_getln.c Remove char_u: add_pathsep() 2015-05-06 21:25:04 -05:00
ex_getln.h
farsi.c Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.h 2015-04-24 20:37:13 -03:00
farsi.h
file_search.c Remove char_u: FullName_save() 2015-05-06 21:25:04 -05:00
file_search.h
fileio.c Merge #2470: Remove char_u (5) 2015-05-07 08:08:31 +02:00
fileio.h eval: Refactor vimscript job control API 2015-03-29 20:35:44 -03:00
fold.c vim-patch:7.4.699 #2508 2015-04-25 19:30:38 -04:00
fold.h Enable -Wconversion: fold.c. 2015-04-07 12:56:28 +02:00
func_attr.h
garray.c memory: Add free wrapper and refactor project to use it 2015-04-13 08:22:44 -03:00
garray.h memory: Add free wrapper and refactor project to use it 2015-04-13 08:22:44 -03:00
getchar.c Replace vim_isspace() with ascii_isspace() defined in ascii.h 2015-04-24 20:37:13 -03:00
getchar.h
globals.h src: Misc. cleanup 2015-05-01 16:45:02 -04:00
hardcopy.c Remove char_u: add_pathsep() 2015-05-06 21:25:04 -05:00
hardcopy.h Cleanup: Refactor option_table_T.number: long --> int. 2015-01-11 15:10:38 +01:00
hashtab.c memory: Add free wrapper and refactor project to use it 2015-04-13 08:22:44 -03:00
hashtab.h
iconv.h
if_cscope_defs.h
if_cscope.c Remove char_u: concat_fnames() 2015-05-06 21:34:19 -05:00
if_cscope.h
indent_c.c Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.h 2015-04-24 20:37:13 -03:00
indent_c.h
indent.c Improve comments and fix ascii_* attributes 2015-04-24 22:17:02 -03:00
indent.h
keymap.c src: Misc. cleanup 2015-05-01 16:45:02 -04:00
keymap.h Remove QNX/pterm remnants 2015-01-11 21:00:06 -05:00
log.c refactor: split some more functions from misc1.c 2015-03-24 16:13:00 -04:00
log.h
macros.h Passing by: wrap mb_ptr_adv(), mb_cptr_adv(), mb_ptr_back() macros in parenthesis. 2015-05-06 21:34:19 -05:00
main.c refactor: remove USR_VIMRC_FILE4 #2580 2015-05-07 17:05:41 -04:00
main.h
map_defs.h
map.c memory: Add free wrapper and refactor project to use it 2015-04-13 08:22:44 -03:00
map.h map: Add Map(int, int) 2015-03-25 18:57:34 -03:00
mark_defs.h
mark.c Replace vim_isspace() with ascii_isspace() defined in ascii.h 2015-04-24 20:37:13 -03:00
mark.h
mbyte.c Replace vim_iswhite with ascii_iswhite() defined in ascii.h 2015-04-24 20:37:13 -03:00
mbyte.h
memfile_defs.h
memfile.c Remove char_u: FullName_save() 2015-05-06 21:25:04 -05:00
memfile.h
memline_defs.h
memline.c Remove char_u: concat_fnames() 2015-05-06 21:34:19 -05:00
memline.h
memory.c jemalloc: Force use of prefixed functions. 2015-04-29 22:26:55 +03:00
memory.h
menu.c Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.h 2015-04-24 20:37:13 -03:00
menu.h
message.c Fix warnings: Support '%zu' in vim_snprintf(): Add support. 2015-05-01 17:02:40 +02:00
message.h
misc1.c Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.h 2015-04-24 20:37:13 -03:00
misc1.h
misc2.c Enable -Wconversion: normal.c. 2015-04-27 19:27:07 +02:00
misc2.h
mouse.c refactor: Remove term modules and termcap options 2015-02-21 05:08:21 -03:00
mouse.h refactor: Remove term modules and termcap options 2015-02-21 05:08:21 -03:00
move.c vim-patch:7.4.550 #2510 2015-04-25 17:08:40 -04:00
move.h
normal.c 'cpoptions': Remove "H" flag #2556 2015-05-04 14:20:28 -04:00
normal.h
ops.c Enable -Wconversion: normal.c. 2015-04-27 19:27:07 +02:00
ops.h ops.c: eliminate static variable y_current 2015-04-17 11:33:44 +02:00
option_defs.h 'cpoptions': Remove "H" flag #2556 2015-05-04 14:20:28 -04:00
option.c Remove char_u: FullName_save() 2015-05-06 21:25:04 -05:00
option.h
os_unix_defs.h CMakeLists: enable USE_FNAME_CASE on Mac 2015-03-31 11:20:24 -03:00
os_unix.c Remove char_u: add_pathsep() 2015-05-06 21:25:04 -05:00
os_unix.h
path.c Update vim_FullName() to define fname as const 2015-05-06 21:34:19 -05:00
path.h
popupmnu.c memory: Add free wrapper and refactor project to use it 2015-04-13 08:22:44 -03:00
popupmnu.h
pos.h Enable -Wconversion: mark.c. 2015-02-18 20:54:13 -05:00
profile.c
profile.h
quickfix.c Remove char_u: concat_fnames() 2015-05-06 21:34:19 -05:00
quickfix.h
regexp_defs.h vim-patch:7.4.497 #2295 2015-04-05 19:24:58 -04:00
regexp_nfa.c Replace vim_isxdigit() with to ascii_isxdigit() defined in ascii.h 2015-04-24 20:37:13 -03:00
regexp.c vim-patch:7.4.526 #2562 2015-05-07 00:26:07 -04:00
regexp.h
screen.c src: Misc. cleanup 2015-05-01 16:45:02 -04:00
screen.h
search.c Enable -Wconversion: normal.c. 2015-04-27 19:27:07 +02:00
search.h
sha256.c Remove redundant casts 2015-03-09 00:40:50 +01:00
sha256.h sha: define SHA256_BUFFER_SIZE and SUM_SIZE. 2015-01-02 18:07:01 -05:00
sign_defs.h
spell.c Enable -Wconversion: normal.c. 2015-04-27 19:27:07 +02:00
spell.h
strings.c Enable -Wconversion: normal.c. 2015-04-27 19:27:07 +02:00
strings.h
syntax_defs.h syntax: Refactor to store all term and gui attributes independently 2015-02-16 23:17:39 -03:00
syntax.c vim-patch:7.4.519 2015-04-27 01:41:42 -04:00
syntax.h syntax: Refactor to store all term and gui attributes independently 2015-02-16 23:17:39 -03:00
tag.c Remove char_u: FullName_save() 2015-05-06 21:25:04 -05:00
tag.h
tempfile.c Remove char_u: vim_settempdir() 2015-05-06 21:34:19 -05:00
tempfile.h
terminal.c memory: Add free wrapper and refactor project to use it 2015-04-13 08:22:44 -03:00
terminal.h terminal: New module that implements a terminal emulator 2015-03-25 18:57:35 -03:00
types.h Macro cleanup: UNICODE16 2015-03-05 19:03:35 -05:00
ui.c ui: Schedule screen refreshs to run in the event loop 2015-03-25 18:57:35 -03:00
ui.h ui: Replace cursor_{on,off} by busy_{stop,start} 2015-03-15 10:30:59 -03:00
undo_defs.h vim-patch: Port parts of Vim 7.4.399. 2015-04-08 18:33:54 +03:00
undo.c Merge #2470: Remove char_u (5) 2015-05-07 08:08:31 +02:00
undo.h
version.c vim-patch:7.4.707 #2541 2015-05-07 00:33:20 -04:00
version.h version: don't use NVIM_VERSION_* directly outside version.c 2015-03-08 21:54:57 -04:00
vim.h vim-patch:7.4.542 2015-04-28 23:08:31 -03:00
window.c Remove char_u: path_is_url() 2015-05-06 21:25:04 -05:00
window.h