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
/
nvim
/
mbyte.c
Commit message (
Expand
)
Author
Age
*
Move utf8len_tab definition to globals.h
James McCoy
2016-11-23
*
encoding: delete non-UTF-8 implementations of multibyte functions
Björn Linse
2016-11-05
*
encoding: cleanup mbyte.c given fixed encoding=utf-8
Björn Linse
2016-11-05
*
ui: Fix the call to utf_ambiguous_width
James McCoy
2016-10-11
*
vim-patch:7.4.1697
James McCoy
2016-09-24
*
vim-patch:7.4.1629
James McCoy
2016-09-24
*
vim-patch:7.4.1620
James McCoy
2016-09-24
*
vim-patch:7.4.1604
James McCoy
2016-09-24
*
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
mbyte.c: Move utf8/utf16 functions to mbyte.c
Justin M. Keyes
2016-07-30
*
*: Fix errors from new linter checks
ZyX
2016-06-11
*
mbyte.c: Fix invalid memory access in utfc_ptr2char_len
oni-link
2016-04-15
*
build: install *.mo into the "standard" directory
Jun T
2016-02-23
*
encoding: cleanup defaults of iskeyword, isprint and fileencodings
Björn Linse
2016-01-02
*
encoding: Always use "utf-8" as default for &encoding
Björn Linse
2016-01-02
*
src/*: Remove `VIM - Vi improved ...` header
Michael Reed
2015-11-27
*
Remove unnecessary includes for errno.h
Rui Abreu Ferreira
2015-11-25
*
src: README.txt -> README.md
Michael Reed
2015-11-23
*
viminfo: First version of ShaDa file dumping
ZyX
2015-10-08
*
Generate unicode tables with script when building
ZyX
2015-07-26
*
vim-patch:7.4.575 #2835
Felipe Morales
2015-06-17
*
Passing by: Remove X_LOCALE refs
Michael Reed
2015-05-30
*
getenv: return NULL if empty #2574
Scott Prager
2015-05-29
*
options: mark nonfunctional &termencoding option as hidden. #2631
Björn Linse
2015-05-17
*
Replace vim_iswhite with ascii_iswhite() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
Remove redundant casts
Anton Ovchinnikov
2015-03-09
*
Enable -Wconversion: mark.c.
Eliseo Martínez
2015-02-18
*
Enable -Wconversion: Passing-by: Remove dead code (MACOS_CONVERT).
Eliseo Martínez
2015-02-18
*
Enable -Wconversion: ui.c.
Eliseo Martínez
2015-02-18
*
Macro cleanup: Miscellaneous
Michael Reed
2015-01-14
*
Macro cleanup: PROTO
Michael Reed
2015-01-14
*
vim-patch:7.4.520
Florian Walch
2014-12-23
*
Remove dec-mcs remnants
Michael Reed
2014-12-19
*
Change the signature of utf_convert() (mbyte.c) to use ARRAY_SIZE
Felipe Oliveira Carvalho
2014-12-18
*
Change the signature of intable() (mbyte.c) to use ARRAY_SIZE
Felipe Oliveira Carvalho
2014-12-18
*
Define and use the ARRAY_SIZE macro
Felipe Oliveira Carvalho
2014-12-18
*
Little by little add 'const' were possible: mbyte.c
Dominique Pelle
2014-12-15
*
Merge pull request #1497 from splinterofchaos/const-attr
Justin M. Keyes
2014-11-29
|
\
|
*
strings/memory: constify and func_attr.
Scott Prager
2014-11-27
*
|
ui: Move check_col/check_row functions to mbyte.c
Thiago de Arruda
2014-11-27
|
/
*
iconv: re-enable
Nicolas Hillegeer
2014-11-06
*
ui: Refactor input buffer handling
Thiago de Arruda
2014-10-18
*
vim-patch:7.4.444
Daniel Kosinski
2014-10-04
*
Use strict function prototypes #945
Pavel Platto
2014-07-14
*
Include stdbool.h in some files which use it
Pavel Platto
2014-07-11
*
move errno.h include out of vim.h
Brandon Coleman
2014-07-09
*
move wctype.h include out of vim.h
Brandon Coleman
2014-07-09
*
move <inttypes.h> include out of vim.h
Brandon Coleman
2014-07-09
*
move locale.h include out of vim.h
Brandon Coleman
2014-07-09
[next]