RE: [PATCH] : make cygpath use multiple filename arguments

2003-10-14 Thread Hannu E K Nevalainen
> From: Mark Blackburn > Sent: Friday, July 18, 2003 4:03 PM (Reply on original posting containing the patch) I've found this patch to be a nice addition. It seems not have "made it" into cygpath.cc, was there a cause for that? /Hannu E K Nevalainen, B.Sc. EE - 59°16.37'N, 17°12.60'E -- UTC+01,

Re: [PATCH] : make cygpath use multiple filename arguments

2003-07-18 Thread Mark Blackburn
Randall R Schulz wrote: Mark, Cygpath will process multiple names when it's operating as a filter. I suggest that your patch be changed to print each converted argument on a separate line. Randall Schulz At 13:53 2003-07-17, Mark Blackburn wrote: Dunno if anybody will find this useful or not

Re: [PATCH] : make cygpath use multiple filename arguments

2003-07-17 Thread Randall R Schulz
Mark, Cygpath will process multiple names when it's operating as a filter. I suggest that your patch be changed to print each converted argument on a separate line. Randall Schulz At 13:53 2003-07-17, Mark Blackburn wrote: Dunno if anybody will find this useful or not: Currently if you say:

Re: [PATCH] : make cygpath use multiple filename arguments

2003-07-17 Thread Mark Blackburn
Picky, picky... Rolf Campbell wrote: What about filenames with spaces in them? Wouldn't the output be ambiguous? Mark Blackburn wrote: Dunno if anybody will find this useful or not: Currently if you say: # cygpath -w /usr /lib you get a usage error. With my patch you get: # cygpath -w /us

Re: [PATCH] : make cygpath use multiple filename arguments

2003-07-17 Thread Rolf Campbell
What about filenames with spaces in them? Wouldn't the output be ambiguous? Mark Blackburn wrote: Dunno if anybody will find this useful or not: Currently if you say: # cygpath -w /usr /lib you get a usage error. With my patch you get: # cygpath -w /usr /lib c:\cygwin\usr c:\cygwin\lib Mark.

[PATCH] : make cygpath use multiple filename arguments

2003-07-17 Thread Mark Blackburn
Dunno if anybody will find this useful or not: Currently if you say: # cygpath -w /usr /lib you get a usage error. With my patch you get: # cygpath -w /usr /lib c:\cygwin\usr c:\cygwin\lib Mark. Index: utils/cygpath.cc === RCS fil