index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mbyte.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
v8.1.1414
Bram Moolenaar
2019-05-28
1
-1
/
+1
*
patch 8.1.1384: using "int" for alloc() often results in compiler warnings
v8.1.1384
Bram Moolenaar
2019-05-24
1
-2
/
+2
*
patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe
v8.1.1230
Bram Moolenaar
2019-04-28
1
-1
/
+1
*
patch 8.1.1157: Unicode tables are out of date
v8.1.1157
Bram Moolenaar
2019-04-12
1
-20
/
+44
*
patch 8.1.1156: Unicode emoji and other image characters not recognized
v8.1.1156
Bram Moolenaar
2019-04-12
1
-0
/
+4
*
patch 8.1.1038: Arabic support excludes Farsi
v8.1.1038
Bram Moolenaar
2019-03-22
1
-29
/
+0
*
patch 8.1.0941: macros for MS-Windows are inconsistent
v8.1.0941
Bram Moolenaar
2019-02-17
1
-20
/
+20
*
patch 8.1.0826: too many #ifdefs
v8.1.0826
Bram Moolenaar
2019-01-26
1
-9
/
+1
*
patch 8.1.0806: too many #ifdefs
v8.1.0806
Bram Moolenaar
2019-01-24
1
-36
/
+19
*
patch 8.1.0785: depending on the configuration some functions are unused
v8.1.0785
Bram Moolenaar
2019-01-20
1
-0
/
+2
*
patch 8.1.0779: argument for message functions is inconsistent
v8.1.0779
Bram Moolenaar
2019-01-19
1
-2
/
+2
*
patch 8.1.0745: compiler warnings for signed/unsigned string
v8.1.0745
Bram Moolenaar
2019-01-14
1
-1
/
+1
*
patch 8.1.0743: giving error messages is not flexible
v8.1.0743
Bram Moolenaar
2019-01-13
1
-10
/
+10
*
patch 8.1.0443: unnecessary static function prototypes
v8.1.0443
Bram Moolenaar
2018-09-30
1
-9
/
+0
*
patch 8.1.0377: xdiff doesn't use the Vim memory allocation functions
v8.1.0377
Bram Moolenaar
2018-09-13
1
-1
/
+1
*
patch 8.1.0368: GTK code has too many #ifdefs and GTK 2.10 building fails
v8.1.0368
Bram Moolenaar
2018-09-11
1
-20
/
+0
*
patch 8.1.0301: GTK: input method popup displayed on wrong screen.
v8.1.0301
Bram Moolenaar
2018-08-19
1
-7
/
+9
*
patch 8.1.0233: "safe" argument of call_vim_function() is always FALSE
v8.1.0233
Bram Moolenaar
2018-08-01
1
-2
/
+2
*
patch 8.1.0182: Unicode standard was updated
v8.1.0182
Bram Moolenaar
2018-07-14
1
-23
/
+48
*
patch 8.1.0055: complete test has wrong order of arguments
v8.1.0055
Bram Moolenaar
2018-06-13
1
-1
/
+1
*
patch 8.1.0053: first argument of 'completefunc' has inconsistent type
v8.1.0053
Bram Moolenaar
2018-06-12
1
-5
/
+4
*
patch 8.0.1849: compiler warning for unused arguments, missing prototype
v8.0.1849
Bram Moolenaar
2018-05-17
1
-1
/
+1
*
patch 8.0.1677: no compiler warning for wrong format in vim_snprintf()
v8.0.1677
Bram Moolenaar
2018-04-08
1
-2
/
+2
*
patch 8.0.1564: too many #ifdefs
v8.0.1564
Bram Moolenaar
2018-03-04
1
-12
/
+7
*
patch 8.0.1550: various small problems in source files
v8.0.1550
Bram Moolenaar
2018-02-27
1
-1
/
+0
*
patch 8.0.1496: clearing a pointer takes two lines
v8.0.1496
Bram Moolenaar
2018-02-10
1
-2
/
+1
*
patch 8.0.1433: illegal memory access after undo
v8.0.1433
Bram Moolenaar
2018-01-27
1
-1
/
+5
*
patch 8.0.1350: cannot build with +eval and -multi_byte
v8.0.1350
Bram Moolenaar
2017-11-27
1
-2
/
+2
*
patch 8.0.1344: using 'imactivatefunc' in the GUI does not work
v8.0.1344
Bram Moolenaar
2017-11-26
1
-9
/
+16
*
patch 8.0.1342: cannot build with Motif and multi-byte
v8.0.1342
Bram Moolenaar
2017-11-25
1
-1
/
+1
*
patch 8.0.1340: MS-Windows: cannot build GUI without IME
v8.0.1340
Bram Moolenaar
2017-11-25
1
-1
/
+8
*
patch 8.0.1338: USE_IM_CONTROL is confusing and incomplete
v8.0.1338
Bram Moolenaar
2017-11-25
1
-82
/
+89
*
patch 8.0.1337: typo in #ifdef
v8.0.1337
Bram Moolenaar
2017-11-25
1
-1
/
+1
*
patch 8.0.1336: cannot use imactivatefunc() unless compiled with +xim
v8.0.1336
Bram Moolenaar
2017-11-25
1
-10
/
+62
*
patch 8.0.1236: Mac features are confusing
v8.0.1236
Bram Moolenaar
2017-10-28
1
-13
/
+13
*
patch 8.0.1203: terminal window mistreats composing characters
v8.0.1203
Bram Moolenaar
2017-10-15
1
-0
/
+2
*
patch 8.0.1152: encoding of error message wrong in Cygwin terminal
v8.0.1152
Bram Moolenaar
2017-09-26
1
-30
/
+50
*
patch 8.0.1099: warnings for GDK calls
v8.0.1099
Bram Moolenaar
2017-09-13
1
-0
/
+74
*
patch 8.0.1084: GTK build has compiler warnings
v8.0.1084
Bram Moolenaar
2017-09-09
1
-2
/
+1
*
patch 8.0.1060: when imstyle is one, mapping <Left> breaks preediting
v8.0.1060
Bram Moolenaar
2017-09-05
1
-1
/
+5
*
patch 8.0.1026: GTK on-the-spot input has problems
v8.0.1026
Bram Moolenaar
2017-08-30
1
-102
/
+238
*
patch 8.0.1014: old compiler doesn't know uint32_t
v8.0.1014
Bram Moolenaar
2017-08-30
1
-2
/
+2
*
patch 8.0.0985: libvterm has its own idea of character width
v8.0.0985
Bram Moolenaar
2017-08-22
1
-0
/
+22
*
patch 8.0.0652: unicode information is outdated
v8.0.0652
Bram Moolenaar
2017-06-22
1
-49
/
+112
*
patch 8.0.0620: checking for HAVE_GTK_MULTIHEAD is not needed
v8.0.0620
Bram Moolenaar
2017-06-05
1
-11
/
+2
*
patch 8.0.0452: some macros are in lower case
v8.0.0452
Bram Moolenaar
2017-03-12
1
-1
/
+1
*
patch 8.0.0451: some macros are in lower case
v8.0.0451
Bram Moolenaar
2017-03-12
1
-2
/
+1
*
patch 8.0.0252: not properly recognizing word characters between 128 and 255
v8.0.0252
Bram Moolenaar
2017-01-28
1
-2
/
+8
*
patch 8.0.0175: setting language on MS-Windows does not always work
v8.0.0175
Bram Moolenaar
2017-01-12
1
-42
/
+1
*
patch 8.0.0123
v8.0.0123
Bram Moolenaar
2016-12-03
1
-1
/
+1
[next]