Is there no other run-parts in cygwin?

2019-08-30 Thread Andrey Repin
Greetings, All! The only run-parts thing I've found comes with busybox. Is there no standalone one? -- With best regards, Andrey Repin Friday, August 30, 2019 11:13:16 Sorry for my terrible english... -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Doxygen 1.8.16

2019-08-30 Thread Kptain
Ok and again Thanks a lot for your support. -- Sent from: http://cygwin.1069669.n5.nabble.com/Cygwin-list-f3.html -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Re: Odd, is it not? mkdir 'e:\' cannot be undone by rmdir 'e:\' ...

2019-08-30 Thread Houder
On Thu, 29 Aug 2019 17:05:41, Houder wrote: > On Wed, 28 Aug 2019 16:22:20, Corinna Vinschen wrote: [snip] > > One problem here is, what to do about border cases like > > > > $ mkdir a\/\/\/ > > > > In theory slashes and backslashes should both be treated as dir > > separators. Handling a

Re: [ANNOUNCEMENT] TEST: Cygwin 3.1.0-0.3

2019-08-30 Thread Corinna Vinschen
[CC Takashi] On Aug 29 22:15, Biswapriyo Nath wrote: > On Thursday, August 29, 2019, Corinna Vinschen > wrote: > > Support the new pseudo console in PTY. Pseudo console is a new feature > in Windows 10 1809, which provides console APIs on virtual terminal. > > Some queries about this specific

Re: bug with grep 3.0.2 in cygwin 3.0.7

2019-08-30 Thread Andrey Repin
Greetings, Eliot Moss! >>> I encounter some problem with grep option -E on cygwin 3.0.7 >> >> >>> echo "a^b" | grep "a^b" #answer a^b ie it's OK >>> but >>> echo "a^b" | grep -E "a^b" #answer nothing " for me it's KO >> >> That's an expected result of an impossible constraint. >> >>> I have

Re: bug with grep 3.0.2 in cygwin 3.0.7

2019-08-30 Thread Duncan Roe
On Thu, Aug 29, 2019 at 09:42:46PM -0400, Eliot Moss wrote: > On 8/29/2019 3:08 PM, Andrey Repin wrote: > > Greetings, ak...@free.fr! > > > > > Hi, > > > I encounter some problem with grep option -E on cygwin 3.0.7 > > > > > > > echo "a^b" | grep "a^b" #answer a^b ie it's OK > > > but > > > echo

Re: Odd, is it not? mkdir 'e:\' cannot be undone by rmdir 'e:\' ...

2019-08-30 Thread Corinna Vinschen
Eric? On Aug 29 17:05, Houder wrote: > On Wed, 28 Aug 2019 16:22:20, Corinna Vinschen wrote: > > > > As simple as that? > > > > > > diff --git a/winsup/cygwin/dir.cc b/winsup/cygwin/dir.cc > > > index b757851d5c7f..747b1582af50 100644 > > > --- a/winsup/cygwin/dir.cc > > > +++

Re: bug with grep 3.0.2 in cygwin 3.0.7

2019-08-30 Thread Eliot Moss
On 8/30/2019 2:12 AM, Brian Inglis wrote: On 2019-08-29 19:42, Eliot Moss wrote: On 8/29/2019 3:08 PM, Andrey Repin wrote: I encounter some problem with grep option -E on cygwin 3.0.7 echo "a^b" | grep "a^b" #answer a^b ie it's OK but echo "a^b" | grep -E "a^b" #answer nothing " for me it's KO

Re: Doxygen 1.8.16

2019-08-30 Thread Ken Brown
On 8/29/2019 11:34 AM, Yaakov Selkowitz wrote: > On Thu, 2019-08-29 at 14:25 +, Ken Brown wrote: >> On 8/29/2019 8:51 AM, Kptain wrote: >>> Is it possible to make available release 1.8.16 of Doxygen as lot of fixes >>> have been provided? >> >> Yes, I'll do that within the next few days. > >

Re: bug with grep 3.0.2 in cygwin 3.0.7

2019-08-30 Thread Jose Isaias Cabrera
Duncan Roe, on Friday, August 30, 2019 03:47 AM, wrote... > > On Thu, Aug 29, 2019 at 09:42:46PM -0400, Eliot Moss wrote: > > On 8/29/2019 3:08 PM, Andrey Repin wrote: > > But my main point is that RTM would be enough; RTFM seemed > > to me perhaps a little more rude than necessary. > > > >

