aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Move expand_wildcards{,_eval} from misc1.cJohn Schmidt2014-04-01
* Move shorten_fname{,1,s} and shorten_filenames from fileio.cJohn Schmidt2014-04-01
* Move mch_expandpath from os_unix.cJohn Schmidt2014-04-01
* Move pathcmp from misc2.cJohn Schmidt2014-04-01
* Move same_directory from misc2.cJohn Schmidt2014-04-01
* Move after_pathsep from misc2.cJohn Schmidt2014-04-01
* Move fix_fname from buffer.cJohn Schmidt2014-04-01
* Move functions from window.cJohn Schmidt2014-04-01
* Move simplify_filename from tag.cJohn Schmidt2014-04-01
* remove HAVE_{ISWUPPER,ISWLOWER,TOWUPPER,TOWLOWER}Julian Orth2014-03-31
* remove HAVE_STDARG_HJulian Orth2014-03-31
* remove HAVE_INTTYPESJulian Orth2014-03-31
* remove HAVE_MATH_HJulian Orth2014-03-31
* remove HAVE_SETJMP_HJulian Orth2014-03-31
* Remove feature HAVE_QSORToni-link2014-03-31
* alloc: xmalloc and xrealloc can't return nullNicolas Hillegeer2014-03-31
* func-attr: add some extra handy function attrsNicolas Hillegeer2014-03-31
* func-attr: clang 3.5 doesn't support alloc_sizeNicolas Hillegeer2014-03-31
* Rename ga_init2() to ga_init()John Schmidt2014-03-31
* Inline ga_init()John Schmidt2014-03-31
* Fix shell.{c,h} comments to match the style guideThiago de Arruda2014-03-31
* Add doxygen comments to the functions in shell.cThiago de Arruda2014-03-31
* Rewrite `show_shell_mess` as a `ShellOpts` flagThiago de Arruda2014-03-31
* Update `call_shell` signature to use `ShellOpts`Thiago de Arruda2014-03-31
* Refactor SHELL_* defines into enum typedefThiago de Arruda2014-03-31
* Refactor/cleanup argument parsing functionsThiago de Arruda2014-03-31
* Extract `shell_build_argv` from `mch_call_shell`Thiago de Arruda2014-03-31
* Make `extra_shell_arg` a `mch_call_shell` parameterThiago de Arruda2014-03-31
* Extract `shell_count_argc` from `mch_call_shell`Thiago de Arruda2014-03-31
* Extract `shell_skip_word` from `mch_call_shell`Thiago de Arruda2014-03-31
* Split code for counting and parsing argumentsThiago de Arruda2014-03-31
* Add doxygen-style comments to functions from os/fs.c.Thomas Wienecke2014-03-31
* xrealloc(): similar to xmalloc()Felipe Oliveira Carvalho2014-03-31
* Document xmalloc() and deprecate lalloc()Felipe Oliveira Carvalho2014-03-31
* Avoid a seg fault when exiting after OOM errorFelipe Oliveira Carvalho2014-03-31
* xmalloc() that succeeds or gracefully abortsFelipe Oliveira Carvalho2014-03-31
* Re-integrate FEAT_SIGNS code, close #383Justin M. Keyes2014-03-29
* use function attributes on allocation functionsNicolas Hillegeer2014-03-29
* add func_attr.h to be able to use func attribsNicolas Hillegeer2014-03-29
* Move remove_duplicates to garray.cJohn Schmidt2014-03-29
* Extract path.c from misc1.cJohn Schmidt2014-03-29
* Address clint warnings and other style issues.Thomas Wienecke2014-03-27
* Rename mch_* functions to os_* in os module.Thomas Wienecke2014-03-27
* Fix prepare watcher teardown in the event loopThiago de Arruda2014-03-27
* Re-integrate FEAT_FILTERPIPE codeThiago de Arruda2014-03-27
* Make `EventType` enum private to input.cThiago de Arruda2014-03-27
* Cleanup of indent.c to make it comply with style guide.John2014-03-27
* Reimplement input functions on top of libuvThiago de Arruda2014-03-26
* Use realloc instead of vim_reallocFelipe Oliveira Carvalho2014-03-26
* HAVE_AVAIL_MEM is always undefined. Remove tests and dead codeFelipe Oliveira Carvalho2014-03-26