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 i
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 mast
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
>> performe
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
> 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 fro
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 r
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.
> T
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 befo
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 script
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
> > be
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 1.8.
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
> > > >
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/
http://ftp.nchu.edu.tw
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 powerful
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 softwar
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
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.
> >
> > Rega
>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 t
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 Alter
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.
>
> W
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 c
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: htt
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: http://cyg
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
> > > +++ b/winsup/cygwin/d
[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 f
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 to
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 "a
27 matches
Mail list logo