bug#19377: bug#19378: [PATCH 3/4] cat, chcon, chgrp, chmod, chown, cp, du, head: support wildcards on OS/2

2014-12-15 Thread Pádraig Brady
On 15/12/14 01:15, KO Myung-Hun wrote: > > > Pádraig Brady wrote: >> forcemerge 19378 19377 >> stop >> >> On 14/12/14 03:47, KO Myung-Hun wrote: >>> And ln,ls,mv,rm,tail. >>> >>> * src/cat.c (main): Expand wildcards on OS/2. >>> * src/chcon.c (main): Likewise. >>> * src/chgrp.c (main): Likewise.

bug#19377: bug#19378: [PATCH 3/4] cat, chcon, chgrp, chmod, chown, cp, du, head: support wildcards on OS/2

2014-12-15 Thread Jim Meyering
On Mon, Dec 15, 2014 at 12:57 AM, Pádraig Brady wrote: > On 15/12/14 01:15, KO Myung-Hun wrote: >> >> >> Pádraig Brady wrote: >>> forcemerge 19378 19377 >>> stop >>> >>> On 14/12/14 03:47, KO Myung-Hun wrote: And ln,ls,mv,rm,tail. * src/cat.c (main): Expand wildcards on OS/2. *

bug#19377: bug#19378: [PATCH 3/4] cat, chcon, chgrp, chmod, chown, cp, du, head: support wildcards on OS/2

2014-12-15 Thread KO Myung-Hun
Pádraig Brady wrote: > On 15/12/14 01:15, KO Myung-Hun wrote: >> >> >> Pádraig Brady wrote: >>> forcemerge 19378 19377 >>> stop >>> >>> On 14/12/14 03:47, KO Myung-Hun wrote: And ln,ls,mv,rm,tail. * src/cat.c (main): Expand wildcards on OS/2. * src/chcon.c (main): Likewise. >>

bug#19377: bug#19378: [PATCH 3/4] cat, chcon, chgrp, chmod, chown, cp, du, head: support wildcards on OS/2

2014-12-15 Thread KO Myung-Hun
Jim Meyering wrote: > On Mon, Dec 15, 2014 at 12:57 AM, Pádraig Brady wrote: >> On 15/12/14 01:15, KO Myung-Hun wrote: >>> >>> >>> Pádraig Brady wrote: forcemerge 19378 19377 stop On 14/12/14 03:47, KO Myung-Hun wrote: > And ln,ls,mv,rm,tail. > > * src/cat.c (main

bug#19377: bug#19378: [PATCH 3/4] cat, chcon, chgrp, chmod, chown, cp, du, head: support wildcards on OS/2

2014-12-15 Thread Paul Eggert
KO Myung-Hun wrote: /* Redirection and wildcarding when done by the utility itself. Generally a noop, but used in particular for native VMS. */ #ifndef initialize_main -# define initialize_main(ac, av) +# ifndef __OS2__ +# define initialize_main(ac, av) +# else What happened to VMS?

bug#19377: bug#19378: [PATCH 3/4] cat, chcon, chgrp, chmod, chown, cp, du, head: support wildcards on OS/2

2014-12-15 Thread KO Myung-Hun
Paul Eggert wrote: > KO Myung-Hun wrote: >> /* Redirection and wildcarding when done by the utility itself. >> Generally a noop, but used in particular for native VMS. */ >> #ifndef initialize_main >> -# define initialize_main(ac, av) >> +# ifndef __OS2__ >> +# define initialize_main(ac

bug#19377: bug#19378: [PATCH 3/4] cat, chcon, chgrp, chmod, chown, cp, du, head: support wildcards on OS/2

2014-12-15 Thread Jim Meyering
On Mon, Dec 15, 2014 at 8:35 PM, KO Myung-Hun wrote: > Paul Eggert wrote: >> KO Myung-Hun wrote: >>> /* Redirection and wildcarding when done by the utility itself. >>> Generally a noop, but used in particular for native VMS. */ >>> #ifndef initialize_main >>> -# define initialize_main(ac

bug#19377: bug#19378: [PATCH 3/4] cat, chcon, chgrp, chmod, chown, cp, du, head: support wildcards on OS/2

2014-12-15 Thread KO Myung-Hun
Jim Meyering wrote: > On Mon, Dec 15, 2014 at 8:35 PM, KO Myung-Hun wrote: >> Paul Eggert wrote: >>> KO Myung-Hun wrote: /* Redirection and wildcarding when done by the utility itself. Generally a noop, but used in particular for native VMS. */ #ifndef initialize_main >>>