aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mbyte.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:7.4.520Florian Walch2014-12-23
* Remove dec-mcs remnantsMichael Reed2014-12-19
* Change the signature of utf_convert() (mbyte.c) to use ARRAY_SIZEFelipe Oliveira Carvalho2014-12-18
* Change the signature of intable() (mbyte.c) to use ARRAY_SIZEFelipe Oliveira Carvalho2014-12-18
* Define and use the ARRAY_SIZE macroFelipe Oliveira Carvalho2014-12-18
* Little by little add 'const' were possible: mbyte.cDominique Pelle2014-12-15
* Merge pull request #1497 from splinterofchaos/const-attrJustin M. Keyes2014-11-29
|\
| * strings/memory: constify and func_attr.Scott Prager2014-11-27
* | ui: Move check_col/check_row functions to mbyte.cThiago de Arruda2014-11-27
|/
* iconv: re-enableNicolas Hillegeer2014-11-06
* ui: Refactor input buffer handlingThiago de Arruda2014-10-18
* vim-patch:7.4.444Daniel Kosinski2014-10-04
* Use strict function prototypes #945Pavel Platto2014-07-14
* Include stdbool.h in some files which use itPavel Platto2014-07-11
* move errno.h include out of vim.hBrandon Coleman2014-07-09
* move wctype.h include out of vim.hBrandon Coleman2014-07-09
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move locale.h include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645Klemen Košir2014-07-08
* Fix some "out of memory" comments and few cosmeticsFelipe Oliveira Carvalho2014-06-16
* No OOM in enc_canonize()Felipe Oliveira Carvalho2014-06-16
* text: remove useless arg from mb_string2cellsNicolas Hillegeer2014-06-08
* text/encoding: constify argumentsNicolas Hillegeer2014-06-07
* Add missing include to mbyte.cZyX2014-06-02
* Add automatic generation of headersZyX2014-06-02
* Remove ml_ prefix from cursor.h functionsPavel Platto2014-05-28
* Extract cursor.h from misc{1,2}.h and memline.hHinidu2014-05-28
* Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
* Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15