aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* remove MB_{IS,TO}{UPPER,LOWER}aph2014-04-04
* remove DO_AUTOCHDIRaph2014-04-04
* Remove unused defineMarkus Breitenberger2014-04-04
* Removed not defined prototypes in os_unix.hStefan Hoffmann2014-04-04
* vim-patch:7.4.170oni-link2014-04-04
* Possible string literals that have to be replacedWilberto Morales2014-04-04
* Try to find all other instances of vimrc and gvimrc and prefix them with nWilberto Morales2014-04-04
* Extract memory.c from misc2.cJohn Schmidt2014-04-04
* vim-patch:7.4.169Keerthan Jaic2014-04-04
* Restore vim_renameHinidu2014-04-04
* Replace mch_rename and vim_rename with libuvHinidu2014-04-04
* Changed testdir/Makefile to use Makefile wildcards instead of SUFFIXESJared L Wong2014-04-04
* Remove `mch_call_shell` GUI printing codeThiago de Arruda2014-04-03
* Remove `:shell` and `suspend_shell`Thiago de Arruda2014-04-03
* Remove support for running interactive programsThiago de Arruda2014-04-03
* Rename FPC_* constants.Thomas Wienecke2014-04-03
* Initialize on declaration; use postincrements.Thomas Wienecke2014-04-03
* Fix seperator->separator, path_tail_with_separator->path_tail_with_sep.Thomas Wienecke2014-04-03
* Test and refactor getnextcomp -> path_next_component.Thomas Wienecke2014-04-03
* Test and refactor gettail_sep -> path_tail_with_seperator.Thomas Wienecke2014-04-03
* Test and refactor gettail -> path_tail.Thomas Wienecke2014-04-03
* Refactor fullpathcmp -> path_full_compare.Thomas Wienecke2014-04-03
* Add os_stat to os/fs module.Thomas Wienecke2014-04-03
* Move gettail_dir more closely to its usage.Thomas Wienecke2014-04-03
* Make FPC_* defines an enum type in path.h.Thomas Wienecke2014-04-03
* added doxygen documentation for os_file_is_{readonly, writable}Stefan Hoffmann2014-04-03
* cleaned up the readonly check in readfile()Stefan Hoffmann2014-04-03
* remove mch_access macro as it is only used in fs.cStefan Hoffmann2014-04-03
* move filewritable() into /src/os/fs.c and rename itStefan Hoffmann2014-04-03
* 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