summaryrefslogtreecommitdiff
path: root/src/mbyte.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-271-0/+9
* patch 8.2.3208: dynamic library load error does not mention why it failedv8.2.3208Martin Tournoij2021-07-241-1/+2
* patch 8.2.3139: functions for string manipulation are spread outv8.2.3139Yegappan Lakshmanan2021-07-101-0/+31
* patch 8.2.3083: crash when passing null string to charclass()v8.2.3083Christian Brabandt2021-07-021-1/+2
* patch 8.2.3068: Unicode tables are slightly outdatedv8.2.3068Christian Brabandt2021-06-271-30/+55
* patch 8.2.2993: 'fileencodings' default value should depend on 'encoding'v8.2.2993Bram Moolenaar2021-06-131-2/+1
* patch 8.2.2933: when 'clipboard' is "unnamed" zp does not work correctlyv8.2.2933Bram Moolenaar2021-06-041-2/+0
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-021-3/+3
* patch 8.2.2915: MS-Windows: when using "default" for encoding utf-8 is usedv8.2.2915K.Takata2021-05-311-0/+5
* patch 8.2.2912: MS-Windows: most users expect using Unicodev8.2.2912K.Takata2021-05-301-1/+1
* patch 8.2.2731: Mac: SF symbols are not displayed properlyv8.2.2731Bram Moolenaar2021-04-071-0/+9
* patch 8.2.2664: Vim9: not enough function arguments checked for stringv8.2.2664Bram Moolenaar2021-03-271-1/+1
* patch 8.2.2646: Vim9: error for not using string doesn't mentionargumentv8.2.2646Bram Moolenaar2021-03-221-1/+1
* patch 8.2.2326: build error with +eval feature but without +spellv8.2.2326Bram Moolenaar2021-01-101-1/+1
* patch 8.2.2117: some functions use any value as a stringv8.2.2117Bram Moolenaar2020-12-091-6/+1
* patch 8.2.1547: various comment problemsv8.2.1547Bram Moolenaar2020-08-301-2/+2
* patch 8.2.1537: memory acccess error when using setcellwidths()v8.2.1537Bram Moolenaar2020-08-281-8/+9
* patch 8.2.1536: cannot get the class of a character; emoji widths are wrongv8.2.1536Bram Moolenaar2020-08-281-8/+43
* patch 8.2.1535: it is not possible to specify cell widths of charactersv8.2.1535Bram Moolenaar2020-08-281-3/+186
* 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