Re: [EXTERNAL] dig and host don't work in IPv6

2023-07-31 Thread Lee via Cygwin
On 7/29/23, Andrew Schulman via Cygwin wrote: >> Sorry... Did you try using the -d option to see what DNS servers these >> commands try to actually connect to (and time out, eventually). > > No help unfortunately. > > $ host -d6 cygwin.com > Trying "cygwin.com" > ;; connection timed out; no

Re: character class "alpha"

2023-07-31 Thread Bruno Haible via Cygwin
Brian Inglis wrote: > It seems to me that most application developers needing to support > non-Western-European languages might want a non-POSIX interpretation of > digits. Sure. GNU libunistring has dedicated API for this: -

Re: character class "alpha"

2023-07-31 Thread Brian Inglis via Cygwin
On 2023-07-31 12:43, Bruno Haible via Cygwin wrote: Corinna Vinschen wrote: there are more of those expressions which are disabled on glibc and fail on Cygwin, for instance in test-c32iscntrl.c. Maybe it's actually the better idea to disable them on Cygwin, too, rather than to change a working

Re: character class "alpha"

2023-07-31 Thread Corinna Vinschen via Cygwin
Hi Bruno, On Jul 31 20:43, Bruno Haible via Cygwin wrote: > Corinna Vinschen wrote: > > there are more of those expressions which are disabled on glibc and > > fail on Cygwin, for instance in test-c32iscntrl.c. Maybe it's actually > > the better idea to disable them on Cygwin, too, rather than

[ANNOUNCEMENT] Updated: {mingw64-{i686,x86_64}-,}cfitsio-4.3.0-1

2023-07-31 Thread ASSI via Cygwin
This is an update to the latest upstream version. cfitsio-4.3.0-1 mingw64-i686-cfitsio-4.3.0-1 mingw64-x86_64-cfitsio-4.3.0-1 Notes - The build enables BZip2, cURL and multithreading support. -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the

Updated: {mingw64-{i686,x86_64}-,}cfitsio-4.3.0-1

2023-07-31 Thread ASSI
This is an update to the latest upstream version. cfitsio-4.3.0-1 mingw64-i686-cfitsio-4.3.0-1 mingw64-x86_64-cfitsio-4.3.0-1 Notes - The build enables BZip2, cURL and multithreading support. -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the

[ANNOUNCEMENT] Updated: Perl distributions

2023-07-31 Thread ASSI via Cygwin
The following Perl distributions have been updated to their latest release version available on CPAN: x86_64 -- perl-Alien-CFITSIO-4.3.0.0-1 perl-Astro-FITS-CFITSIO-1.18-1 noarch -- perl-Business-ISBN-Data-20230729.001-1 -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

Updated: Perl distributions

2023-07-31 Thread ASSI
The following Perl distributions have been updated to their latest release version available on CPAN: x86_64 -- perl-Alien-CFITSIO-4.3.0.0-1 perl-Astro-FITS-CFITSIO-1.18-1 noarch -- perl-Business-ISBN-Data-20230729.001-1 -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

[ANNOUNCEMENT] Updated: {,mingw64-{i686,x86_64}-}binutils-2.41-1

2023-07-31 Thread ASSI via Cygwin
The binutils packages for Cygwin and MingW64 cross-compilation toolchains have been updated to the upstream feature release 2.41, with additional patches applied for Cygwin. binutils-2.41-1 mingw64-i686-binutils-2.41-1 mingw64-x86_64-binutils-2.41-1 The GNU Binutils are a collection of

Updated: {,mingw64-{i686,x86_64}-}binutils-2.41-1

2023-07-31 Thread ASSI
The binutils packages for Cygwin and MingW64 cross-compilation toolchains have been updated to the upstream feature release 2.41, with additional patches applied for Cygwin. binutils-2.41-1 mingw64-i686-binutils-2.41-1 mingw64-x86_64-binutils-2.41-1 The GNU Binutils are a collection of

[ANNOUNCEMENT] Updated: {,mingw64-{x86_64,i686}-}libarchive-3.7.1-1

2023-07-31 Thread ASSI via Cygwin
Libarchive has been updated to version 3.7.1-1, the following (sub-)packages: libarchive (source) libarchive-devel libarchive13 bsdcat bsdcpio bsdtar bsdunzip are available in the Cygwin distribution. The MinGW64 packages for the cross-compilation toolchains have

Updated: {,mingw64-{x86_64,i686}-}libarchive-3.7.1-1

2023-07-31 Thread ASSI
Libarchive has been updated to version 3.7.1-1, the following (sub-)packages: libarchive (source) libarchive-devel libarchive13 bsdcat bsdcpio bsdtar bsdunzip are available in the Cygwin distribution. The MinGW64 packages for the cross-compilation toolchains have

[ANNOUNCEMENT] Updated: gmp-6.3.0-1

2023-07-31 Thread ASSI via Cygwin
GNU Multiple Precision Arithmetic Library = GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by the

Updated: gmp-6.3.0-1

