Re: Bug in TIME function

2019-09-15 Thread Achim Gratz
tl...@twcny.rr.com writes: > The code below returns -1. It shouldn't. This is hopefully fixed in the 3.1.0-05 test release of Cygwin. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:

[ANNOUNCEMENT] cygwin 3.1.0-0.5 (TEST)

2019-09-15 Thread Ken Brown
The following packages have been uploaded to the Cygwin distribution as test releases: * cygwin-3.1.0-0.5 * cygwin-devel-3.1.0-0.5 * cygwin-doc-3.1.0-0.5 This release comes with a couple of new features and quite a few bug fixes. The most interesting changes: - A revamp of the old FIFO code.

Re: Something makes curl hang for 5 minutes after connection refused

2019-09-15 Thread Basin Ilya
Hi. Any update on this? 01.12.2018 12:51, Corinna Vinschen пишет: > On Nov 30 20:42, Brian Inglis wrote: >> On 2018-11-30 12:49, Lee wrote: >>> On 11/30/18, Basin Ilya wrote: Hi. Recently I noticed that `curl` does not fail immediately after connection refused, but waits for

Re: Cygwin Error

2019-09-15 Thread cygwinautoreply
>Hi >I am getting the below error while compiling a build from serena dimensions. > 3 [main] python2.6 4520 find_fast_cwd: WARNING: Couldn't compute FAST= >_CWD pointer. Please report this problem to >the public mailing list cygwin@cygwin.com >Please check once

Cygwin Error

2019-09-15 Thread Goel, Rahul (D COE)
Hi I am getting the below error while compiling a build from serena dimensions. 3 [main] python2.6 4520 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com Please check once and let

Re: cygwin 3.0.1-1 breaks my sshd install

2019-09-15 Thread Basin Ilya
Upd: the trick with pre-logging in by other means does not work: $ /usr/bin/editrights -u git -l SeBatchLogonRight I've created the wake-s4u scheduled job following the instructions from the ml thread: "sshd problem on WS2008R2 64bit" cmd.exe is running as that user, but seteuid still fails.

Re: [PATCH] Cygwin: pty: Use autoload feature for pseudo console system calls.

2019-09-15 Thread Ken Brown
On 9/15/2019 6:55 AM, Takashi Yano wrote: > - The autoload feature is used rather than GetModuleHandle(), >GetProcAddress() for CreatePseudoConsole(), ResizePseudoConsole() >and ClosePseudoConsole(). > --- > winsup/cygwin/autoload.cc | 3 +++ > winsup/cygwin/fhandler_tty.cc | 36

[PATCH] winsup/cygwin/times.cc (times): follow Linux and allow for a NULL buf argument

2019-09-15 Thread Achim Gratz
Adresses a problem reported on the Cygwin list. --- winsup/cygwin/times.cc | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/winsup/cygwin/times.cc b/winsup/cygwin/times.cc index 8908d44f1..909cae1f1 100644 --- a/winsup/cygwin/times.cc +++

cygwin 3.1.0-0.5 (TEST)

2019-09-15 Thread Ken Brown
The following packages have been uploaded to the Cygwin distribution as test releases: * cygwin-3.1.0-0.5 * cygwin-devel-3.1.0-0.5 * cygwin-doc-3.1.0-0.5 This release comes with a couple of new features and quite a few bug fixes. The most interesting changes: - A revamp of the old FIFO code.

[newlib-cygwin] Cygwin: pty: Use system NLS function instead of PTY's own one.

2019-09-15 Thread Ken Brown
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d83c45b46cdff9e550bac50ca382392c838b4e68 commit d83c45b46cdff9e550bac50ca382392c838b4e68 Author: Takashi Yano Date: Sun Sep 15 13:05:52 2019 +0900 Cygwin: pty: Use system NLS function instead of PTY's own one. - Since

[newlib-cygwin] Cygwin: pty: Use autoload feature for pseudo console system calls.

2019-09-15 Thread Ken Brown
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=70cd49e2045bae06faff1955342a1b0e1b038466 commit 70cd49e2045bae06faff1955342a1b0e1b038466 Author: Takashi Yano Date: Sun Sep 15 19:55:44 2019 +0900 Cygwin: pty: Use autoload feature for pseudo console system calls. - The

