summaryrefslogtreecommitdiff
path: root/src/mbyte.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0901: formatting CJK text isn't optimalv8.2.0901Bram Moolenaar2020-06-041-0/+152
* patch 8.2.0872: XIM code is mixed with multi-byte codev8.2.0872Bram Moolenaar2020-06-011-1764/+0
* patch 8.2.0320: no Haiku supportv8.2.0320Bram Moolenaar2020-02-261-1/+1
* patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar2020-01-261-3/+3
* patch 8.1.2388: using old C style commentsv8.1.2388Bram Moolenaar2019-12-041-516/+514
* patch 8.1.2361: MS-Windows: test failures related to VIMDLLv8.1.2361Bram Moolenaar2019-11-291-3/+12
* patch 8.1.2327: cannot build with Hangul inputv8.1.2327Bram Moolenaar2019-11-211-9/+0
* patch 8.1.2021: some global functions can be local to the filev8.1.2021Bram Moolenaar2019-09-101-1/+2
* patch 8.1.2003: MS-Windows: code page 65001 is not recognizedv8.1.2003Bram Moolenaar2019-09-071-1/+3
* patch 8.1.2000: plugin cannot get the current IME statusv8.1.2000Bram Moolenaar2019-09-071-0/+12
* patch 8.1.1655: popup window border drawn wrong with multi-byte charv8.1.1655Bram Moolenaar2019-07-081-3/+7
* patch 8.1.1647: build error with GTK and hangulinput featurev8.1.1647Bram Moolenaar2019-07-071-0/+5
* patch 8.1.1470: new Unicode character U32FF missing from double-width tablev8.1.1470Bram Moolenaar2019-06-051-2/+1
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-1/+1
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-2/+2
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-1/+1
* patch 8.1.1157: Unicode tables are out of datev8.1.1157Bram Moolenaar2019-04-121-20/+44
* patch 8.1.1156: Unicode emoji and other image characters not recognizedv8.1.1156Bram Moolenaar2019-04-121-0/+4
* patch 8.1.1038: Arabic support excludes Farsiv8.1.1038Bram Moolenaar2019-03-221-29/+0
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-20/+20
* patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar2019-01-261-9/+1
* patch 8.1.0806: too many #ifdefsv8.1.0806Bram Moolenaar2019-01-241-36/+19
* patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar2019-01-201-0/+2
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-2/+2
* patch 8.1.0745: compiler warnings for signed/unsigned stringv8.1.0745Bram Moolenaar2019-01-141-1/+1
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-10/+10
* patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar2018-09-301-9/+0
* patch 8.1.0377: xdiff doesn't use the Vim memory allocation functionsv8.1.0377Bram Moolenaar2018-09-131-1/+1
* patch 8.1.0368: GTK code has too many #ifdefs and GTK 2.10 building failsv8.1.0368Bram Moolenaar2018-09-111-20/+0
* patch 8.1.0301: GTK: input method popup displayed on wrong screen.v8.1.0301Bram Moolenaar2018-08-191-7/+9
* patch 8.1.0233: "safe" argument of call_vim_function() is always FALSEv8.1.0233Bram Moolenaar2018-08-011-2/+2
* patch 8.1.0182: Unicode standard was updatedv8.1.0182Bram Moolenaar2018-07-141-23/+48
* patch 8.1.0055: complete test has wrong order of argumentsv8.1.0055Bram Moolenaar2018-06-131-1/+1
* patch 8.1.0053: first argument of 'completefunc' has inconsistent typev8.1.0053Bram Moolenaar2018-06-121-5/+4
* patch 8.0.1849: compiler warning for unused arguments, missing prototypev8.0.1849Bram Moolenaar2018-05-171-1/+1
* patch 8.0.1677: no compiler warning for wrong format in vim_snprintf()v8.0.1677Bram Moolenaar2018-04-081-2/+2
* patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar2018-03-041-12/+7
* patch 8.0.1550: various small problems in source filesv8.0.1550Bram Moolenaar2018-02-271-1/+0
* patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar2018-02-101-2/+1
* patch 8.0.1433: illegal memory access after undov8.0.1433Bram Moolenaar2018-01-271-1/+5
* patch 8.0.1350: cannot build with +eval and -multi_bytev8.0.1350Bram Moolenaar2017-11-271-2/+2
* patch 8.0.1344: using 'imactivatefunc' in the GUI does not workv8.0.1344Bram Moolenaar2017-11-261-9/+16
* patch 8.0.1342: cannot build with Motif and multi-bytev8.0.1342Bram Moolenaar2017-11-251-1/+1
* patch 8.0.1340: MS-Windows: cannot build GUI without IMEv8.0.1340Bram Moolenaar2017-11-251-1/+8
* patch 8.0.1338: USE_IM_CONTROL is confusing and incompletev8.0.1338Bram Moolenaar2017-11-251-82/+89
* patch 8.0.1337: typo in #ifdefv8.0.1337Bram Moolenaar2017-11-251-1/+1
* patch 8.0.1336: cannot use imactivatefunc() unless compiled with +ximv8.0.1336Bram Moolenaar2017-11-251-10/+62
* patch 8.0.1236: Mac features are confusingv8.0.1236Bram Moolenaar2017-10-281-13/+13
* patch 8.0.1203: terminal window mistreats composing charactersv8.0.1203Bram Moolenaar2017-10-151-0/+2
* patch 8.0.1152: encoding of error message wrong in Cygwin terminalv8.0.1152Bram Moolenaar2017-09-261-30/+50