aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Remove remaining hangul-related codeThiago de Arruda2014-03-14
* Fix: Use an assert to make sure, an error message can be copied into buffer b...oni-link2014-03-13
* refactored part of expand_env_esc() into mch_get_user_directory()Stefan Hoffmann2014-03-13
* removed get_user_name() and replaced calls with mch_get_user_name()Stefan Hoffmann2014-03-13
* moved mch_get_user_name() and mch_get_uname() into os/users.cStefan Hoffmann2014-03-13
* refactored logic from init_users() into mch_get_usernames()Stefan Hoffmann2014-03-13
* Refactor travis build to use clang's sanitizersThiago de Arruda2014-03-13
* Remove CURSOR_SHAPE #ifdef testsFelipe Oliveira Carvalho2014-03-10
* Extract cursor_shape.c from misc2.c and types/consts from structs.hFelipe Oliveira Carvalho2014-03-10
* Move exarg_T and cmdarg_T from structs.h to normal.hFelipe Oliveira Carvalho2014-03-09
* Extract pos.h from structs.hFelipe Oliveira Carvalho2014-03-09
* Change neo* configurations to n* configurationsWilberto2014-03-09
* Fix bugs, clean code, add tests.Thomas Wienecke2014-03-07
* Remove unused return values.Thomas Wienecke2014-03-07
* Move definition of helper function below their usage.Thomas Wienecke2014-03-07
* Simplify mch_can_exe extracting is_executable_in_path.Thomas Wienecke2014-03-07
* Declare is_executable as static and remove its unit tests.Thomas Wienecke2014-03-07
* Move mch_can_exe, executable_file to os/fs.c.Thomas Wienecke2014-03-07
* Added MODIFIED_BY and updated version information.scott-linder2014-03-07
* Fix memory leak in `eval7`Thiago de Arruda2014-03-07
* Fix `free_all_mem` and EXITFREE definitionThiago de Arruda2014-03-07
* Issue #311 - Clean up arabic.c, arabic.h, farsi.c, farsi.h. Tweaks to uncrust...David Z. Chen2014-03-07
* Remove hangul input supportThiago de Arruda2014-03-07
* Move some types and consts from structs.h to other headersFelipe Oliveira Carvalho2014-03-07
* Move garray_T from structs.h to garray.hFelipe Oliveira Carvalho2014-03-07
* Fix memory leak and enable valgrind on travisThiago de Arruda2014-03-07
* cleanup environment variable handling + unit testsStefan Hoffmann2014-03-06
* Fix style issues.Thomas Wienecke2014-03-06
* Extract keymap.c from misc2.cFelipe Oliveira Carvalho2014-03-06
* Extract crypt.c from misc2.cFelipe Oliveira Carvalho2014-03-06
* Remove USE_SYSTEM and code only run under USE_SYSTEMSimen Endsjø2014-03-05
* Port mch_isdir to libuv.Thomas Wienecke2014-03-05
* Remove static declaration of executable_file.Thomas Wienecke2014-03-05
* Assert that vim_strsize and vim_strnsize gets a non-null parameter.Simen Endsjø2014-03-04
* Rename and refactor mch_FullName.Thomas Wienecke2014-03-04
* Move some of misc1.c to indent.c.Gaelan Steele2014-03-03
* Remove traces of old custom undo memory manager.Alexander Bolodurin2014-03-03
* Remove dead stack-checking code.Alexander Bolodurin2014-03-03
* Remove __ARGS macro. Close #205Nicolas Pierron2014-03-02
* Clean-up main.c: follow STRNICMP replacement.Nicolas Pierron2014-03-01
* Extract file_search.c from misc2.cFelipe Oliveira Carvalho2014-02-28
* Added a types.h with vim.h unsigned int typedefs.scott-linder2014-02-28
* MAKE: ask gnulikes to warn and be pedantic + fixesNicolas Hillegeer2014-02-28
* Fix a 'garbage value' warning found by Clang's static analyzerFelipe Oliveira Carvalho2014-02-28
* Use _NSGetEnviron on Mac OS X to gain access to environ.John Szakmeister2014-02-28
* Include "garray.h" in ex_cmds2.cFelipe Oliveira Carvalho2014-02-28
* Extract garray.c from misc2.cFelipe Oliveira Carvalho2014-02-28
* Use cmake module instead of shared for nvim-testScott Nielsen2014-02-28
* Add unit test running to travis againThiago de Arruda2014-02-27
* Disable unit tests until fixed for travisThiago de Arruda2014-02-27