log src/mbyte.c @ 18478:94223687df0e

age author description
Tue, 10 Sep 2019 21:30:06 +0200 Bram Moolenaar patch 8.1.2021: some global functions can be local to the file v8.1.2021
Sat, 07 Sep 2019 16:15:03 +0200 Bram Moolenaar patch 8.1.2003: MS-Windows: code page 65001 is not recognized v8.1.2003
Sat, 07 Sep 2019 15:15:04 +0200 Bram Moolenaar patch 8.1.2000: plugin cannot get the current IME status v8.1.2000
Mon, 08 Jul 2019 23:45:04 +0200 Bram Moolenaar patch 8.1.1655: popup window border drawn wrong with multi-byte char v8.1.1655
Sun, 07 Jul 2019 19:30:05 +0200 Bram Moolenaar patch 8.1.1647: build error with GTK and hangulinput feature v8.1.1647
Wed, 05 Jun 2019 23:00:07 +0200 Bram Moolenaar patch 8.1.1470: new Unicode character U32FF missing from double-width table v8.1.1470
Tue, 28 May 2019 23:15:10 +0200 Bram Moolenaar patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts v8.1.1414
Fri, 24 May 2019 19:00:07 +0200 Bram Moolenaar patch 8.1.1384: using "int" for alloc() often results in compiler warnings v8.1.1384
Sun, 28 Apr 2019 20:00:10 +0200 Bram Moolenaar patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe v8.1.1230
Fri, 12 Apr 2019 20:15:07 +0200 Bram Moolenaar patch 8.1.1157: Unicode tables are out of date v8.1.1157
Fri, 12 Apr 2019 20:15:06 +0200 Bram Moolenaar patch 8.1.1156: Unicode emoji and other image characters not recognized v8.1.1156
Fri, 22 Mar 2019 16:45:05 +0100 Bram Moolenaar patch 8.1.1038: Arabic support excludes Farsi v8.1.1038
Sun, 17 Feb 2019 17:45:08 +0100 Bram Moolenaar patch 8.1.0941: macros for MS-Windows are inconsistent v8.1.0941
Sat, 26 Jan 2019 17:30:15 +0100 Bram Moolenaar patch 8.1.0826: too many #ifdefs v8.1.0826
Thu, 24 Jan 2019 16:00:08 +0100 Bram Moolenaar patch 8.1.0806: too many #ifdefs v8.1.0806
Sun, 20 Jan 2019 15:45:07 +0100 Bram Moolenaar patch 8.1.0785: depending on the configuration some functions are unused v8.1.0785
Sat, 19 Jan 2019 17:45:07 +0100 Bram Moolenaar patch 8.1.0779: argument for message functions is inconsistent v8.1.0779
Mon, 14 Jan 2019 20:30:06 +0100 Bram Moolenaar patch 8.1.0745: compiler warnings for signed/unsigned string v8.1.0745
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Sun, 30 Sep 2018 21:45:07 +0200 Christian Brabandt patch 8.1.0443: unnecessary static function prototypes v8.1.0443
Thu, 13 Sep 2018 15:45:05 +0200 Christian Brabandt patch 8.1.0377: xdiff doesn't use the Vim memory allocation functions v8.1.0377
Tue, 11 Sep 2018 21:45:06 +0200 Christian Brabandt patch 8.1.0368: GTK code has too many #ifdefs and GTK 2.10 building fails v8.1.0368
Sun, 19 Aug 2018 23:00:06 +0200 Christian Brabandt patch 8.1.0301: GTK: input method popup displayed on wrong screen. v8.1.0301
Wed, 01 Aug 2018 19:15:05 +0200 Christian Brabandt patch 8.1.0233: "safe" argument of call_vim_function() is always FALSE v8.1.0233
Sat, 14 Jul 2018 19:45:05 +0200 Christian Brabandt patch 8.1.0182: Unicode standard was updated v8.1.0182
Wed, 13 Jun 2018 21:30:06 +0200 Christian Brabandt patch 8.1.0055: complete test has wrong order of arguments v8.1.0055
Tue, 12 Jun 2018 22:15:06 +0200 Christian Brabandt patch 8.1.0053: first argument of 'completefunc' has inconsistent type v8.1.0053
Thu, 17 May 2018 13:15:06 +0200 Christian Brabandt patch 8.0.1849: compiler warning for unused arguments, missing prototype v8.0.1849
Sun, 08 Apr 2018 13:15:07 +0200 Christian Brabandt patch 8.0.1677: no compiler warning for wrong format in vim_snprintf() v8.0.1677
Sun, 04 Mar 2018 18:15:08 +0100 Christian Brabandt patch 8.0.1564: too many #ifdefs v8.0.1564
Tue, 27 Feb 2018 17:30:08 +0100 Christian Brabandt patch 8.0.1550: various small problems in source files v8.0.1550
Sat, 10 Feb 2018 19:00:07 +0100 Christian Brabandt patch 8.0.1496: clearing a pointer takes two lines v8.0.1496
Sat, 27 Jan 2018 21:15:05 +0100 Christian Brabandt patch 8.0.1433: illegal memory access after undo v8.0.1433
Mon, 27 Nov 2017 23:00:04 +0100 Christian Brabandt patch 8.0.1350: cannot build with +eval and -multi_byte v8.0.1350
Sun, 26 Nov 2017 15:00:06 +0100 Christian Brabandt patch 8.0.1344: using 'imactivatefunc' in the GUI does not work v8.0.1344
Sat, 25 Nov 2017 21:15:04 +0100 Christian Brabandt patch 8.0.1342: cannot build with Motif and multi-byte v8.0.1342
Sat, 25 Nov 2017 18:00:04 +0100 Christian Brabandt patch 8.0.1340: MS-Windows: cannot build GUI without IME v8.0.1340
Sat, 25 Nov 2017 17:15:05 +0100 Christian Brabandt patch 8.0.1338: USE_IM_CONTROL is confusing and incomplete v8.0.1338
Sat, 25 Nov 2017 15:30:07 +0100 Christian Brabandt patch 8.0.1337: typo in #ifdef v8.0.1337
Sat, 25 Nov 2017 15:30:06 +0100 Christian Brabandt patch 8.0.1336: cannot use imactivatefunc() unless compiled with +xim v8.0.1336
Sat, 28 Oct 2017 21:15:35 +0200 Christian Brabandt patch 8.0.1236: Mac features are confusing v8.0.1236
Sun, 15 Oct 2017 23:00:04 +0200 Christian Brabandt patch 8.0.1203: terminal window mistreats composing characters v8.0.1203
Tue, 26 Sep 2017 19:15:05 +0200 Christian Brabandt patch 8.0.1152: encoding of error message wrong in Cygwin terminal v8.0.1152
Wed, 13 Sep 2017 22:15:04 +0200 Christian Brabandt patch 8.0.1099: warnings for GDK calls v8.0.1099
Sat, 09 Sep 2017 19:00:04 +0200 Christian Brabandt patch 8.0.1084: GTK build has compiler warnings v8.0.1084
Tue, 05 Sep 2017 22:30:04 +0200 Christian Brabandt patch 8.0.1060: when imstyle is one, mapping <Left> breaks preediting v8.0.1060
Wed, 30 Aug 2017 22:15:04 +0200 Christian Brabandt patch 8.0.1026: GTK on-the-spot input has problems v8.0.1026
Wed, 30 Aug 2017 13:30:04 +0200 Christian Brabandt patch 8.0.1014: old compiler doesn't know uint32_t v8.0.1014
Tue, 22 Aug 2017 22:15:04 +0200 Christian Brabandt patch 8.0.0985: libvterm has its own idea of character width v8.0.0985
Thu, 22 Jun 2017 15:30:03 +0200 Christian Brabandt patch 8.0.0652: unicode information is outdated v8.0.0652
Mon, 05 Jun 2017 15:15:03 +0200 Christian Brabandt patch 8.0.0620: checking for HAVE_GTK_MULTIHEAD is not needed v8.0.0620
Sun, 12 Mar 2017 20:15:06 +0100 Christian Brabandt patch 8.0.0452: some macros are in lower case v8.0.0452
Sun, 12 Mar 2017 19:30:05 +0100 Christian Brabandt patch 8.0.0451: some macros are in lower case v8.0.0451
Sat, 28 Jan 2017 16:45:04 +0100 Christian Brabandt patch 8.0.0252: not properly recognizing word characters between 128 and 255 v8.0.0252
Thu, 12 Jan 2017 21:45:04 +0100 Christian Brabandt patch 8.0.0175: setting language on MS-Windows does not always work v8.0.0175
Sat, 03 Dec 2016 16:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/a899e6ecc4523c7e411eaf6fbaa4197d70f6f39e v8.0.0123
Mon, 29 Aug 2016 23:00:11 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/edf3f97ae2af024708ebb4ac614227327033ca47 v7.4.2293
Mon, 11 Jul 2016 23:30:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/5498a41f5a62c3877fee0185adf3bf7245a9a547 v7.4.2028
Sun, 10 Jul 2016 18:30:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/c4a927ca8dc383190d5df2cacd3f966698b6190c v7.4.2019
Sun, 26 Jun 2016 18:00:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/04e2b4b0c4866586ecce3d1567f9b0bdeeb31f15 v7.4.1960
Sat, 02 Apr 2016 22:15:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/cb0700844c1274fe8bc0ceaffaee0ad21c406f30 v7.4.1697
Thu, 24 Mar 2016 18:30:07 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/6a08454b93784c92296d4c08456401cbaa74c9d5 v7.4.1642
Mon, 21 Mar 2016 22:30:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/d63aff0a65b955447de2fd8bfdaee29b61ce2843 v7.4.1630
Mon, 21 Mar 2016 22:15:08 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/b86f10ee10bdf932df02bdaf601dffa671518a47 v7.4.1629
Sun, 20 Mar 2016 18:30:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/4077b33a8370afb3d5ae74e556a0119cf51fe294 v7.4.1620
Sat, 19 Mar 2016 18:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/3848e00e0177abdb31bc600234967863ec487233 v7.4.1604
Tue, 23 Feb 2016 17:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517 v7.4.1402
Tue, 23 Feb 2016 15:00:08 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/48e330aff911be1c798c88a973af6437a8141fce v7.4.1399
Tue, 16 Feb 2016 15:15:06 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/6aa2cd4be287f35f95f35c2cec6d5a24f53c4d3c v7.4.1334
Sat, 30 Jan 2016 19:00:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/52ea13da0fe86df1abf34de52841e367035170c0 v7.4.1210
Fri, 29 Jan 2016 22:45:06 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/92b8b2d307e34117f146319872010b0ccc9d2713 v7.4.1198
Sun, 24 Jan 2016 15:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/938ee834d345062cd94f8fdfd54fad0019432a83 v7.4.1165
Sat, 12 Dec 2015 16:30:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/9ec021a2b0dd35ba744a8e2a9430a643c85b922a v7.4.970
Tue, 13 Oct 2015 14:00:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/9d6ca1cc5ebb6e61cc2ef73aecfbb0bdbb65432f v7.4.892
Sun, 21 Jun 2015 14:22:00 +0200 Bram Moolenaar patch 7.4.752 v7.4.752
Wed, 14 Jan 2015 17:40:09 +0100 Bram Moolenaar updated for version 7.4.575 v7.4.575
Wed, 19 Nov 2014 17:05:55 +0100 Bram Moolenaar updated for version 7.4.520 v7.4.520
Mon, 15 Sep 2014 14:25:54 +0200 Bram Moolenaar updated for version 7.4.444 v7.4.444
Wed, 12 Mar 2014 14:54:34 +0100 Bram Moolenaar updated for version 7.4.194 v7.4.194
Tue, 14 Jan 2014 13:26:21 +0100 Bram Moolenaar updated for version 7.4.148 v7.4.148
Tue, 12 Nov 2013 04:44:01 +0100 Bram Moolenaar updated for version 7.4.088 v7.4.088
Fri, 05 Jul 2013 20:09:16 +0200 Bram Moolenaar updated for version 7.3.1311 v7.3.1311
Fri, 28 Jun 2013 20:16:55 +0200 Bram Moolenaar updated for version 7.3.1256 v7.3.1256
Wed, 26 Jun 2013 19:18:05 +0200 Bram Moolenaar updated for version 7.3.1248 v7.3.1248
Mon, 06 May 2013 04:24:17 +0200 Bram Moolenaar updated for version 7.3.925 v7.3.925
Tue, 26 Feb 2013 14:56:42 +0100 Bram Moolenaar updated for version 7.3.836 v7.3.836
Wed, 13 Feb 2013 16:49:58 +0100 Bram Moolenaar updated for version 7.3.814 v7.3.814
Wed, 30 Jan 2013 13:59:37 +0100 Bram Moolenaar updated for version 7.3.789 v7.3.789
Wed, 23 Jan 2013 16:19:23 +0100 Bram Moolenaar updated for version 7.3.778 v7.3.778
Sat, 19 Jan 2013 14:02:02 +0100 Bram Moolenaar updated for version 7.3.773 v7.3.773
Thu, 17 Jan 2013 14:39:47 +0100 Bram Moolenaar updated for version 7.3.767 v7.3.767
Tue, 18 Sep 2012 18:03:37 +0200 Bram Moolenaar updated for version 7.3.664 v7.3.664
Fri, 01 Jun 2012 17:46:59 +0200 Bram Moolenaar updated for version 7.3.536 v7.3.536
Fri, 01 Jun 2012 15:21:02 +0200 Bram Moolenaar updated for version 7.3.535 v7.3.535
Wed, 07 Mar 2012 19:38:55 +0100 Bram Moolenaar updated for version 7.3.467 v7.3.467
Thu, 08 Dec 2011 15:09:52 +0100 Bram Moolenaar updated for version 7.3.365 v7.3.365
Wed, 10 Aug 2011 13:21:46 +0200 Bram Moolenaar updated for version 7.3.273 v7.3.273
Wed, 27 Jul 2011 18:25:44 +0200 Bram Moolenaar updated for version 7.3.266 v7.3.266
Fri, 15 Jul 2011 21:16:59 +0200 Bram Moolenaar updated for version 7.3.253 v7.3.253
Thu, 07 Jul 2011 15:08:58 +0200 Bram Moolenaar updated for version 7.3.239 v7.3.239
Mon, 11 Apr 2011 14:29:17 +0200 Bram Moolenaar updated for version 7.3.159 v7.3.159
Wed, 27 Oct 2010 13:37:44 +0200 Bram Moolenaar updated for version 7.3.040 v7.3.040
Sat, 23 Oct 2010 14:02:54 +0200 Bram Moolenaar updated for version 7.3.034 v7.3.034
Sat, 18 Sep 2010 13:36:49 +0200 Bram Moolenaar updated for version 7.3.006 v7.3.006
Fri, 20 Aug 2010 11:11:57 +0200 Bram Moolenaar Fold Vim 7.2 default branch back to trunk to avoid two heads. (Tony
Sun, 18 Jul 2010 15:31:08 +0200 Bram Moolenaar Added strwidth() and strchars() functions. vim73
Wed, 14 Jul 2010 16:52:17 +0200 Bram Moolenaar Support completion for ":find". (Nazri Ramliy) vim73
Sat, 26 Jun 2010 06:24:45 +0200 Bram Moolenaar Various small fixes from Dominique Pelle. vim73
Sat, 26 Jun 2010 05:38:18 +0200 Bram Moolenaar Change remaining HAVE_GTK2 to FEAT_GUI_GTK. vim73
Fri, 25 Jun 2010 05:37:59 +0200 Bram Moolenaar Remove the old and not well supported GTK 1 code. (James Vega) vim73
Sat, 05 Jun 2010 23:22:07 +0200 Bram Moolenaar Add the conceal patch from Vince Negri. vim73
Fri, 21 May 2010 15:46:35 +0200 Bram Moolenaar "g8" doesn't work properly on a NUL. vim73
Sat, 15 May 2010 21:13:04 +0200 Bram Moolenaar Undo changes that are meant for the Vim 7.3 branch.
Sat, 15 May 2010 13:56:02 +0200 Bram Moolenaar First step in the Vim 7.3 branch. Changed version numbers. vim73
Wed, 27 Jan 2010 18:29:26 +0100 Bram Moolenaar updated for version 7.2.348 v7.2.348
Tue, 12 Jan 2010 19:52:03 +0100 Bram Moolenaar updated for version 7.2.330 v7.2.330
Wed, 02 Dec 2009 14:02:39 +0000 vimboss updated for version 7.2-312 v7.2.312
Tue, 16 Jun 2009 13:23:06 +0000 vimboss updated for version 7.2-201 v7.2.201
Tue, 16 Jun 2009 13:12:07 +0000 vimboss updated for version 7.2-200 v7.2.200
Sun, 17 May 2009 11:33:22 +0000 vimboss updated for version 7.2-180 v7.2.180