Re: [Mingw-w64-public] to test for MinGW64

2013-10-15 Thread Jon
On Tue, Oct 15, 2013 at 7:23 AM, Ruben Van Boxem vanboxem.ru...@gmail.comwrote: 2013/10/15 LRN lrn1...@gmail.com -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 15.10.2013 14:06, Incongruous wrote: I would like to test for MinGW64 to include or exclude some code; something like:

Re: [Mingw-w64-public] to test for MinGW64

2013-10-15 Thread Ruben Van Boxem
2013/10/15 Jon jon.for...@gmail.com On Tue, Oct 15, 2013 at 7:23 AM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: 2013/10/15 LRN lrn1...@gmail.com -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 15.10.2013 14:06, Incongruous wrote: I would like to test for MinGW64 to include or

[Mingw-w64-public] Short read mystery

2013-10-15 Thread Edscott Wilson
I've been banging my head against the monitor for the past nine hours and narrowed a problem down to the following. I've found that for certain data, the read() function will return a short byte count. Take the following test file: http://xffm.org/test.dbh and compile and execute the following

Re: [Mingw-w64-public] Short read mystery

2013-10-15 Thread Ozkan Sezer
On 10/16/13, Edscott Wilson edscott.wilson.gar...@gmail.com wrote: I've been banging my head against the monitor for the past nine hours and narrowed a problem down to the following. I've found that for certain data, the read() function will return a short byte count. Take the following

Re: [Mingw-w64-public] Short read mystery

2013-10-15 Thread niXman
Edscott Wilson писал 2013-10-16 03:07: I've been banging my head against the monitor for the past nine hours and narrowed a problem down to the following. I've found that for certain data, the read() function will return a short byte count. Take the following test file:

Re: [Mingw-w64-public] Short read mystery

2013-10-15 Thread マーズ
Greetings Edscott Wilson, In Unix, \r\n for a newline, versus '\n' in Windows? Maybe a unix2dos the file would put everything in perspective? Edscott Wilson wrote: I've been banging my head against the monitor for the past nine hours and narrowed a problem down to the following. I've found