index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
misc2.c
Commit message (
Expand
)
Author
Age
*
Move pathcmp from misc2.c
John Schmidt
2014-04-01
*
Move same_directory from misc2.c
John Schmidt
2014-04-01
*
Move after_pathsep from misc2.c
John Schmidt
2014-04-01
*
remove HAVE_STDARG_H
Julian Orth
2014-03-31
*
Remove feature HAVE_QSORT
oni-link
2014-03-31
*
Update `call_shell` signature to use `ShellOpts`
Thiago de Arruda
2014-03-31
*
Make `extra_shell_arg` a `mch_call_shell` parameter
Thiago de Arruda
2014-03-31
*
xrealloc(): similar to xmalloc()
Felipe Oliveira Carvalho
2014-03-31
*
Document xmalloc() and deprecate lalloc()
Felipe Oliveira Carvalho
2014-03-31
*
xmalloc() that succeeds or gracefully aborts
Felipe Oliveira Carvalho
2014-03-31
*
Re-integrate FEAT_SIGNS code, close #383
Justin M. Keyes
2014-03-29
*
Extract path.c from misc1.c
John Schmidt
2014-03-29
*
Rename mch_* functions to os_* in os module.
Thomas Wienecke
2014-03-27
*
HAVE_AVAIL_MEM is always undefined. Remove tests and dead code
Felipe Oliveira Carvalho
2014-03-26
*
Remove MEM_PROFILE related code
Felipe Oliveira Carvalho
2014-03-26
*
Use memcmp instead of vim_memcmp
Felipe Oliveira Carvalho
2014-03-26
*
Use memmove instead of mch_memmove
Felipe Oliveira Carvalho
2014-03-26
*
Use memset instead of vim_memset
Felipe Oliveira Carvalho
2014-03-25
*
adapt to the style guildelines
Petter Wahlman
2014-03-19
*
removed get_user_name() and replaced calls with mch_get_user_name()
Stefan Hoffmann
2014-03-13
*
moved mch_get_user_name() and mch_get_uname() into os/users.c
Stefan Hoffmann
2014-03-13
*
Extract cursor_shape.c from misc2.c and types/consts from structs.h
Felipe Oliveira Carvalho
2014-03-10
*
Fix `free_all_mem` and EXITFREE definition
Thiago de Arruda
2014-03-07
*
cleanup environment variable handling + unit tests
Stefan Hoffmann
2014-03-06
*
Extract keymap.c from misc2.c
Felipe Oliveira Carvalho
2014-03-06
*
Extract crypt.c from misc2.c
Felipe Oliveira Carvalho
2014-03-06
*
Remove __ARGS macro. Close #205
Nicolas Pierron
2014-03-02
*
Extract file_search.c from misc2.c
Felipe Oliveira Carvalho
2014-02-28
*
Extract garray.c from misc2.c
Felipe Oliveira Carvalho
2014-02-28
*
Removes 'proto' dir
scott-linder
2014-02-26
*
Create new OS module
Thiago de Arruda
2014-02-24
*
Convert function declarations from K&R to ANSI style.
scott-linder
2014-02-24
*
Import vim from changeset v5628:c9cad40b4181
Thiago de Arruda
2014-01-31