public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: TIOCPKT mode of PTY is broken if ONLCR bit is cleared.
Date: Mon, 23 Mar 2015 16:39:00 -0000	[thread overview]
Message-ID: <20150323100823.GE3017@calimero.vinschen.de> (raw)
In-Reply-To: <20150321104031.9dc198eb8aa4e7652e0a7a51@nifty.ne.jp>

[-- Attachment #1: Type: text/plain, Size: 1595 bytes --]

Hi Takashi,

On Mar 21 10:40, Takashi Yano wrote:
> Hi Corinna,
> 
> On Fri, 20 Mar 2015 20:12:32 +0100
> Corinna Vinschen <corinna-cygwin@cygwin.com> wrote:
> 
> > > For the time being, can you send your assignment as PDF via email
> > > to my company email address <vinschen AT redhat DOT com> just so
> > > we make sure it arrived in *some* way?
> > 
> > Even better.  We got legal approval that we can use signed PDFs via
> > email alone, and that sending snail mail isn't required anymore.
> > Just sendthe PDF to <ges-info AT redhat DOT com>.
> 
> Thank you very much for your effort for approving
> PDF copyright assignment.
> 
> I have just sent it via e-mail.

And it's all set, finally.  Thanks a lot for not giving up on us :)

With this out of the way, I'm just looking through your patch and it
looks good to me.  I have only a few minor style nits:

+                     rc ++;

No space between the variable and the increment operator, please.

+                 if ((get_ttyp ()->ti.c_oflag & ONOCR) && get_ttyp ()->column == 0)

Please try to keep lines <= 80 chars:

+                 if ((get_ttyp ()->ti.c_oflag & ONOCR)
+                     && get_ttyp ()->column == 0)

However, due to the changes in fhandler_tty.cc, this patch doesn't
apply cleanly anymore.  Any chance you could resend it (ideally to the
cygwin-patches ML) diff'ed against git HEAD?


Thanks a lot,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2015-03-23 10:08 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-28 12:16 Takashi Yano
2015-02-28 17:02 ` Corinna Vinschen
2015-03-02 12:05   ` Takashi Yano
2015-03-02 14:27     ` Corinna Vinschen
2015-03-05 10:53       ` Takashi Yano
2015-03-05 12:47         ` Corinna Vinschen
2015-03-18 15:16     ` Corinna Vinschen
2015-03-18 16:27       ` Bengt-Arne Fjellner
2015-03-18 18:46         ` Corinna Vinschen
2015-03-18 23:22       ` Takashi Yano
2015-03-19  8:36         ` Corinna Vinschen
2015-03-20 19:21           ` Corinna Vinschen
2015-03-20 19:44             ` Eric Blake
2015-03-20 21:22               ` Corinna Vinschen
2015-03-21  2:14             ` Takashi Yano
2015-03-23 16:39               ` Corinna Vinschen [this message]
2015-03-24 15:07                 ` Corinna Vinschen
2015-03-25 12:41                 ` Takashi Yano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150323100823.GE3017@calimero.vinschen.de \
    --to=corinna-cygwin@cygwin.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).