Altera NIOSII

2019-08-30 Thread Stone, Patricia
We have an Engineer having issues with Altera 13.0sp1. Would you please let us know if this version will work with Windows 10 64-bit or if an update is required? Here's the error message he's receiving but he doesn't give us the online search points he's using: "When I try to run the

Re: [ANNOUNCEMENT] TEST: Cygwin 3.1.0-0.3

2019-08-30 Thread Takashi Yano
Hi Biswapriyo and Corinna, Thank you very much for testing. On Fri, 30 Aug 2019 09:55:23 +0200 Corinna Vinschen wrote: > On Aug 29 22:15, Biswapriyo Nath wrote: > > On Thursday, August 29, 2019, Corinna Vinschen > > 1a. In fhandler_pty_mater::ioctl function, shouldn't the function pointer > >

Re: Doxygen 1.8.16

2019-08-30 Thread Ken Brown
On 8/30/2019 12:52 PM, Yaakov Selkowitz wrote: > On Fri, 2019-08-30 at 12:42 +, Ken Brown wrote: >> On 8/29/2019 11:34 AM, Yaakov Selkowitz wrote: >>> On Thu, 2019-08-29 at 14:25 +, Ken Brown wrote: On 8/29/2019 8:51 AM, Kptain wrote: > Is it possible to make available release

Command line processing in dcrt0.cc does not match Microsoft parsing rules

2019-08-30 Thread Stephen Provine via cygwin
The standard rules for Microsoft command line processing are documented here: https://docs.microsoft.com/en-us/previous-versions/17w5ykft(v=vs.85) The Cygwin code for command line processing is in dcrt0.cc, function build_argv. The behaviors do not match. For instance, given a test.sh

Re: Is there no other run-parts in cygwin?

2019-08-30 Thread Brian Inglis
On 2019-08-30 02:13, Andrey Repin wrote: > The only run-parts thing I've found comes with busybox. > Is there no standalone one? I downloaded it from Cygwin ports years ago - found repos at: http://ftp.tcrc.edu.tw/Unix/sourceware.org/cygwinports/x86_64/release/debianutils/

Re: Doxygen 1.8.16

2019-08-30 Thread Yaakov Selkowitz
On Fri, 2019-08-30 at 12:42 +, Ken Brown wrote: > On 8/29/2019 11:34 AM, Yaakov Selkowitz wrote: > > On Thu, 2019-08-29 at 14:25 +, Ken Brown wrote: > > > On 8/29/2019 8:51 AM, Kptain wrote: > > > > Is it possible to make available release 1.8.16 of Doxygen as lot of > > > > fixes > > > >

Re: [ANNOUNCEMENT] TEST: Cygwin 3.1.0-0.3

2019-08-30 Thread Corinna Vinschen
On Aug 31 03:20, Takashi Yano wrote: > On Fri, 30 Aug 2019 09:55:23 +0200 > Corinna Vinschen wrote: > > On Aug 29 22:15, Biswapriyo Nath wrote: > > > On Thursday, August 29, 2019, Corinna Vinschen > > > 1a. In fhandler_pty_mater::ioctl function, shouldn't the function pointer > > > be checked

Re: Altera NIOSII

2019-08-30 Thread cygwinautoreply
>We have an Engineer having issues with Altera 13.0sp1. Would you please le= >t us know if this version will work with Windows 10 64-bit or if an update = >is required? Here's the error message he's receiving but he doesn't give u= >s the online search points he's using: >"When I try to run

[ANNOUNCEMENT] emacs 26.3-2

2019-08-30 Thread Ken Brown
The following packages have been uploaded to the Cygwin distribution: * emacs-26.3-2 * emacs-common-26.3-2 * emacs-X11-26.3-2 * emacs-w32-26.3-2 * emacs-lucid-26.3-2 [There was an unannounced 26.3-1 available for a short time, but it was removed because of a packaging error.] Emacs is a

[ANNOUNCEMENT] stow 2.3.1-1

2019-08-30 Thread Andrew Schulman via cygwin
stow 2.3.1-1 is now available in Cygwin. This release has a few bug fixes, mainly removal of a run-time dependency on the Perl Hash::Merge and Clone::Choose libraries. See the upstream changelog at https://git.savannah.gnu.org/cgit/stow.git/tree/NEWS. Stow manages the installation of local

RE: Command line processing in dcrt0.cc does not match Microsoft parsing rules

