aboutsummaryrefslogtreecommitdiff
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
* enable coveralls supportaph2014-04-01
* remove HAVE_{ISWUPPER,ISWLOWER,TOWUPPER,TOWLOWER}Julian Orth2014-03-31
* remove HAVE_STDARG_HJulian Orth2014-03-31
* remove HAVE_STDINTJulian Orth2014-03-31
* remove HAVE_INTTYPESJulian Orth2014-03-31
* remove HAVE_MATH_HJulian Orth2014-03-31
* remove HAVE_MEMSEToni-link2014-03-31
* remove HAVE_MEMCMPoni-link2014-03-31
* remove HAVE_BCMPJulian Orth2014-03-31
* remove HAVE_ERRNOJulian 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
* Add basic Doxyfile.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
* update readme: "progress" section; formattingJustin M. Keyes2014-03-31
* Force the `cmake` target to re-run the CMake configuration.John Szakmeister2014-03-31
* Use the clang 3.4 release tarball instead of apt for clang 3.4.John Szakmeister2014-03-30
* 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