Re: [Mingw-w64-public] [PATCH v2 00/13] Fix stat functions

2025-06-20 Thread pali.ro...@gmail.com
_ > From: LIU Hao > Sent: Friday, June 20, 2025 8:40 PM > To: Kirill Makurin; mingw-w64-public@lists.sourceforge.net; > pali.ro...@gmail.com; Martin Storsjö > Subject: Re: [Mingw-w64-public] [PATCH v2 00/13] Fix stat functions > > 在 2025-6-20 19:33, Kirill Makurin 写道

Re: [Mingw-w64-public] [PATCH v2 00/13] Fix stat functions

2025-06-20 Thread Kirill Makurin
en on 64-bit systems. - Kirill Makurin From: pali.ro...@gmail.com Sent: Friday, June 20, 2025 9:11 PM To: Kirill Makurin Cc: LIU Hao ; mingw-w64-public@lists.sourceforge.net ; Martin Storsjö Subject: Re: [Mingw-w64-public] [PATCH v2 00/13] Fix stat functions

Re: [Mingw-w64-public] [PATCH v2 00/13] Fix stat functions

2025-06-20 Thread Kirill Makurin
eforge.net; pali.ro...@gmail.com; Martin Storsjö Subject: Re: [Mingw-w64-public] [PATCH v2 00/13] Fix stat functions 在 2025-6-20 19:33, Kirill Makurin 写道: > I unfortunately do not have a 32-bit msvcrt.dll to check, but listing symbols > from msvcrt.dll in C:/ > Windows/SysWOW64 directory also

Re: [Mingw-w64-public] [PATCH v2 00/13] Fix stat functions

2025-06-20 Thread LIU Hao
在 2025-6-20 19:33, Kirill Makurin 写道: I unfortunately do not have a 32-bit msvcrt.dll to check, but listing symbols from msvcrt.dll in C:/ Windows/SysWOW64 directory also is missing _[f]stat*32 symbols. It would be good if someone could check 32-bit version of msvcrt.dll on different Windows v

Re: [Mingw-w64-public] [PATCH v2 00/13] Fix stat functions

2025-06-20 Thread Kirill Makurin
From: LIU Hao Sent: Friday, June 20, 2025 8:13 PM To: mingw-w64-public@lists.sourceforge.net; Kirill Makurin; pali.ro...@gmail.com; Martin Storsjö Subject: Re: [Mingw-w64-public] [PATCH v2 00/13] Fix stat functions 在 2025-6-20 16:46, Kirill Makurin 写道: > Running `grep _f*s

Re: [Mingw-w64-public] [PATCH v2 00/13] Fix stat functions

2025-06-20 Thread LIU Hao
在 2025-6-20 16:46, Kirill Makurin 写道: Running `grep _f*stat` on list of symbols I get from `dumpbin -exports msvcrt.dll` (Windows 11) I get the following: ``` _fstat _fstat64 _fstati64 _stat _stat64 _stati64 ``` It seems there is also no real _[f]stati32 and _[f]stat64i32 symbols. Are they ta

Re: [Mingw-w64-public] [PATCH v2 00/13] Fix stat functions

2025-06-20 Thread Kirill Makurin
From: Pali Rohár Sent: Friday, June 20, 2025 1:46 AM To: Martin Storsjö Cc: mingw-w64-public@lists.sourceforge.net Subject: Re: [Mingw-w64-public] [PATCH v2 00/13] Fix stat functions On Thursday 19 June 2025 15:36:34 Martin Storsjö wrote: > On Mon, 5 May 2025, Mar

Re: [Mingw-w64-public] [PATCH v2 00/13] Fix stat functions

2025-06-19 Thread Pali Rohár
On Thursday 19 June 2025 15:36:34 Martin Storsjö wrote: > On Mon, 5 May 2025, Martin Storsjö wrote: > > > On Mon, 5 May 2025, Pali Rohár wrote: > > > > > On Monday 05 May 2025 16:10:54 Martin Storsjö wrote: > > > > On Sun, 13 Apr 2025, Pali Rohár wrote: > > > > > > > > > This patch series is fix

Re: [Mingw-w64-public] [PATCH v2 00/13] Fix stat functions

2025-06-19 Thread Martin Storsjö
On Mon, 5 May 2025, Martin Storsjö wrote: On Mon, 5 May 2025, Pali Rohár wrote: On Monday 05 May 2025 16:10:54 Martin Storsjö wrote: On Sun, 13 Apr 2025, Pali Rohár wrote: This patch series is fixing stat functions as was discussed in the long email thread "stat, _stat, and _stat64i32 issue

Re: [Mingw-w64-public] [PATCH v2 00/13] Fix stat functions

2025-05-05 Thread Martin Storsjö
On Mon, 5 May 2025, Pali Rohár wrote: On Monday 05 May 2025 16:10:54 Martin Storsjö wrote: On Sun, 13 Apr 2025, Pali Rohár wrote: This patch series is fixing stat functions as was discussed in the long email thread "stat, _stat, and _stat64i32 issues (was: dirent changes)". I have not include

Re: [Mingw-w64-public] [PATCH v2 00/13] Fix stat functions

2025-05-05 Thread Pali Rohár
On Monday 05 May 2025 16:10:54 Martin Storsjö wrote: > On Sun, 13 Apr 2025, Pali Rohár wrote: > > > This patch series is fixing stat functions as was discussed in the long > > email thread "stat, _stat, and _stat64i32 issues (was: dirent changes)". > > I have not included in this patch series Lass

Re: [Mingw-w64-public] [PATCH v2 00/13] Fix stat functions

2025-05-05 Thread Martin Storsjö
On Sun, 13 Apr 2025, Pali Rohár wrote: This patch series is fixing stat functions as was discussed in the long email thread "stat, _stat, and _stat64i32 issues (was: dirent changes)". I have not included in this patch series Lasse's followup changes. In v2 are fixed also ftw and nftw functions

[Mingw-w64-public] [PATCH v2 00/13] Fix stat functions

2025-04-13 Thread Pali Rohár
This patch series is fixing stat functions as was discussed in the long email thread "stat, _stat, and _stat64i32 issues (was: dirent changes)". I have not included in this patch series Lasse's followup changes. In v2 are fixed also ftw and nftw functions which directly calls stat. And there are l