2019-08-30 Thread Stephen Provine via cygwin
> Cygwin command line parsing has to match Unix shell command line processing, > like argument splitting, joining within single or double quotes or after a > backslash escaped white space characters, globbing, and other actions normally > performed by a shell, when any Cygwin program is invoked

Re: [ANNOUNCEMENT] TEST: Cygwin 3.1.0-0.3

2019-08-30 Thread Biswapriyo Nath
On Friday, August 30, 2019, Takashi Yano wrote: > If ioctl(TIOCSWINSZ, ...) is called from other process, it fails. The HPCON isn't a handle. It's a pointer of a struct of three handles. In my opinion, I think it's consistent with pty functions in libc. Like in forkpty(2) the pid is returned in

[ANNOUNCEMENT] doxygen 1.8.16-1

2019-08-30 Thread Ken Brown
The following packages have been uploaded to the Cygwin distribution: * doxygen-1.8.16-1 * doxygen-doxywizard-1.8.16-1 Doxygen is a documentation system for C++, C, Java, Objective-C, IDL (Corba and Microsoft flavours) and to some extent PHP, C#, and D. This is an update to the latest upstream

Materials Research International - Call for Papers for inaugural Issue

2019-08-30 Thread Materials Sciences Journal
Materials Research International Subject : Call for Manuscripts - Materials Research International About : Materials Research International The Materials Research International is an international, chargeless, peer-reviewed, subscription based journal that aims to publish the latest research

Re: [ANNOUNCEMENT] TEST: Cygwin 3.1.0-0.3

2019-08-30 Thread Takashi Yano
On Sat, 31 Aug 2019 02:51:34 +0530 Biswapriyo Nath wrote: > On Friday, August 30, 2019, Takashi Yano wrote: > The HPCON isn't a handle. It's a pointer of a struct of three handles. In > my opinion, I think it's consistent with pty functions in libc. Like in > forkpty(2) the pid is returned in

Re: Command line processing in dcrt0.cc does not match Microsoft parsing rules

2019-08-30 Thread Brian Inglis
On 2019-08-30 14:59, Stephen Provine wrote: >> Cygwin command line parsing has to match Unix shell command line processing, >> like argument splitting, joining within single or double quotes or after a >> backslash escaped white space characters, globbing, and other actions >> normally >>

Re: Command line processing in dcrt0.cc does not match Microsoft parsing rules

2019-08-30 Thread Brian Inglis
On 2019-08-30 13:16, Stephen Provine via cygwin wrote: > The standard rules for Microsoft command line processing are documented here: > https://docs.microsoft.com/en-us/previous-versions/17w5ykft(v=vs.85) > The Cygwin code for command line processing is in dcrt0.cc, function > build_argv. >

Re: bug with grep 3.0.2 in cygwin 3.0.7

2019-08-30 Thread Brian Inglis
On 2019-08-29 19:42, Eliot Moss wrote: > On 8/29/2019 3:08 PM, Andrey Repin wrote: >>> I encounter some problem with grep option -E on cygwin 3.0.7 >>> echo "a^b" | grep "a^b" #answer a^b ie it's OK >>> but >>> echo "a^b" | grep -E "a^b" #answer nothing " for me it's KO >> That's an expected

stow 2.3.1-1

2019-08-30 Thread Andrew Schulman
stow 2.3.1-1 is now available in Cygwin. This release has a few bug fixes, mainly removal of a run-time dependency on the Perl Hash::Merge and Clone::Choose libraries. See the upstream changelog at https://git.savannah.gnu.org/cgit/stow.git/tree/NEWS. Stow manages the installation of local

emacs 26.3-2

2019-08-30 Thread Ken Brown
The following packages have been uploaded to the Cygwin distribution: * emacs-26.3-2 * emacs-common-26.3-2 * emacs-X11-26.3-2 * emacs-w32-26.3-2 * emacs-lucid-26.3-2 [There was an unannounced 26.3-1 available for a short time, but it was removed because of a packaging error.] Emacs is a

doxygen 1.8.16-1

2019-08-30 Thread Ken Brown
The following packages have been uploaded to the Cygwin distribution: * doxygen-1.8.16-1 * doxygen-doxywizard-1.8.16-1 Doxygen is a documentation system for C++, C, Java, Objective-C, IDL (Corba and Microsoft flavours) and to some extent PHP, C#, and D. This is an update to the latest upstream