mirror of
https://github.com/neovim/neovim.git
synced 2025-10-14 13:56:05 +00:00
docs: update version.c #35753
vim-patch:8.1.1989: the evalfunc.c file is still too big vim-patch:8.2.0379: gcc warns for ambiguous else vim-patch:8.2.0510: Coverity complains about using uninitialized variable vim-patch:8.2.0566: Vim9: variable can be used uninitialized vim-patch:8.2.1908: Lua is initialized even when not used vim-patch:8.2.2313: Vim9: using uninitialized field when parsing range vim-patch:8.2.2374: accessing uninitialized memory in test_undo vim-patch:8.2.2509: tests fail on s390 build vim-patch:8.2.2572: Vim9: crash when getting the types for a legacy function vim-patch:8.2.3134: crash when using typename() on a function reference vim-patch:8.2.3527: gcc complains about uninitialized variable vim-patch:8.2.3653: terminal ANSI colors may be wrong vim-patch:8.2.3755: Coverity warns for using a buffer in another scope vim-patch:8.2.3770: new compiler warnings from clang-12 and clang-13 vim-patch:8.2.3875: gcc complains about buffer overrun vim-patch:8.2.3893: Vim9: many local variables are initialized with an instruction vim-patch:8.2.4017: gcc warns for misleading indent in Athena menu code vim-patch:8.2.4023: using uninitialized variable vim-patch:8.2.4126: crash on exit when built with dynamic Tcl vim-patch:8.2.4468: Coverity warns for uninitialized struct member vim-patch:8.2.4471: Coverity warns for uninitialized variable vim-patch:8.2.4661: Coverity warning for using uninitialized variable vim-patch:8.2.4779: lsan suppression is too version specific vim-patch:8.2.4995: still a compiler warning for possibly uninitialized variable vim-patch:8.2.5005: compiler warning for uninitialized variable vim-patch:8.2.5068: gcc 12.1 warning when building tee vim-patch:8.2.5069: various warnings from clang on MS-Windows vim-patch:8.2.5073: clang on MS-Windows produces warnings vim-patch:8.2.5075: clang gives an out of bounds warning vim-patch:8.2.5085: gcc gives warning for signed/unsigned difference vim-patch:8.2.5087: cannot build with clang on MS-Windows vim-patch:9.0.0395: clang warnings for function prototypes vim-patch:9.0.0860: MS-Windows: windres fails with clang 15.0.4 vim-patch:9.0.1088: clang warns for unused variable vim-patch:9.0.1517: MacOS: configure removes -O2 from $CFLAGS vim-patch:9.0.1685: silence Python 3.11 depreciations for gcc vim-patch:9.0.1716: Windows build with python 3.12 and clang fails vim-patch:9.0.1913: if_python: undefined behaviour for function pointers vim-patch:9.0.1930: compiler warnings with clang-17 vim-patch:9.0.1971: macOS: FEAT_SOUND guard too restrictive vim-patch:9.1.0066: gcc complains about use of uninitialized var vim-patch:9.1.0067: gcc still complains about use of uninitialized var vim-patch:9.1.0588: The maze program no longer compiles on newer clang vim-patch:9.1.0827: CI: tests can be improved vim-patch:9.1.0833: CI: recent ASAN changes do not work for indent tests vim-patch:9.1.0846: debug symbols for xxd are not cleaned in Makefile vim-patch:9.1.0884: gcc warns about uninitialized variable vim-patch:9.1.0946: cross-compiling fails on osx-arm64 vim-patch:9.1.1189: if_python: build error due to incompatible pointer types vim-patch:9.1.1347: small problems with gui_w32.c vim-patch:9.1.1358: if_lua: compile warnings with gcc15 vim-patch:9.1.1365: MS-Windows: compile warnings and too many strlen() calls vim-patch:9.1.1686: if_ruby: unknown pragma when not using gcc vim-patch:9.1.1729: CI is not run with clang 21 vim-patch:9.1.1765: f_isnan() and f_isinf() do not correctly initialize rettv type vim-patch:9.1.1767: Patch v9.1.1765 was wrong vim-patch:9.1.1812: completion: flicker with slow LSPs vim-patch:9.1.1814: Patch v9.1.1812 causes crashes
This commit is contained in:
![41898282+github-actions[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
GitHub

parent
abd0c882b3
commit
56713ef872
@@ -215,8 +215,8 @@ static const int included_patches[] = {
|
||||
2269,
|
||||
2268,
|
||||
2267,
|
||||
// 2266,
|
||||
// 2265,
|
||||
2266,
|
||||
2265,
|
||||
2264,
|
||||
2263,
|
||||
2262,
|
||||
@@ -404,7 +404,7 @@ static const int included_patches[] = {
|
||||
// 2080,
|
||||
2079,
|
||||
2078,
|
||||
// 2077,
|
||||
2077,
|
||||
// 2076,
|
||||
2075,
|
||||
2074,
|
||||
@@ -460,7 +460,7 @@ static const int included_patches[] = {
|
||||
2024,
|
||||
2023,
|
||||
// 2022,
|
||||
// 2021,
|
||||
2021,
|
||||
2020,
|
||||
2019,
|
||||
2018,
|
||||
@@ -500,10 +500,10 @@ static const int included_patches[] = {
|
||||
1984,
|
||||
1983,
|
||||
1982,
|
||||
// 1981,
|
||||
1981,
|
||||
1980,
|
||||
// 1979,
|
||||
// 1978,
|
||||
1978,
|
||||
1977,
|
||||
1976,
|
||||
1975,
|
||||
@@ -517,14 +517,14 @@ static const int included_patches[] = {
|
||||
1967,
|
||||
1966,
|
||||
1965,
|
||||
// 1964,
|
||||
1964,
|
||||
1963,
|
||||
1962,
|
||||
1961,
|
||||
1960,
|
||||
1959,
|
||||
1958,
|
||||
// 1957,
|
||||
1957,
|
||||
1956,
|
||||
1955,
|
||||
1954,
|
||||
@@ -538,7 +538,7 @@ static const int included_patches[] = {
|
||||
1946,
|
||||
1945,
|
||||
// 1944,
|
||||
// 1943,
|
||||
1943,
|
||||
1942,
|
||||
1941,
|
||||
1940,
|
||||
@@ -670,8 +670,8 @@ static const int included_patches[] = {
|
||||
1814,
|
||||
// 1813,
|
||||
1812,
|
||||
// 1811,
|
||||
// 1810,
|
||||
1811,
|
||||
1810,
|
||||
1809,
|
||||
1808,
|
||||
1807,
|
||||
@@ -881,7 +881,7 @@ static const int included_patches[] = {
|
||||
1603,
|
||||
1602,
|
||||
1601,
|
||||
// 1600,
|
||||
1600,
|
||||
1599,
|
||||
1598,
|
||||
// 1597,
|
||||
@@ -921,7 +921,7 @@ static const int included_patches[] = {
|
||||
1563,
|
||||
1562,
|
||||
// 1561,
|
||||
// 1560,
|
||||
1560,
|
||||
// 1559,
|
||||
// 1558,
|
||||
1557,
|
||||
@@ -2153,7 +2153,7 @@ static const int included_patches[] = {
|
||||
331,
|
||||
330,
|
||||
329,
|
||||
// 328,
|
||||
328,
|
||||
327,
|
||||
326,
|
||||
325,
|
||||
@@ -2323,7 +2323,7 @@ static const int included_patches[] = {
|
||||
161,
|
||||
160,
|
||||
159,
|
||||
// 158,
|
||||
158,
|
||||
157,
|
||||
156,
|
||||
155,
|
||||
@@ -2416,14 +2416,14 @@ static const int included_patches[] = {
|
||||
68,
|
||||
67,
|
||||
66,
|
||||
// 65,
|
||||
65,
|
||||
64,
|
||||
63,
|
||||
62,
|
||||
61,
|
||||
60,
|
||||
59,
|
||||
// 58,
|
||||
58,
|
||||
57,
|
||||
56,
|
||||
55,
|
||||
@@ -2481,7 +2481,7 @@ static const int included_patches[] = {
|
||||
3,
|
||||
2,
|
||||
1,
|
||||
// 0,
|
||||
0,
|
||||
};
|
||||
// clang-format on
|
||||
|
||||
|
Reference in New Issue
Block a user