Re: Integer overflow in functions from scanf() family in MinGW, Cygwin, Borland/Embarcadero C environments (Windows)

2017-03-05 Thread Thomas Wolff
Am 05.03.2017 um 20:48 schrieb Lukas' Home Page: Good morning, I find out a strange and bad beaviour in functions from scanf() family when reading one-byte int variable in MinGW, Cygwin and Borland/Embarcadero C environments (on Windows, on Linux this doesn't happen). This bug is corelated with

Re: Integer overflow in functions from scanf() family in MinGW, Cygwin, Borland/Embarcadero C environments (Windows)

2017-03-05 Thread Brian Inglis
On 2017-03-05 15:50, Brian Inglis wrote: > On 2017-03-05 12:48, Lukas' Home Page wrote: >> I find out a strange and bad beaviour in functions from scanf() family when >> reading one-byte int variable in MinGW, Cygwin and Borland/Embarcadero C >> environments (on Windows, on Linux this doesn't happe

[ANNOUNCEMENT] Updated: perl-Text-CSV_XS-1.27-1

2017-03-05 Thread David Stacey
The following package has been updated in the Cygwin distribution: * perl-Text-CSV_XS-1.27-1 Text::CSV_XS provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV_XS class will combine fields into a CSV string and parse a CSV string into f

[ANNOUNCEMENT] Updated: doxygen-1.8.13-2

2017-03-05 Thread David Stacey
The following packages have been updated in the Cygwin distribution: * doxygen-1.8.13-2 * doxygen-doxywizard-1.8.13-2 Doxygen is a documentation system for C++, C, Java, Objective-C, IDL (Corba and Microsoft flavours) and to some extent PHP, C#, and D. This has been rebuilt with libclang3.9 and

Re: Integer overflow in functions from scanf() family in MinGW, Cygwin, Borland/Embarcadero C environments (Windows)

2017-03-05 Thread Brian Inglis
On 2017-03-05 12:48, Lukas' Home Page wrote: > I find out a strange and bad beaviour in functions from scanf() family when > reading one-byte int variable in MinGW, Cygwin and Borland/Embarcadero C > environments (on Windows, on Linux this doesn't happen). This bug is > corelated with MSVCRT librar

Integer overflow in functions from scanf() family in MinGW, Cygwin, Borland/Embarcadero C environments (Windows)

2017-03-05 Thread Lukas' Home Page
Good morning, I find out a strange and bad beaviour in functions from scanf() family when reading one-byte int variable in MinGW, Cygwin and Borland/Embarcadero C environments (on Windows, on Linux this doesn't happen). This bug is corelated with MSVCRT library which isn't written in C99 standard

Re: Problems opening pipes in binary mode

2017-03-05 Thread Brian Inglis
On 2017-03-05 09:03, Dr Rainer Woitok wrote: > after some discussion the packages "awk", "grep", and "sed" were recent- > ly updated to open pipes in binary mode only. I do not want to revive > the discussion about pros and cons, I just want to make known how this > change broke one of my scri

Problems opening pipes in binary mode

2017-03-05 Thread Dr Rainer Woitok
Greetings, after some discussion the packages "awk", "grep", and "sed" were recent- ly updated to open pipes in binary mode only. I do not want to revive the discussion about pros and cons, I just want to make known how this change broke one of my scripts. My script contains the line cyg

Re: Strange errors running gcc tests on Cygwin

2017-03-05 Thread David Billinghurst
On 5/03/2017 18:36, Daniel Santos wrote: Is this a documentation error then? (from https://cygwin.com/cygwin-ug-net/setup-env.html) The LD_LIBRARY_PATH environment variable is used by the Cygwin function dlopen () as a list of directories to search for .dll files to load. This en