Re: [Mingw-w64-public] [PATCH] Fix binmode.o and add commode.o

2023-05-16 Thread LIU Hao
在 2023-05-16 19:15, 徐持恒 Xu Chiheng 写道: The name binmode.o/commode.o should be fine. It conforms to Microsoft doc. https://learn.microsoft.com/en-us/cpp/c-runtime-library/link-options?view=msvc-170 The extensions already deviate. The filenames do not matter, but compatibility does. commode.

Re: [Mingw-w64-public] [PATCH] Fix binmode.o and add commode.o

2023-05-16 Thread 徐持恒 Xu Chiheng
Can you guys make binmode default ? ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH] Fix binmode.o and add commode.o

2023-05-16 Thread 徐持恒 Xu Chiheng
On Tue, May 16, 2023 at 12:09 PM LIU Hao wrote: > > These are easy fixes. Haven't tested them though, I will do that later today. > > 'binmode.o' and 'txtmode.o' are not named like the other object files e.g. > 'CRT_glob.o'. Should they > be renamed as such? > The name binmode.o/commode.o should

Re: [Mingw-w64-public] [PATCH] gdtoa: Sync to match the latest version at netlib.org

2023-05-16 Thread Martin Storsjö
On Mon, 15 May 2023, Jameson Nash wrote: David (the gdtoa author) got back to me and confirmed this is an upstream bug, and that my fix attached previously was the right one. He is trying to get that fix uploaded to the right ftp server soon. For future mingw-w64 reference, my change-controlled