aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* Remove MEM_PROFILE related codeFelipe Oliveira Carvalho2014-03-26
* Use memcmp instead of vim_memcmpFelipe Oliveira Carvalho2014-03-26
* Use memmove instead of mch_memmoveFelipe Oliveira Carvalho2014-03-26
* Prefer enums over incremental definesPetter Wahlman2014-03-26
* Use memset instead of vim_memsetFelipe Oliveira Carvalho2014-03-25
* Do not include farsi.c in main.cFelipe Oliveira Carvalho2014-03-25
* Move some #defines from farsi.h to farsi.cFelipe Oliveira Carvalho2014-03-25
* Implement `mch_delay` on top of libuvThiago de Arruda2014-03-24
* inline arabic_char()Felipe Oliveira Carvalho2014-03-24
* Reformat new function in arabic.c to comply with style guideFelipe Oliveira Carvalho2014-03-24
* Move arabic.h #defines from arabic.h to arabic.cFelipe Oliveira Carvalho2014-03-24
* Turn ARABIC_CHAR into a functionFelipe Oliveira Carvalho2014-03-24
* Don't require busted.John Szakmeister2014-03-23
* Update to the newest libuv versionThiago de Arruda2014-03-22
* Deal with the missing dependencies for libuv.John Szakmeister2014-03-21
* Revamp the build system.John Szakmeister2014-03-21
* printer_opts was left unitilized after #378Felipe Oliveira Carvalho2014-03-21
* No longer try to use standalone termcapMarcel Krüger2014-03-19
* adapt to the style guildelinesPetter Wahlman2014-03-19
* Delete structs.h by spliting it and moving code to other headersFelipe Oliveira Carvalho2014-03-18
* Issue #311 - Clean up blowfish.c/h, charset.c/h, diff.c/h, digraph.c/h, garra...David Z. Chen2014-03-16
* Revive vim_fname (-> os_file_exists); fix misuse of mch_getperm.Thomas Wienecke2014-03-15
* Move and refactor mch_[gs]etperm to os/fs module.Thomas Wienecke2014-03-15
* Moved more functions from misc1.c to indent.cJohn2014-03-15
* Use include paths relative to src/James McCoy2014-03-14
* Adapt include guards to the style guideJames McCoy2014-03-14
* Extract indent_c.c from misc1.cJohn2014-03-14
* Remove useless sizeof(uint32_t) == 4 testFelipe Oliveira Carvalho2014-03-14
* Replace UINT32_T by uint32_tFelipe Oliveira Carvalho2014-03-14
* Include <stdint.h> in types.hFelipe Oliveira Carvalho2014-03-14
* 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