Re: Typo in ?

2022-07-05 Thread Ken Brown
On 7/5/2022 10:13 AM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin wrote: Hi, There's some inconsistency between and : sys/select.h has this: --- /* * Select uses bit masks of file descriptors in longs. * These macros manipulate such bit fields (the filesystem

Re: SSH KEY

2022-07-05 Thread Jon Turney
On 05/07/2022 01:44, William Hu via Cygwin-apps wrote: Name: William Hu BEGIN SSH2 PUBLIC KEY C3NzaC1lZDI1NTE5ILjC07iHhF8oGsNIWwreTtroTq3oN9ZjQxAoJVDLNplG END SSH2 PUBLIC KEY Name: William Hu Email: William Hu Creating ssh key for William Hu Fingerprint: 256

Re: [ITA] ocaml 4.14.0

2022-07-05 Thread Jon Turney
On 05/07/2022 01:42, William Hu via Cygwin-apps wrote: Hi Jon, Oops, sorry about that. The patch and updated cygport are now attached. Sending SSH key shortly. Thanks. Firstly, I notice that you dropped 4.10.0-libcamlrun_shared.patch. Can you explain the reasoning behind that? (After a

RE: Typo in ?

2022-07-05 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin
> I'm no expert, but it seems the FD_SETSIZE should have been 128. > Long is 8 bytes, 64 bits. One bit if one open file, 64 * 64 = 4096. FD_SETSIZE is the file descriptor bitset capacity in _BITS_. 64 (as currently in there) means 1 int (on 64 bit platforms, or 2 ints on 32 bit platforms,

Re: Typo in ?

2022-07-05 Thread Andrey Repin
Greetings, Lavrentiev, Anton (NIH/NLM/NCBI) [C]! > There's some inconsistency between and : > sys/select.h has this: > --- > /* > * Select uses bit masks of file descriptors in longs. > * These macros manipulate such bit fields (the filesystem macros use chars). > *

Re: /dev/clipboard sometimes fails to set CF_UNICODETEXT data.

2022-07-05 Thread Andrey Repin
Greetings, Takashi Yano! > On Tue, 5 Jul 2022 00:42:50 -0700 > Mark Geisert wrote: >> Hi Takashi, >> >> Takashi Yano wrote: >> > Hello, >> > >> > In one of my PCs, >> > dd if=/dev/urandom count=10 | xxd > /dev/clipboard >> > sometimes fails to set CF_UNICODETEXT data. >> > As a result, pasting

Typo in ?

2022-07-05 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin
Hi, There's some inconsistency between and : sys/select.h has this: --- /* * Select uses bit masks of file descriptors in longs. * These macros manipulate such bit fields (the filesystem macros use chars). * FD_SETSIZE may be defined by the user, but the default here *

Re: [ANNOUNCEMENT] fish 3.5.0-1

2022-07-05 Thread Christian Franke
Andrew Schulman via Cygwin-announce wrote: fish 3.5.0-1 is now available in Cygwin. This release has many small improvements and bug fixes since the previous Cygwin release, 3.4.1-1. See the upstream release notes[1] for a list. Please note this minor permission issue which may affect

[ANNOUNCEMENT] fish 3.5.0-1

2022-07-05 Thread Andrew Schulman via Cygwin-announce
fish 3.5.0-1 is now available in Cygwin. This release has many small improvements and bug fixes since the previous Cygwin release, 3.4.1-1. See the upstream release notes[1] for a list. fish is the friendly interactive shell. It's a Unix shell that focuses on interactive use, discoverability,

fish 3.5.0-1

2022-07-05 Thread Andrew Schulman via Cygwin-announce
fish 3.5.0-1 is now available in Cygwin. This release has many small improvements and bug fixes since the previous Cygwin release, 3.4.1-1. See the upstream release notes[1] for a list. fish is the friendly interactive shell. It's a Unix shell that focuses on interactive use, discoverability,

Re: git repositories for cygwin packaging - please test

2022-07-05 Thread Jon Turney
On 22/06/2021 20:52, Jon Turney wrote: On 09/05/2021 15:39, Jon Turney wrote: On 23/08/2020 22:01, Jon Turney wrote: On 27/05/2020 23:27, Jon Turney wrote: On 04/08/2019 21:08, Jon Turney wrote: To remedy this lack, using the same ssh key you use for sftp package upload, package maintainers

Re: /dev/clipboard sometimes fails to set CF_UNICODETEXT data.

2022-07-05 Thread Corinna Vinschen
On Jul 5 17:40, Takashi Yano wrote: > On Tue, 5 Jul 2022 00:42:50 -0700 > Mark Geisert wrote: > > Takashi Yano wrote: > > > I also found the patch attached solves the issue. > > > > > > I would appreciate any suggestion. > > > > Would be neet if this patch wasn't needed, but, oh well. My only

Re: VS Code is missing a few characters when running launch task in Git Bash

2022-07-05 Thread Orgad Shaneh
On Tue, Jul 5, 2022 at 6:18 AM Takashi Yano wrote: > > On Mon, 4 Jul 2022 08:57:09 +0300 > Orgad Shaneh wrote: > > Sure, > > > > Install VS Code and Node.JS. > > > > Clone this repository: https://github.com/orgads/cygtest > > > > Open the directory in VS Code and run (F5). Wait for it to finish,

Re: New version of GNU ddrescue available (1.26)

2022-07-05 Thread Christian Franke
Hamish McIntyre-Bhatty wrote: I was wondering if the maintainer for GNU ddrescue could update to 1.26 please? 1.27-pre2 is already released, so I wait for 1.27 final. -- Regards, Christian

New version of GNU ddrescue available (1.26)

2022-07-05 Thread Hamish McIntyre-Bhatty
Hi there, I was wondering if the maintainer for GNU ddrescue could update to 1.26 please? Thanks, Hamish

Re: /dev/clipboard sometimes fails to set CF_UNICODETEXT data.

2022-07-05 Thread Takashi Yano
On Tue, 5 Jul 2022 00:42:50 -0700 Mark Geisert wrote: > Hi Takashi, > > Takashi Yano wrote: > > Hello, > > > > In one of my PCs, > > dd if=/dev/urandom count=10 | xxd > /dev/clipboard > > sometimes fails to set CF_UNICODETEXT data. > > As a result, pasting clipboard to notepad does not work. > >

Re: /dev/clipboard sometimes fails to set CF_UNICODETEXT data.

2022-07-05 Thread Mark Geisert
Hi Takashi, Takashi Yano wrote: Hello, In one of my PCs, dd if=/dev/urandom count=10 | xxd > /dev/clipboard sometimes fails to set CF_UNICODETEXT data. As a result, pasting clipboard to notepad does not work. Even in the case, cygnativeformat data is set correctly. So, "cat /dev/clipboard"