log src/version.c @ 31682:c55341fea626 v9.0.1173

age author description
Tue, 10 Jan 2023 20:30:04 +0100 Bram Moolenaar patch 9.0.1173: compiler warning for unused variable on non-Unix systems v9.0.1173
Tue, 10 Jan 2023 18:30:04 +0100 Bram Moolenaar patch 9.0.1172: when 'selection' is "exclusive" then "1v" is one char short v9.0.1172
Tue, 10 Jan 2023 17:15:02 +0100 Bram Moolenaar patch 9.0.1171: screen is not redrawn after using setcellwidths() v9.0.1171
Tue, 10 Jan 2023 15:15:03 +0100 Bram Moolenaar patch 9.0.1170: LGTM badge no longer works v9.0.1170
Tue, 10 Jan 2023 14:45:07 +0100 Bram Moolenaar patch 9.0.1169: some key+modifier tests fail on some AppVeyor images v9.0.1169
Tue, 10 Jan 2023 13:45:04 +0100 Bram Moolenaar patch 9.0.1168: code to enable/disable mouse is not from terminfo/termcap v9.0.1168
Mon, 09 Jan 2023 21:15:04 +0100 Bram Moolenaar patch 9.0.1167: EditorConfig files do not have their own filetype v9.0.1167
Mon, 09 Jan 2023 20:15:03 +0100 Bram Moolenaar patch 9.0.1166: code is indented more than necessary v9.0.1166
Mon, 09 Jan 2023 17:30:07 +0100 Bram Moolenaar patch 9.0.1165: tests using IPv6 sometimes fail v9.0.1165
Mon, 09 Jan 2023 16:15:03 +0100 Bram Moolenaar patch 9.0.1164: evaluating string expression advances function line v9.0.1164
Mon, 09 Jan 2023 15:30:04 +0100 Bram Moolenaar patch 9.0.1163: compiler warning for implicit size_t/int conversion v9.0.1163
Mon, 09 Jan 2023 14:30:07 +0100 Bram Moolenaar patch 9.0.1162: configure does not handle all FORTIFY_SOURCE variants v9.0.1162
Mon, 09 Jan 2023 12:45:05 +0100 Bram Moolenaar patch 9.0.1161: Coverity warns for using strcpy() v9.0.1161
Sun, 08 Jan 2023 21:45:03 +0100 Bram Moolenaar patch 9.0.1160: ASAN error for ufunc_T allocated with wrong size v9.0.1160
Sun, 08 Jan 2023 21:00:05 +0100 Bram Moolenaar patch 9.0.1159: extends argument for class not implemented yet v9.0.1159
Sun, 08 Jan 2023 14:45:05 +0100 Bram Moolenaar patch 9.0.1158: code is indented more than necessary v9.0.1158
Sat, 07 Jan 2023 16:00:05 +0100 Bram Moolenaar patch 9.0.1157: "implements" only handles one interface name v9.0.1157
Sat, 07 Jan 2023 14:15:02 +0100 Bram Moolenaar patch 9.0.1156: tests fail because of a different error message v9.0.1156
Sat, 07 Jan 2023 13:15:04 +0100 Bram Moolenaar patch 9.0.1155: cannot use a class as a type v9.0.1155
Sat, 07 Jan 2023 12:00:03 +0100 Bram Moolenaar patch 9.0.1154: Coverity warns for dead code v9.0.1154
Fri, 06 Jan 2023 20:00:05 +0100 Bram Moolenaar patch 9.0.1153: build error with some compilers v9.0.1153
Fri, 06 Jan 2023 19:45:05 +0100 Bram Moolenaar patch 9.0.1152: class "implements" argument not implemented v9.0.1152
Thu, 05 Jan 2023 21:15:03 +0100 Bram Moolenaar patch 9.0.1151: build failure v9.0.1151
Thu, 05 Jan 2023 21:00:06 +0100 Bram Moolenaar patch 9.0.1150: :interface is not implemented yet v9.0.1150
Thu, 05 Jan 2023 14:30:04 +0100 Bram Moolenaar patch 9.0.1149: class members may be garbage collected v9.0.1149
Wed, 04 Jan 2023 20:00:05 +0100 Bram Moolenaar patch 9.0.1148: cmdline test fails in the GUI
Wed, 04 Jan 2023 20:00:04 +0100 Bram Moolenaar patch 9.0.1147: cannot access a class member in a compiled function v9.0.1147
Wed, 04 Jan 2023 19:15:03 +0100 Bram Moolenaar patch 9.0.1146: MS-Windows: various special keys/modifiers are not mappable v9.0.1146
Wed, 04 Jan 2023 18:30:03 +0100 Bram Moolenaar patch 9.0.1145: invalid memory access with recursive substitute expression v9.0.1145
Wed, 04 Jan 2023 17:00:05 +0100 Bram Moolenaar patch 9.0.1144: reading beyond text v9.0.1144
Wed, 04 Jan 2023 15:45:05 +0100 Bram Moolenaar patch 9.0.1143: invalid memory access with bad 'statusline' value v9.0.1143
Wed, 04 Jan 2023 14:30:03 +0100 Bram Moolenaar patch 9.0.1142: crash and/or memory leak when redefining function v9.0.1142
Wed, 04 Jan 2023 12:30:05 +0100 Bram Moolenaar patch 9.0.1141: 'cursorcolumn' and 'colorcolumn' wrong after concealing v9.0.1141
Tue, 03 Jan 2023 20:15:03 +0100 Bram Moolenaar patch 9.0.1140: cannot call an object method in a compiled function v9.0.1140
Tue, 03 Jan 2023 15:15:03 +0100 Bram Moolenaar patch 9.0.1139: cannot create a new object in a compiled function v9.0.1139
Tue, 03 Jan 2023 13:45:04 +0100 Bram Moolenaar patch 9.0.1138: crash when expecting varargs but it is something else v9.0.1138
Tue, 03 Jan 2023 12:00:04 +0100 Bram Moolenaar patch 9.0.1137: some conditions are always false v9.0.1137
Mon, 02 Jan 2023 22:15:03 +0100 Bram Moolenaar patch 9.0.1136: memory leak when getting class member type from expr v9.0.1136
Mon, 02 Jan 2023 21:45:04 +0100 Bram Moolenaar patch 9.0.1135: missing function argument v9.0.1135
Mon, 02 Jan 2023 21:45:02 +0100 Bram Moolenaar patch 9.0.1134: comparing objects uses identity instead of equality v9.0.1134
Mon, 02 Jan 2023 19:15:04 +0100 Bram Moolenaar patch 9.0.1133: error message names do not match the items v9.0.1133
Mon, 02 Jan 2023 18:00:04 +0100 Bram Moolenaar patch 9.0.1132: code is indented more than needed v9.0.1132
Mon, 02 Jan 2023 14:45:03 +0100 Bram Moolenaar patch 9.0.1131: build failure without the +eval feature v9.0.1131
Mon, 02 Jan 2023 14:15:05 +0100 Bram Moolenaar patch 9.0.1130: unexpected output when autoloading a script v9.0.1130
Mon, 02 Jan 2023 13:00:03 +0100 Bram Moolenaar patch 9.0.1129: sporadic Test_range() failure v9.0.1129
Sun, 01 Jan 2023 21:45:03 +0100 Bram Moolenaar patch 9.0.1128: build failure v9.0.1128
Sun, 01 Jan 2023 21:00:03 +0100 Bram Moolenaar patch 9.0.1127: no error if function argument shadows class member v9.0.1127
Sun, 01 Jan 2023 19:15:03 +0100 Bram Moolenaar patch 9.0.1126: bracketed paste can be enabled when it is not recognized v9.0.1126
Sun, 01 Jan 2023 15:15:04 +0100 Bram Moolenaar patch 9.0.1125: memory leak when using class functions v9.0.1125
Sun, 01 Jan 2023 15:15:03 +0100 Bram Moolenaar patch 9.0.1124: virtual text at a column position is truncated v9.0.1124
Sun, 01 Jan 2023 14:00:07 +0100 Bram Moolenaar patch 9.0.1123: class function not implemented yet v9.0.1123
Sat, 31 Dec 2022 20:15:03 +0100 Bram Moolenaar patch 9.0.1122: class member access is not fully tested yet v9.0.1122
Sat, 31 Dec 2022 16:15:03 +0100 Bram Moolenaar patch 9.0.1121: cursor positioning and display problems with 'smoothscroll' v9.0.1121
Sat, 31 Dec 2022 16:00:04 +0100 Bram Moolenaar patch 9.0.1120: tex filetype detection not sufficiently tested v9.0.1120
Sat, 31 Dec 2022 15:15:02 +0100 Bram Moolenaar patch 9.0.1119: type of arguments not checked when calling a partial v9.0.1119
Sat, 31 Dec 2022 13:00:05 +0100 Bram Moolenaar patch 9.0.1118: sporadic test failures when using a terminal window v9.0.1118
Fri, 30 Dec 2022 22:15:06 +0100 Bram Moolenaar patch 9.0.1117: terminfo entries for bracketed paste are not used v9.0.1117
Fri, 30 Dec 2022 21:00:15 +0100 Bram Moolenaar patch 9.0.1116: compiler may complain about an unused function v9.0.1116
Fri, 30 Dec 2022 19:15:04 +0100 Bram Moolenaar patch 9.0.1115: code is indented more than needed v9.0.1115
Fri, 30 Dec 2022 18:45:04 +0100 Bram Moolenaar patch 9.0.1114: CI does not use the latest Python version v9.0.1114