[newlib-cygwin] Cygwin: pty: Correct typos that do not fit the coding style.

2019-09-15 Thread Ken Brown
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=fac5a01aec19480a1c1b039788cd26714928335f commit fac5a01aec19480a1c1b039788cd26714928335f Author: Takashi Yano Date: Sun Sep 15 13:36:23 2019 +0900 Cygwin: pty: Correct typos that do not fit the coding style. Diff: ---

[newlib-cygwin] Cygwin: pty: Change the timing of clearing screen.

2019-09-15 Thread Ken Brown
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=244f03627d37ea5ba642fc9a4b7c7b4a1a7be11d commit 244f03627d37ea5ba642fc9a4b7c7b4a1a7be11d Author: Takashi Yano Date: Sun Sep 15 13:05:53 2019 +0900 Cygwin: pty: Change the timing of clearing screen. - The code which

[newlib-cygwin] Cygwin: pty: Fix bad file descriptor error in some environment.

2019-09-15 Thread Ken Brown
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=6983433f8e097449a7182def4c4393306e9a9a46 commit 6983433f8e097449a7182def4c4393306e9a9a46 Author: Takashi Yano Date: Sun Sep 15 13:05:51 2019 +0900 Cygwin: pty: Fix bad file descriptor error in some environment. - The bad

Re: [PATCH] Cygwin: pty: Correct typos that do not fit the coding style.

2019-09-15 Thread Ken Brown
On 9/15/2019 12:36 AM, Takashi Yano wrote: > --- > winsup/cygwin/fhandler_tty.cc | 26 +- > 1 file changed, 13 insertions(+), 13 deletions(-) > > diff --git a/winsup/cygwin/fhandler_tty.cc b/winsup/cygwin/fhandler_tty.cc > index 5c27510be..5072c6243 100644 > ---

Re: [PATCH 0/3] Some fixes for PTY with pseudo console support (3)

2019-09-15 Thread Ken Brown
On 9/15/2019 12:05 AM, Takashi Yano wrote: > [PATCH 1/3] Fix bad file descriptor error in some environment. > The bad file descriptor problem reported in: > https://cygwin.com/ml/cygwin-patches/2019-q3/msg00104.html > was recurring. Fixed again. > > [PATCH 2/3] Use system NLS function instead of

[newlib-cygwin] winsup/cygwin/times.cc (times): follow Linux and allow for a NULL buf argument

2019-09-15 Thread Ken Brown
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d5f84126e56ee860b10a8a5826dc568e2c266f1b commit d5f84126e56ee860b10a8a5826dc568e2c266f1b Author: Achim Gratz Date: Sun Sep 15 18:28:21 2019 +0200 winsup/cygwin/times.cc (times): follow Linux and allow for a NULL buf argument

Re: [PATCH] winsup/cygwin/times.cc (times): follow Linux and allow for a NULL buf argument

2019-09-15 Thread Ken Brown
On 9/15/2019 12:28 PM, Achim Gratz wrote: > > Adresses a problem reported on the Cygwin list. > > --- > winsup/cygwin/times.cc | 17 +++-- > 1 file changed, 11 insertions(+), 6 deletions(-) > > diff --git a/winsup/cygwin/times.cc b/winsup/cygwin/times.cc > index

[newlib-cygwin] Cygwin: document last change

2019-09-15 Thread Ken Brown
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=bbc625da81076bf31ea77af346d368fd221c4079 commit bbc625da81076bf31ea77af346d368fd221c4079 Author: Ken Brown Date: Sun Sep 15 13:40:12 2019 -0400 Cygwin: document last change Diff: --- winsup/cygwin/release/3.1.0 | 3 +++

[PATCH] Cygwin: pty: Use autoload feature for pseudo console system calls.

2019-09-15 Thread Takashi Yano
- The autoload feature is used rather than GetModuleHandle(), GetProcAddress() for CreatePseudoConsole(), ResizePseudoConsole() and ClosePseudoConsole(). --- winsup/cygwin/autoload.cc | 3 +++ winsup/cygwin/fhandler_tty.cc | 36 +-- 2 files changed, 16