aboutsummaryrefslogtreecommitdiff
path: root/src/misc2.c
Commit message (Expand)AuthorAge
* 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
* remove HAVE_STDARG_HJulian Orth2014-03-31
* Remove feature HAVE_QSORToni-link2014-03-31
* Update `call_shell` signature to use `ShellOpts`Thiago de Arruda2014-03-31
* Make `extra_shell_arg` a `mch_call_shell` parameterThiago de Arruda2014-03-31
* xrealloc(): similar to xmalloc()Felipe Oliveira Carvalho2014-03-31
* Document xmalloc() and deprecate lalloc()Felipe Oliveira Carvalho2014-03-31
* xmalloc() that succeeds or gracefully abortsFelipe Oliveira Carvalho2014-03-31
* Re-integrate FEAT_SIGNS code, close #383Justin M. Keyes2014-03-29
* Extract path.c from misc1.cJohn Schmidt2014-03-29
* Rename mch_* functions to os_* in os module.Thomas Wienecke2014-03-27
* 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
* Use memset instead of vim_memsetFelipe Oliveira Carvalho2014-03-25
* adapt to the style guildelinesPetter Wahlman2014-03-19
* 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
* Extract cursor_shape.c from misc2.c and types/consts from structs.hFelipe Oliveira Carvalho2014-03-10
* Fix `free_all_mem` and EXITFREE definitionThiago de Arruda2014-03-07
* cleanup environment variable handling + unit testsStefan Hoffmann2014-03-06
* Extract keymap.c from misc2.cFelipe Oliveira Carvalho2014-03-06
* Extract crypt.c from misc2.cFelipe Oliveira Carvalho2014-03-06
* Remove __ARGS macro. Close #205Nicolas Pierron2014-03-02
* Extract file_search.c from misc2.cFelipe Oliveira Carvalho2014-02-28
* Extract garray.c from misc2.cFelipe Oliveira Carvalho2014-02-28
* Removes 'proto' dirscott-linder2014-02-26
* Create new OS moduleThiago de Arruda2014-02-24
* Convert function declarations from K&R to ANSI style.scott-linder2014-02-24
* Import vim from changeset v5628:c9cad40b4181Thiago de Arruda2014-01-31