aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mbyte.c
Commit message (Expand)AuthorAge
* mbyte: Refactor mb_unescapeZyX2017-07-02
* Merge #6460 from ZyX-I/1476-changesJustin M. Keyes2017-05-08
|\
| * Merge branch 'master' into 1476-changesZyX2017-04-10
| |\
| * | strings: Remove vim_strbyteZyX2017-04-07
* | | utf16_to_utf8: Allocate space for converted string and NULJames McCoy2017-05-03
* | | *: Add comment to all C filesZyX2017-04-19
| |/ |/|
* | lint: fix clint errors around mb_tolower callsBjörn Linse2017-04-10
* | mbyte: replace vim_tolower with mb_tolower handling locale correctlyBjörn Linse2017-04-10
* | win: os_get_hostname() #5416 (#6413)Justin M. Keyes2017-04-07
|/
* eval: Move remaining get_tv_string* functions to eval/typval.cZyX2017-03-29
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* eval: Split eval.c into smaller filesZyX2017-03-29
* mbyte: remove dead codeBjörn Linse2017-03-22
* terminal: Avoid invalid cursor col (#6265)Justin M. Keyes2017-03-22
* refactor: fix warningsJustin M. Keyes2017-02-04
* win: fix warningsJustin M. Keyes2017-01-19
* vim-patch:7.4.2028rover2017-01-01
* vim-patch:7.4.2019rover2017-01-01
* Move utf8len_tab definition to globals.hJames McCoy2016-11-23
* encoding: delete non-UTF-8 implementations of multibyte functionsBjörn Linse2016-11-05
* encoding: cleanup mbyte.c given fixed encoding=utf-8Björn Linse2016-11-05
* ui: Fix the call to utf_ambiguous_widthJames McCoy2016-10-11
* vim-patch:7.4.1697James McCoy2016-09-24
* vim-patch:7.4.1629James McCoy2016-09-24
* vim-patch:7.4.1620James McCoy2016-09-24
* vim-patch:7.4.1604James McCoy2016-09-24
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* mbyte.c: Move utf8/utf16 functions to mbyte.cJustin M. Keyes2016-07-30
* *: Fix errors from new linter checksZyX2016-06-11
* mbyte.c: Fix invalid memory access in utfc_ptr2char_lenoni-link2016-04-15
* build: install *.mo into the "standard" directoryJun T2016-02-23
* encoding: cleanup defaults of iskeyword, isprint and fileencodingsBjörn Linse2016-01-02
* encoding: Always use "utf-8" as default for &encodingBjörn Linse2016-01-02
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* Remove unnecessary includes for errno.hRui Abreu Ferreira2015-11-25
* src: README.txt -> README.mdMichael Reed2015-11-23
* viminfo: First version of ShaDa file dumpingZyX2015-10-08
* Generate unicode tables with script when buildingZyX2015-07-26
* vim-patch:7.4.575 #2835Felipe Morales2015-06-17
* Passing by: Remove X_LOCALE refsMichael Reed2015-05-30
* getenv: return NULL if empty #2574Scott Prager2015-05-29
* options: mark nonfunctional &termencoding option as hidden. #2631Björn Linse2015-05-17
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* Remove redundant castsAnton Ovchinnikov2015-03-09
* Enable -Wconversion: mark.c.Eliseo Martínez2015-02-18
* Enable -Wconversion: Passing-by: Remove dead code (MACOS_CONVERT).Eliseo Martínez2015-02-18
* Enable -Wconversion: ui.c.Eliseo Martínez2015-02-18
* Macro cleanup: MiscellaneousMichael Reed2015-01-14
* Macro cleanup: PROTOMichael Reed2015-01-14