Re: Patch 8.2.5057

2022-06-06 Fir de Conversatie Hisashi T Fujinaka
On Mon, 6 Jun 2022, Bram Moolenaar wrote: Hisashi T Fujinaka wrote: I think this broke my build. Config params are: ./configure --disable-canberra --disable-darwin --enable-cscope --enable-gui=gtk2 --enable-multibyte --enable-pythoninterp --enable-terminal The error I get is in the final l

Re: Patch 8.2.5057

2022-06-06 Fir de Conversatie Bram Moolenaar
Hisashi T Fujinaka wrote: > >> I think this broke my build. Config params are: > >> > >> ./configure --disable-canberra --disable-darwin --enable-cscope > >> --enable-gui=gtk2 --enable-multibyte --enable-pythoninterp > >> --enable-terminal > >> > >> The error I get is in the final linking: > >

Patch 8.2.5065

2022-06-06 Fir de Conversatie Bram Moolenaar
Patch 8.2.5065 Problem:Wrong return type for main() in tee.c. Solution: Use "int" instead of "void". Remove unused variable. Files: src/tee/tee.c *** ../vim-8.2.5064/src/tee/tee.c 2020-07-10 19:45:28.345404098 +0100 --- src/tee/tee.c 2022-06-06 22:15:49.334656992 +0100 *

Re: mingw64 gcc 12.1.0 warnings

2022-06-06 Fir de Conversatie Bram Moolenaar
John Marriott wrote: > I just moved up to mingw64 with gcc 12.1.0 on my windows 8.1 x64 box. > > I now have two warnings. The first: > > gcc -c -I. -Iproto -DWIN32 -DWINVER=0x0603 -D_WIN32_WINNT=0x0603 > -DHAVE_PATHDEF -DFEAT_NORMAL -DHAVE_STDINT_H -D__USE_MINGW_ANSI_STDIO > -pipe -march=nat

mingw64 gcc 12.1.0 warnings

2022-06-06 Fir de Conversatie John Marriott
Hi All, I just moved up to mingw64 with gcc 12.1.0 on my windows 8.1 x64 box. I now have two warnings. The first: gcc -c -I. -Iproto -DWIN32 -DWINVER=0x0603 -D_WIN32_WINNT=0x0603 -DHAVE_PATHDEF -DFEAT_NORMAL -DHAVE_STDINT_H -D__USE_MINGW_ANSI_STDIO -pipe -march=native -Wall -O3 -fomit-frame-p

Re: Patch 8.2.5057

2022-06-06 Fir de Conversatie Bram Moolenaar
Hisashi T Fujinaka wrote: > I think this broke my build. Config params are: > > ./configure --disable-canberra --disable-darwin --enable-cscope > --enable-gui=gtk2 --enable-multibyte --enable-pythoninterp --enable-terminal > > The error I get is in the final linking: > > Undefined symbols fo

Re: Patch 8.2.5057

2022-06-06 Fir de Conversatie Hisashi T Fujinaka
I think this broke my build. Config params are: ./configure --disable-canberra --disable-darwin --enable-cscope --enable-gui=gtk2 --enable-multibyte --enable-pythoninterp --enable-terminal The error I get is in the final linking: Undefined symbols for architecture x86_64: "_timer_create", re

Patch 8.2.5064

2022-06-06 Fir de Conversatie Bram Moolenaar
Patch 8.2.5064 Problem:No test for what 8.1.0052 fixes. Solution: Add a test. (closes #10531) Files: src/getchar.c, src/testdir/test_mapping.vim *** ../vim-8.2.5063/src/getchar.c 2022-06-05 19:01:33.288414978 +0100 --- src/getchar.c 2022-06-06 16:18:34.645297712 +0100 ***

Patch 8.2.5063

2022-06-06 Fir de Conversatie Bram Moolenaar
Patch 8.2.5063 Problem:Error for a command may go over the end of IObuff. Solution: Truncate the message. Files: src/ex_docmd.c, src/testdir/test_cmdline.vim *** ../vim-8.2.5062/src/ex_docmd.c 2022-05-28 14:25:32.127084455 +0100 --- src/ex_docmd.c 2022-06-06 15:35:30.795751

Re: [vim/vim] Test_terminal_qall_prompt Failed (Issue #10530)

2022-06-06 Fir de Conversatie Bram Moolenaar
> ### Steps to reproduce > > use Arch Linux PKGBUILD > build it with makepkg -src or chrootbuild > > ### Expected behaviour > > no test failed like on upstream (here) > > ### Version of Vim > > 8.2.5062-1 > > ### Environment > > gh Action ubuntu-latest > manjaro-chrootbuild > > ### Logs a

Patch 8.2.5062

2022-06-06 Fir de Conversatie Bram Moolenaar
Patch 8.2.5062 Problem:Coverity warns for dead code. Solution: Remove the dead code. Files: src/os_unix.c, src/match.c *** ../vim-8.2.5061/src/os_unix.c 2022-06-05 22:05:15.600289401 +0100 --- src/os_unix.c 2022-06-06 10:04:01.731728421 +0100 *** *** 8422,8428