log src/version.c @ 29377:48b086982c01 v9.0.0031

age author description
Sun, 03 Jul 2022 14:30:06 +0200 Bram Moolenaar patch 9.0.0031: <cmod> of user command does not have correct verbose value v9.0.0031
Sat, 02 Jul 2022 22:00:02 +0200 Bram Moolenaar patch 9.0.0030: matchfuzzy test depends on path of current directory v9.0.0030
Sat, 02 Jul 2022 19:00:03 +0200 Bram Moolenaar patch 9.0.0029: the bitmaps/vim.ico file is not in the distribution v9.0.0029
Sat, 02 Jul 2022 18:45:02 +0200 Bram Moolenaar patch 9.0.0028: MS-Windows: tests fail if there is a "runtime" directory v9.0.0028
Sat, 02 Jul 2022 17:30:02 +0200 Bram Moolenaar patch 9.0.0027: the command line test is getting quite big v9.0.0027
Sat, 02 Jul 2022 16:15:03 +0200 Bram Moolenaar patch 9.0.0026: accessing freed memory with diff put v9.0.0026
Sat, 02 Jul 2022 14:45:03 +0200 Bram Moolenaar patch 9.0.0025: accessing beyond allocated memory with the cmdline window v9.0.0025
Sat, 02 Jul 2022 13:15:02 +0200 Bram Moolenaar patch 9.0.0024: may access part of typeahead buf that isn't filled v9.0.0024
Sat, 02 Jul 2022 12:45:03 +0200 Bram Moolenaar patch 9.0.0023: on Solaris timer_create() exists but does not work v9.0.0023
Fri, 01 Jul 2022 23:45:02 +0200 Bram Moolenaar patch 9.0.0022: spell test fails v9.0.0022
Fri, 01 Jul 2022 23:30:02 +0200 Bram Moolenaar patch 9.0.0021: invalid memory access when adding word to spell word list v9.0.0021
Fri, 01 Jul 2022 21:00:03 +0200 Bram Moolenaar patch 9.0.0020: with some completion reading past end of string v9.0.0020
Fri, 01 Jul 2022 20:15:03 +0200 Bram Moolenaar patch 9.0.0019: timers test not run where possible v9.0.0019
Fri, 01 Jul 2022 17:45:02 +0200 Bram Moolenaar patch 9.0.0018: going over the end of the typahead v9.0.0018
Fri, 01 Jul 2022 16:30:03 +0200 Bram Moolenaar patch 9.0.0017: accessing memory beyond the end of the line v9.0.0017
Fri, 01 Jul 2022 14:30:03 +0200 Bram Moolenaar patch 9.0.0016: comparing line pointer for 'breakindent' is not reliable v9.0.0016
Fri, 01 Jul 2022 13:15:04 +0200 Bram Moolenaar patch 9.0.0015: with EXITFREE defined terminal menus are not cleared v9.0.0015
Thu, 30 Jun 2022 23:30:02 +0200 Bram Moolenaar patch 9.0.0014: missing part of the test override change v9.0.0014
Thu, 30 Jun 2022 23:15:03 +0200 Bram Moolenaar patch 9.0.0013: reproducing memory access errors can be difficult v9.0.0013
Thu, 30 Jun 2022 17:30:06 +0200 Bram Moolenaar patch 9.0.0012: signature files not detected properly v9.0.0012
Thu, 30 Jun 2022 13:45:03 +0200 Bram Moolenaar patch 9.0.0011: reading beyond the end of the line with put command v9.0.0011
Thu, 30 Jun 2022 12:15:04 +0200 Bram Moolenaar patch 9.0.0010: returning 0 for has('patch-9.0.0') is inconsistent v9.0.0010
Wed, 29 Jun 2022 22:30:03 +0200 Bram Moolenaar patch 9.0.0009: going past the end of a menu item with only modifier v9.0.0009
Wed, 29 Jun 2022 21:30:03 +0200 Bram Moolenaar patch 9.0.0008: cannot specify the variable name for "xxd -i" v9.0.0008
Wed, 29 Jun 2022 19:45:03 +0200 Bram Moolenaar patch 9.0.0007: no support for double, dotted and dashed underlines v9.0.0007
Wed, 29 Jun 2022 15:45:03 +0200 Bram Moolenaar patch 9.0.0006: not all Visual Basic files are recognized v9.0.0006
Wed, 29 Jun 2022 15:00:04 +0200 Bram Moolenaar patch 9.0.0005: hare files are not recognized v9.0.0005
Wed, 29 Jun 2022 14:30:04 +0200 Bram Moolenaar patch 9.0.0004: plural messages not translated properly v9.0.0004
Wed, 29 Jun 2022 14:00:03 +0200 Bram Moolenaar patch 9.0.0003: functions are global while they could be local v9.0.0003
Wed, 29 Jun 2022 11:45:04 +0200 Bram Moolenaar patch 9.0.0002: map functionality outside of map.c v9.0.0002
Tue, 28 Jun 2022 21:15:02 +0200 Bram Moolenaar patch 9.0.0001: Travis CI is no longer used v9.0.0001
Tue, 28 Jun 2022 14:45:09 +0200 Bram Moolenaar release version 9.0 v9.0.0000
Tue, 28 Jun 2022 00:15:03 +0200 Bram Moolenaar patch 8.2.5172: "make menu" still uses legacy script v8.2.5172
Tue, 28 Jun 2022 00:00:15 +0200 Bram Moolenaar patch 8.2.5171: dependencies and proto files are outdated v8.2.5171
Mon, 27 Jun 2022 23:30:04 +0200 Bram Moolenaar patch 8.2.5170: tiny issues v8.2.5170
Mon, 27 Jun 2022 21:30:03 +0200 Bram Moolenaar patch 8.2.5169: nested :source may use NULL pointer v8.2.5169
Mon, 27 Jun 2022 15:00:03 +0200 Bram Moolenaar patch 8.2.5168: cannot build with Python 3.11 v8.2.5168
Mon, 27 Jun 2022 13:00:07 +0200 Bram Moolenaar patch 8.2.5167: get(Fn, 'name') on funcref returns special byte code v8.2.5167
Sun, 26 Jun 2022 19:30:02 +0200 Bram Moolenaar patch 8.2.5166: test for DiffUpdated fails v8.2.5166
Sun, 26 Jun 2022 19:15:03 +0200 Bram Moolenaar patch 8.2.5165: import test fails because 'diffexpr' isn't reset v8.2.5165
Sun, 26 Jun 2022 18:00:02 +0200 Bram Moolenaar patch 8.2.5164: invalid memory access after diff buffer manipulations v8.2.5164
Sun, 26 Jun 2022 15:15:03 +0200 Bram Moolenaar patch 8.2.5163: crash when deleting buffers in diff mode v8.2.5163
Sun, 26 Jun 2022 14:00:03 +0200 Bram Moolenaar patch 8.2.5162: reading before the start of the line with BS in Replace mode v8.2.5162
Sun, 26 Jun 2022 12:30:04 +0200 Bram Moolenaar patch 8.2.5161: might still access invalid memory v8.2.5161
Sat, 25 Jun 2022 21:00:03 +0200 Bram Moolenaar patch 8.2.5160: accessing invalid memory after changing terminal size v8.2.5160
Sat, 25 Jun 2022 15:00:03 +0200 Bram Moolenaar patch 8.2.5159: fix for CTRL-key combinations causes problems v8.2.5159
Sat, 25 Jun 2022 13:15:03 +0200 Bram Moolenaar patch 8.2.5158: TSTP and INT signal tests are not run with valgrind v8.2.5158
Fri, 24 Jun 2022 21:30:02 +0200 Bram Moolenaar patch 8.2.5157: MS-Windows GUI: CTRL-key combinations do not always work v8.2.5157
Fri, 24 Jun 2022 21:15:03 +0200 Bram Moolenaar patch 8.2.5156: search timeout test often fails with FreeBSD v8.2.5156
Fri, 24 Jun 2022 13:45:04 +0200 Bram Moolenaar patch 8.2.5155: in diff mode windows may get out of sync v8.2.5155
Thu, 23 Jun 2022 22:00:04 +0200 Bram Moolenaar patch 8.2.5154: still mentioning version8, some cosmetic issues v8.2.5154
Thu, 23 Jun 2022 17:00:04 +0200 Bram Moolenaar patch 8.2.5153: "make uninstall" does not remove colors/lists v8.2.5153
Thu, 23 Jun 2022 13:15:04 +0200 Bram Moolenaar patch 8.2.5152: search() gets stuck with "c" and skip evaluates to true v8.2.5152
Wed, 22 Jun 2022 21:00:03 +0200 Bram Moolenaar patch 8.2.5151: reading beyond the end of the line with lisp indenting v8.2.5151
Wed, 22 Jun 2022 20:15:03 +0200 Bram Moolenaar patch 8.2.5150: read past the end of the first line with ":0;'{" v8.2.5150
Wed, 22 Jun 2022 19:15:03 +0200 Bram Moolenaar patch 8.2.5149: cannot build without the +eval feature v8.2.5149
Wed, 22 Jun 2022 15:00:05 +0200 Bram Moolenaar patch 8.2.5148: invalid memory access when using expression on command line v8.2.5148
Tue, 21 Jun 2022 23:45:03 +0200 Bram Moolenaar patch 8.2.5147: flaky test always fails on retry v8.2.5147
Tue, 21 Jun 2022 23:30:03 +0200 Bram Moolenaar patch 8.2.5146: memory leak when substitute expression nests v8.2.5146
Tue, 21 Jun 2022 19:45:03 +0200 Bram Moolenaar patch 8.2.5145: exit test causes spurious valgrind reports v8.2.5145
Tue, 21 Jun 2022 19:15:02 +0200 Bram Moolenaar patch 8.2.5144: with 'lazyredraw' set completion menu may be wrong v8.2.5144
Tue, 21 Jun 2022 18:45:08 +0200 Bram Moolenaar patch 8.2.5143: some tests fail when using valgrind v8.2.5143
Tue, 21 Jun 2022 18:45:07 +0200 Bram Moolenaar patch 8.2.5142: startup test fails if there is a status bar v8.2.5142
Mon, 20 Jun 2022 14:45:03 +0200 Bram Moolenaar patch 8.2.5141: using "volatile int" in a signal handler might be wrong v8.2.5141
Mon, 20 Jun 2022 13:45:03 +0200 Bram Moolenaar patch 8.2.5140: seachpair timeout test is flaky v8.2.5140
Mon, 20 Jun 2022 13:15:03 +0200 Bram Moolenaar patch 8.2.5139: TIME_WITH_SYS_TIME is no longer supported by autoconf v8.2.5139
Mon, 20 Jun 2022 12:45:03 +0200 Bram Moolenaar patch 8.2.5138: various small issues v8.2.5138
Mon, 20 Jun 2022 12:30:07 +0200 Bram Moolenaar patch 8.2.5137: cannot build without the +channel feature v8.2.5137
Sun, 19 Jun 2022 21:15:03 +0200 Bram Moolenaar patch 8.2.5136: debugger test fails when run with valgrind v8.2.5136
Sun, 19 Jun 2022 19:15:03 +0200 Bram Moolenaar patch 8.2.5135: running configure gives warnings for main() return type v8.2.5135
Sun, 19 Jun 2022 19:00:05 +0200 Bram Moolenaar patch 8.2.5134: function has confusing name v8.2.5134
Sun, 19 Jun 2022 18:30:04 +0200 Bram Moolenaar patch 8.2.5133: MacOS: build fails v8.2.5133
Sun, 19 Jun 2022 18:30:03 +0200 Bram Moolenaar patch 8.2.5132: :mkview test doesn't test much v8.2.5132
Sun, 19 Jun 2022 18:15:03 +0200 Bram Moolenaar patch 8.2.5131: timeout implementation is not optimal v8.2.5131
Sun, 19 Jun 2022 16:30:03 +0200 Bram Moolenaar patch 8.2.5130: edit test for mode message fails when using valgrind v8.2.5130
Sun, 19 Jun 2022 15:45:02 +0200 Bram Moolenaar patch 8.2.5129: timeout handling is not optimal v8.2.5129
Sun, 19 Jun 2022 13:30:03 +0200 Bram Moolenaar patch 8.2.5128: syntax disabled when using synID() in searchpair() skip expr v8.2.5128
Sun, 19 Jun 2022 13:00:05 +0200 Bram Moolenaar patch 8.2.5127: using assert_true() does not show value on failure v8.2.5127
Sat, 18 Jun 2022 21:00:04 +0200 Bram Moolenaar patch 8.2.5126: substitute may overrun destination buffer v8.2.5126
Sat, 18 Jun 2022 18:00:03 +0200 Bram Moolenaar patch 8.2.5125: MS-Windows: warnings from MinGW compiler v8.2.5125
Sat, 18 Jun 2022 17:15:02 +0200 Bram Moolenaar patch 8.2.5124: when syntax timeout test fails it does not show the time v8.2.5124
Sat, 18 Jun 2022 15:15:04 +0200 Bram Moolenaar patch 8.2.5123: using invalid index when looking for spell suggestions v8.2.5123
Sat, 18 Jun 2022 14:00:04 +0200 Bram Moolenaar patch 8.2.5122: lisp indenting my run over the end of the line v8.2.5122
Sat, 18 Jun 2022 13:00:04 +0200 Bram Moolenaar patch 8.2.5121: interrupt test sometimes fails v8.2.5121
Sat, 18 Jun 2022 12:30:05 +0200 Bram Moolenaar patch 8.2.5120: searching for quotes may go over the end of the line v8.2.5120
Fri, 17 Jun 2022 22:30:03 +0200 Bram Moolenaar patch 8.2.5119: CI uses cache v2 v8.2.5119
Fri, 17 Jun 2022 21:15:03 +0200 Bram Moolenaar patch 8.2.5118: MS-Windows: sending a message to another Vim may hang v8.2.5118
Fri, 17 Jun 2022 20:30:03 +0200 Bram Moolenaar patch 8.2.5117: crash when calling a Lua callback from a :def function v8.2.5117
Fri, 17 Jun 2022 19:45:02 +0200 Bram Moolenaar patch 8.2.5116: "limit" option of matchfuzzy() not always respected v8.2.5116
Fri, 17 Jun 2022 16:30:06 +0200 Bram Moolenaar patch 8.2.5115: search timeout is overrun with some patterns v8.2.5115
Thu, 16 Jun 2022 22:30:03 +0200 Bram Moolenaar patch 8.2.5114: time limit on searchpair() does not work properly v8.2.5114
Thu, 16 Jun 2022 20:00:03 +0200 Bram Moolenaar patch 8.2.5113: timer becomes invalid after fork/exec, :gui gives errors v8.2.5113
Thu, 16 Jun 2022 17:45:02 +0200 Bram Moolenaar patch 8.2.5112: gui test hangs on MS-Windows v8.2.5112
Thu, 16 Jun 2022 16:00:03 +0200 Bram Moolenaar patch 8.2.5111: no test for --gui-dialog-file v8.2.5111
Thu, 16 Jun 2022 14:30:03 +0200 Bram Moolenaar patch 8.2.5110: icon filetype not recognized from the first line v8.2.5110
Thu, 16 Jun 2022 14:15:03 +0200 Bram Moolenaar patch 8.2.5109: mode not updated after CTRL-O CTRL-C in Insert mode v8.2.5109
Thu, 16 Jun 2022 13:15:03 +0200 Bram Moolenaar patch 8.2.5108: retab test disabled because it hangs on MS-Windows v8.2.5108
Thu, 16 Jun 2022 12:45:03 +0200 Bram Moolenaar patch 8.2.5107: some callers of rettv_list_alloc() check for not OK v8.2.5107
Thu, 16 Jun 2022 12:30:04 +0200 Bram Moolenaar patch 8.2.5106: default cmdwin mappings are re-mappable v8.2.5106
Wed, 15 Jun 2022 23:15:03 +0200 Bram Moolenaar patch 8.2.5105: test still hangs on MS-Windows v8.2.5105
Wed, 15 Jun 2022 22:30:02 +0200 Bram Moolenaar patch 8.2.5104: test hangs on MS-Windows v8.2.5104
Wed, 15 Jun 2022 22:15:03 +0200 Bram Moolenaar patch 8.2.5103: build fails with small features v8.2.5103
Wed, 15 Jun 2022 22:00:04 +0200 Bram Moolenaar patch 8.2.5102: interrupt not caught in test v8.2.5102
Wed, 15 Jun 2022 19:45:04 +0200 Bram Moolenaar patch 8.2.5101: MS-Windows with MinGW: $CC may be "cc" instead of "gcc" v8.2.5101
Wed, 15 Jun 2022 19:15:03 +0200 Bram Moolenaar patch 8.2.5100: memory usage tests are not retried v8.2.5100
Wed, 15 Jun 2022 19:00:03 +0200 Bram Moolenaar patch 8.2.5099: some terminal tests are not retried v8.2.5099
Wed, 15 Jun 2022 18:00:03 +0200 Bram Moolenaar patch 8.2.5098: spelldump test sometimes hangs v8.2.5098
Wed, 15 Jun 2022 13:15:03 +0200 Bram Moolenaar patch 8.2.5097: using uninitialized memory when using 'listchars' v8.2.5097
Tue, 14 Jun 2022 22:30:03 +0200 Bram Moolenaar patch 8.2.5096: terminal test still fails with some shell commands v8.2.5096
Tue, 14 Jun 2022 21:00:02 +0200 Bram Moolenaar patch 8.2.5095: terminal test still fails with some shell commands v8.2.5095
Tue, 14 Jun 2022 18:15:03 +0200 Bram Moolenaar patch 8.2.5094: MS-Windows GUI: empty command may cause a dialog v8.2.5094
Tue, 14 Jun 2022 17:15:02 +0200 Bram Moolenaar patch 8.2.5093: error message for unknown command may have the command twice v8.2.5093
Tue, 14 Jun 2022 16:45:03 +0200 Bram Moolenaar patch 8.2.5092: using "'<,'>" in Ex mode may compare unrelated pointers v8.2.5092
Tue, 14 Jun 2022 16:15:03 +0200 Bram Moolenaar patch 8.2.5091: terminal test fails with some shell commands v8.2.5091
Tue, 14 Jun 2022 15:00:04 +0200 Bram Moolenaar patch 8.2.5090: MS-Windows: vim.def is no longer used v8.2.5090
Tue, 14 Jun 2022 14:45:07 +0200 Bram Moolenaar patch 8.2.5089: some functions return a different value on failure v8.2.5089
Tue, 14 Jun 2022 14:45:06 +0200 Bram Moolenaar patch 8.2.5088: value of cmod_verbose is a bit complicated to use v8.2.5088
Tue, 14 Jun 2022 13:45:03 +0200 Bram Moolenaar patch 8.2.5087: cannot build with clang on MS-Windows v8.2.5087
Tue, 14 Jun 2022 12:45:03 +0200 Bram Moolenaar patch 8.2.5086: CI runs on Windows 2019 v8.2.5086
Mon, 13 Jun 2022 23:45:03 +0200 Bram Moolenaar patch 8.2.5085: gcc gives warning for signed/unsigned difference v8.2.5085