2023-07-31 Thread ASSI
GNU Multiple Precision Arithmetic Library = GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by the

Re: posix_spawn facility

2023-07-31 Thread Corinna Vinschen via Cygwin
Hi Eric, On Jul 31 13:58, Eric Blake via Cygwin wrote: > Following up on an older thread: > > On Tue, Apr 18, 2023 at 03:49:20PM -0500, Eric Blake wrote: > > The glibc bug points to the sample posix_spawn() implementation in > > POSIX XRAT - but that example implementation is non-normative and >

Re: posix_spawn facility

2023-07-31 Thread Eric Blake via Cygwin
Following up on an older thread: On Tue, Apr 18, 2023 at 03:49:20PM -0500, Eric Blake wrote: > The glibc bug points to the sample posix_spawn() implementation in > POSIX XRAT - but that example implementation is non-normative and > known buggy, so it is not safe to rely on it. > > Clarifying the

Re: character class "alpha"

2023-07-31 Thread Bruno Haible via Cygwin
Corinna Vinschen wrote: > there are more of those expressions which are disabled on glibc and > fail on Cygwin, for instance in test-c32iscntrl.c. Maybe it's actually > the better idea to disable them on Cygwin, too, rather than to change > a working system... Sure. There is no standard how to

Re: character class "alpha"

2023-07-31 Thread Corinna Vinschen via Cygwin
On Jul 31 19:46, Corinna Vinschen via Cygwin wrote: > On Jul 31 16:06, Bruno Haible via Cygwin wrote: > > Corinna Vinschen wrote: > > > I have a problem with the c32isalpha function. > > > > > > c32isalpha fails for the character U+FF11 FULLWIDTH DIGIT ONE, > > > because it expects the character

Re: character class "alpha"

2023-07-31 Thread Corinna Vinschen via Cygwin
On Jul 31 16:06, Bruno Haible via Cygwin wrote: > Corinna Vinschen wrote: > > I have a problem with the c32isalpha function. > > > > c32isalpha fails for the character U+FF11 FULLWIDTH DIGIT ONE, > > because it expects the character to be an alphabetic character. > > This is not a big problem.

Re: character class "alpha"

2023-07-31 Thread Bruno Haible via Cygwin
Corinna Vinschen wrote: > I have a problem with the c32isalpha function. > > c32isalpha fails for the character U+FF11 FULLWIDTH DIGIT ONE, > because it expects the character to be an alphabetic character. This is not a big problem. You can see in the test-c32isalpha.c file that this test is

Re: GB18030 locale

2023-07-31 Thread Corinna Vinschen via Cygwin
Hi Bruno, On Jul 31 12:07, Corinna Vinschen via Cygwin wrote: > On Jul 29 11:53, Bruno Haible via Cygwin wrote: > > Corinna Vinschen wrote: > > > However, on debugging this, I see it's totally broken. Trying to fix > > > this in the existing functions is futile. We need dedicated > > > support

[ANNOUNCEMENT] pv 1.7.24-1

2023-07-31 Thread Andrew Schulman via Cygwin-announce via Cygwin
pv 1.7.24-1 is now available in Cygwin. This is a new upstream release, with bug fixes and minor enhancements. See the upstream changelog[1] for the full list. pv - Pipe Viewer - is a terminal-based tool for monitoring the progress of data through a pipeline. It can be inserted into any normal

pv 1.7.24-1

2023-07-31 Thread Andrew Schulman via Cygwin-announce
pv 1.7.24-1 is now available in Cygwin. This is a new upstream release, with bug fixes and minor enhancements. See the upstream changelog[1] for the full list. pv - Pipe Viewer - is a terminal-based tool for monitoring the progress of data through a pipeline. It can be inserted into any normal

Re: [PATCH setup] Keyboard accelerator for keep or skip

2023-07-31 Thread Christian Franke via Cygwin-apps
Jon Turney wrote: On 25/04/2023 18:00, Christian Franke via Cygwin-apps wrote: Use case: Easily prevent update of multiple packages in the "Pending" view, in particular useful if "Test" is selected. Sorry for the delay in looking at this.  Obviously needed. N.P. Please apply. Done.

Re: GB18030 locale

2023-07-31 Thread Corinna Vinschen via Cygwin
On Jul 29 11:53, Bruno Haible via Cygwin wrote: > Corinna Vinschen wrote: > > However, on debugging this, I see it's totally broken. Trying to fix > > this in the existing functions is futile. We need dedicated > > support functions for GB18030, kind of like the FreeBSD functions, > > just with

Re: Probable bug

2023-07-31 Thread Takashi Yano via Cygwin
On Sun, 30 Jul 2023 20:37:35 +0900 Takashi Yano wrote: > On Sun, 30 Jul 2023 07:29:10 -0400 > Eliot Moss wrote: > > On 7/30/2023 5:38 AM, natan_b--- via Cygwin wrote: > > > Hi Guys > > > > > > very short. > > > > > > prog.c > > > > > > #include > > > > > > int main() > > > { > > > float