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

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

2023-05-15 Thread LIU Hao
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? -- Best regards, LIU Hao From 64c58fbf4bf0b6843e80454c62079f195cb58173 Mon Sep 17 00:00:00 2001