aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* move check_file_readonly() into /src/os/fs.c and rename itStefan Hoffmann2014-04-03
* check readonly by trying to open the file for writing...Stefan Hoffmann2014-04-03
* Use check_symbol_exists() instead of check_function_exists().John Szakmeister2014-04-03
* vim-patch:7.4.166Justin M. Keyes2014-04-02
* Replace use of mch_rename with rename.oni-link2014-04-02
* remove HAVE_WCTYPE_Honi-link2014-04-02
* remove HAVE_WCHAR_Honi-link2014-04-02
* remove HAVE_STRTOLoni-link2014-04-02
* remove HAVE_STRPBRKoni-link2014-04-02
* remove HAVE_STRING_Honi-link2014-04-02
* remove HAVE_STRFTIMEoni-link2014-04-02
* remove HAVE_STRERRORoni-link2014-04-02
* remove HAVE_STDLIB_Honi-link2014-04-02
* remove HAVE_RENAMEoni-link2014-04-02
* remove HAVE_DATE_TIMEoni-link2014-04-02
* Move signal handling to libuv event loopThiago de Arruda2014-04-01
* Move shorten_filenames back to fileio.cJohn Schmidt2014-04-01
* Move match_suffix from misc1.cJohn Schmidt2014-04-01
* 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