aboutsummaryrefslogtreecommitdiff
path: root/src/misc2.c
Commit message (Expand)AuthorAge
* Extract strings.c from misc2.cJohn Schmidt2014-05-02
* revert #652Justin M. Keyes2014-05-01
* Remove NUL macroMarco Hinz2014-04-29
* Remove code and checks for unsupported systems.Chris Watkins2014-04-28
* No OOM error in call_shell() and read_string()Felipe Oliveira Carvalho2014-04-24
* Use portable format specifiers: Adapt EMSGN/emsgn to use (int64_t).Eliseo Martínez2014-04-23
* Remove 'textmode' optionMarco Hinz2014-04-16
* Remove modelinesMarco Hinz2014-04-16
* vim-patch:7.4.191oni-link2014-04-14
* Remove simpler cases of OOM error handling (after *alloc calls)Felipe Oliveira Carvalho2014-04-06
* Rewrite `mch_call_shell` on top of libuvThiago de Arruda2014-04-05
* Remove netbeans and sun workshopJohn Schmidt2014-04-05
* Extract memory.c from misc2.cJohn Schmidt2014-04-04
* Fix seperator->separator, path_tail_with_separator->path_tail_with_sep.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
* move filewritable() into /src/os/fs.c and rename itStefan Hoffmann2014-04-03
* remove HAVE_STRPBRKoni-link2014-04-02
* 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