Re: New modes for cygpath that terminate path with null byte, nothing

2012-08-16 Thread Corinna Vinschen
On Aug 14 22:11, Daniel Colascione wrote: > On 8/14/12 10:02 PM, Christopher Faylor wrote: > > On Tue, Aug 14, 2012 at 02:49:17PM -0700, Daniel Colascione wrote: > >> On 7/27/2012 2:32 AM, Corinna Vinschen wrote: > >>> There's just the problem of the copyright assignment. If you want to > >>> prov

Re: New modes for cygpath that terminate path with null byte, nothing

2012-08-14 Thread Daniel Colascione
On 8/14/12 10:02 PM, Christopher Faylor wrote: > On Tue, Aug 14, 2012 at 02:49:17PM -0700, Daniel Colascione wrote: >> On 7/27/2012 2:32 AM, Corinna Vinschen wrote: >>> There's just the problem of the copyright assignment. If you want to >>> provide a non-obvious patch, or if the patch adds new fu

Re: New modes for cygpath that terminate path with null byte, nothing

2012-08-14 Thread Christopher Faylor
On Tue, Aug 14, 2012 at 02:49:17PM -0700, Daniel Colascione wrote: >On 7/27/2012 2:32 AM, Corinna Vinschen wrote: >> There's just the problem of the copyright assignment. If you want to >> provide a non-obvious patch, or if the patch adds new functionality, we >> need a copyright assignment from y

Re: New modes for cygpath that terminate path with null byte, nothing

2012-08-14 Thread Daniel Colascione
Hi Corinna, On 7/27/2012 2:32 AM, Corinna Vinschen wrote: > There's just the problem of the copyright assignment. If you want to > provide a non-obvious patch, or if the patch adds new functionality, we > need a copyright assignment from you. Please see the section "Before > you get started" on

Re: New modes for cygpath that terminate path with null byte, nothing

2012-07-27 Thread Christopher Faylor
On Fri, Jul 27, 2012 at 01:08:02AM -0700, Daniel Colascione wrote: >I wrote this patch because I often write this: > >$ cygpath -aw foo > /dev/clipboard > >Today, cygpath always appends a newline to the information in the >clipboard, which is annoying when trying to paste into a program that >inter

Re: New modes for cygpath that terminate path with null byte, nothing

2012-07-27 Thread Corinna Vinschen
Hi Daniel, On Jul 27 01:08, Daniel Colascione wrote: > I wrote this patch because I often write this: > > $ cygpath -aw foo > /dev/clipboard > > Today, cygpath always appends a newline to the information in the > clipboard, which is annoying when trying to paste into a program that > interprets

New modes for cygpath that terminate path with null byte, nothing

2012-07-27 Thread Daniel Colascione
I wrote this patch because I often write this: $ cygpath -aw foo > /dev/clipboard Today, cygpath always appends a newline to the information in the clipboard, which is annoying when trying to paste into a program that interprets newlines specially. This patch implements two new options: -0/--null