Re: [PATCH] Add FAQ How do I fix find_fast_cwd warnings?

2017-11-15 Thread cyg Simple
22:57:02 -0700 >>> Subject: [PATCH] add FAQ How do I fix find_fast_cwd warnings >> >> Pushed. >> >> Thanks, >> Corinna > > Cheers! > Thanks for seeing this through Brian. Gold Star Award in my view. -- cyg Simple

Re: [PATCH] Fix possible segmentation fault in strnstr() on 64-bit systems

2017-09-14 Thread cyg Simple
the MSYS2 project. > > As this is part of newlib, the proper place for this is on the newlib > list. Others have already proposed similar patches, so please feel free > to follow the discussion there. This begs the question as to why _GNU_SOURCE isn't defined by default for Cygwin? -- cyg Simple

Re: [PATCH] Avoid decimal point localization in /proc/loadavg

2017-04-08 Thread cyg Simple
On 4/8/2017 8:55 AM, Jon Turney wrote: > Explicitly format the contents of /proc/loadavg to avoid the decimal point > getting localized according to LC_NUMERIC. Using anything other than '.' > breaks top. > Would it be more prudent to update top to be locale aware? -- cyg Simple

Re: Trivial fix to last change

2015-12-15 Thread cyg Simple
On 12/14/2015 10:06 AM, Corinna Vinschen wrote: > On Dec 14 08:38, cyg Simple wrote: >> On 12/14/2015 4:25 AM, Corinna Vinschen wrote: >>> On Dec 11 17:14, Ken Brown wrote: >>>> cygwin1.dll doesn't build on x86 after the last commit (eed35ef). The &

Re: Trivial fix to last change

2015-12-14 Thread cyg Simple
644 >> --- a/winsup/cygwin/fhandler_disk_file.cc >> +++ b/winsup/cygwin/fhandler_disk_file.cc >> @@ -428,7 +428,7 @@ fhandler_base::fstat_fs (struct stat *buf) >>return res; >> } >> >> -int __reg3 >> +int __reg2 >> fhandler_base::fstat_helper (struct stat *buf) >> { >>IO_STATUS_BLOCK st; >> -- >> 2.6.2 >> > > Applied. I really should build on *both* architectures before applying > a patch :-P > Would it have made more sense to test for architecture target? -- cyg Simple