Re: [ANNOUNCEMENT] Updated: cygutils 1.4.16-7

2021-09-25 Thread Takashi Yano via Cygwin
On Sat, 25 Sep 2021 13:31:25 +0900 Takashi Yano wrote: > Hi Mark, > > Sometimes, putclip shows error > "Unable to open the clipboard" > when I run 'echo A | putclip'. > > I digged into this problem, and found OpenClipboard() sometimes > fails with error ERROR_ACCESS_DENIED if it is called just af

Re: cloc: hashbang header has "perl" twice

2021-09-25 Thread Eyal Rozenberg via Cygwin
I'm not sure how bug reporting "etiquette" works here on the list, but - I was sort of expecting an acknowledgement. Or - was I wrong to post my bug report here in the first place? I have another bug (two actually) to report regarding meld, and I want to get that report right and not have it lost

Re: [ANNOUNCEMENT] Updated: cygutils 1.4.16-7

2021-09-25 Thread Takashi Yano via Cygwin
On Sat, 25 Sep 2021 16:23:54 +0900 Takashi Yano wrote: @@ -32,6 +32,6 @@ > #include > #include > #include > +#include > > #define DEBUGGING 0 // Set 1 to display debug output on stderr > A small thing. Including w32api/stringapiset.h is no longer necessary with this patch. -- Takash

Re: cloc: hashbang header has "perl" twice

2021-09-25 Thread Russell VT via Cygwin
Looking at the current Cygwin source, the she-bang is actually: #!/usr/bin/env perl ...which means it's going to pick up the first perl interpreter in your path. You can confirm this in the cloc code, itself, as well.

Re: cloc: hashbang header has "perl" twice

2021-09-25 Thread Russell VT via Cygwin
Replying to add the package maintainer, as-per Cygwin's source distribution files. This would be something I'd consider installing directly from source, though it looks like the upstream may not make that *quite* as easily as one would like... but, I'll take a better look, after I've slept (HaHa).

[ANNOUNCEMENT] xorg-server-1.20.13-1 (TEST)

2021-09-25 Thread Jon Turney
The following packages have been updated in the Cygwin distribution: *** xorg-server-1.20.13-1 *** xorg-server-common-1.20.13-1 *** xorg-server-debuginfo-1.20.13-1 *** xorg-server-devel-1.20.13-1 *** xorg-server-dmx-1.20.13-1 *** xorg-server-extra-1.20.13-1 *** xorg-server-xorg-1.20.13-1 *** xw

Re: [ANNOUNCEMENT] xorg-server-1.20.13-1 (TEST)

2021-09-25 Thread Jon Turney
On 25/09/2021 16:34, Jon Turney wrote: The following packages have been updated in the Cygwin distribution: *** xorg-server-1.20.13-1 *** xorg-server-common-1.20.13-1 *** xorg-server-debuginfo-1.20.13-1 *** xorg-server-devel-1.20.13-1 *** xorg-server-dmx-1.20.13-1 *** xorg-server-extra-1.20.13-

Cygwin 32 procps-ng procps values incorrect

2021-09-25 Thread Brian Inglis
Hi Achim, Running builds and bumping them in priority looks okay on current procps-ng procps under current Cygwin 64, sanitized as in attached which was limited to COLUMNS=120, also spaces squished and output truncated for examples below: F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME T

[ANNOUNCEMENT] Updated: bison 3.8.2

2021-09-25 Thread Cygwin bison Co-Maintainer
The following packages have been upgraded in the Cygwin distribution: * bison 3.8.2 Bison is a general-purpose parser generator that converts an annotated context-free grammar into a deterministic LR or generalized LR (GLR) parser employing LALR(1) parser tables. As an experimental featur

[ANNOUNCEMENT] Updated: tzcode, tzdata 2021b

2021-09-25 Thread cygwin--- via Cygwin
The following packages have been upgraded in the Cygwin distribution: * tzcode2021b * tzdata2021b The Time Zone Database (often called tz, tzdb, or zoneinfo) contains data that represents the history of local time for many locations around the world, and supports conversion of UTC

Incompatible clipboard format between 32bit and 64bit cygwin

2021-09-25 Thread Takashi Yano via Cygwin
Hi all, I noticed that cygwin clipboard is not compatible between 32bit and 64bit cygwin. If I run 'echo > /dev/clipboard' in 32bit cygwin, and run 'cat /dev/clipboard' in 64bit cygwin, this result in cat: /dev/clipboard: Bad address This is because the structure typedef struct { time