Re: fseeko issues in mys2/mingw64

2020-01-25 Thread Bruno Haible
> - the patch was fine. Thanks for the feedback. Bruno

Re: fseeko issues in mys2/mingw64

2020-01-25 Thread John Donoghue
On 1/25/20 4:05 PM, John Donoghue wrote: On 1/25/20 3:07 PM, Bruno Haible wrote: Hi John, Running in a native configure in msys2/mingw64 and make builds ok; The following modules are added to libnu.a: freading.o stat-time.o unistd.o fflush.o fpurge.o fseek.o fseeko.o fstat.o lseek.o msvc-inv

Re: fseeko issues in mys2/mingw64

2020-01-25 Thread John Donoghue
On 1/25/20 3:07 PM, Bruno Haible wrote: Hi John, Running in a native configure in msys2/mingw64 and make builds ok; The following modules are added to libnu.a: freading.o stat-time.o unistd.o fflush.o fpurge.o fseek.o fseeko.o fstat.o lseek.o msvc-inval.o msvc-nothrow.o stat-w32.o Running th

new module 'iswxdigit'

2020-01-25 Thread Bruno Haible
Like for the "digit" class, POSIX provides a way to the libc implementor to add non-ASCII characters to the "xdigit" character class. However, ISO C 99 section 7.25.2.1.12 takes that freedom away. The iswxdigit() function is not ISO C compliant on a number of platforms. This series of patches provi

Re: fseeko issues in mys2/mingw64

2020-01-25 Thread Bruno Haible
Hi John, > Running in a native configure in msys2/mingw64 and make builds ok; > > > The following modules are added to libnu.a: > freading.o stat-time.o unistd.o fflush.o fpurge.o fseek.o fseeko.o > fstat.o lseek.o msvc-inval.o msvc-nothrow.o stat-w32.o > > Running the app: > > ./bigtest.exe

Re: fseeko issues in mys2/mingw64

2020-01-25 Thread John Donoghue
On 1/25/20 11:23 AM, John Donoghue wrote: This is a question/perhaps bug on bigfile support with fseeko in gnulib when being used in MSYS2/mingw64. As a quick overview: I have a demo program that opens a 5 Gig file add just does a seeko to the end of the file and then does a ftellp to get the

fseeko issues in mys2/mingw64

2020-01-25 Thread John Donoghue
This is a question/perhaps bug on bigfile support with fseeko in gnulib when being used in MSYS2/mingw64. As a quick overview: I have a demo program that opens a 5 Gig file add just does a seeko to the end of the file and then does a ftellp to get the end position. I am importing ftello and

new module 'iswdigit'

2020-01-25 Thread Bruno Haible
POSIX provides a way to the libc implementor to add non-ASCII characters to the "digit" character class. However, ISO C 99 section 7.25.2.1.5 takes that freedom away. The iswdigit() function is not ISO C compliant on a number of platforms. This series of patches provides the workaround. 2020-01-2

RE: MSYS2/MINGW64 large file support

2020-01-25 Thread John Donoghue via Gnulib discussion list
From: Bruno Haible [br...@clisp.org] Sent: Friday, January 24, 2020 12:53 PM To: bug-gnulib@gnu.org; John Donoghue Subject: Re: MSYS2/MINGW64 large file support Hi, John Donoghue wrote: > Running a non cross configure and make works, and running the binar

hard-locale tests: make it easy to reuse the musl test

2020-01-25 Thread Bruno Haible
Some other tests may need to conditionalize on musl libc, in the future. 2020-01-25 Bruno Haible hard-locale tests: Make it easy to reuse the musl test. * m4/musl.m4: New file, extracted from modules/hard-locale-tests. * modules/hard-locale-tests (Files): Add it.