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

2014-12-18 Thread KO Myung-Hun
to 19...@debbugs.gnu.org. #19375 was closed without applied. Any problem ? [..] Subject: [PATCH 1/4] doc: add $(EXEEXT) suffix to the executables From: KO Myung-Hun kom...@gmail.com Date: 14-12-14 12:47 오후 To: bug-coreutils@gnu.org To: bug-coreutils@gnu.org * man/local.mk

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

2014-12-18 Thread KO Myung-Hun
Pádraig Brady wrote: reopen 19377 stop On 19/12/14 01:13, KO Myung-Hun wrote: GNU bug Tracking System wrote: Your bug report #19377: [PATCH 1/4] doc: add $(EXEEXT) suffix to the executables which was filed against the coreutils package, has been closed. The explanation is attached

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. * 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 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, av

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 kom...@gmail.com 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

bug#19374: [PATCH 2/4] build: configure.ac: support a response file on OS/2

2014-12-14 Thread KO Myung-Hun
Pádraig Brady wrote: forcemerge 19374 19377 stop On 14/12/14 03:47, KO Myung-Hun wrote: * configure.ac (LDFLAGS): Add -Zargs-resp on os2*. This imparts no information. Please comment as to the why rather than the what. Fixed. --- configure.ac | 3 +++ 1 file changed, 3

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

2014-12-14 Thread KO Myung-Hun
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. * src/chmod.c (main): Likewise. * src/chown.c (main): Likewise

bug#19377: bug#19376: [PATCH 4/4] build: use -pi.bak instead of -pi

2014-12-14 Thread KO Myung-Hun
Jim Meyering wrote: On Sun, Dec 14, 2014 at 5:25 AM, Pádraig Brady p...@draigbrady.com wrote: forcemerge 19376 19377 stop On 14/12/14 03:47, KO Myung-Hun wrote: This fixes the following error. - Can't do inplace edit without backup. - * Makefile.am (dist-hook): Use -pi.bak

bug#19374: [PATCH 2/4] build: configure.ac: support a response file on OS/2

2014-12-13 Thread KO Myung-Hun
* configure.ac (LDFLAGS): Add -Zargs-resp on os2*. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 0744964..7cb1085 100644 --- a/configure.ac +++ b/configure.ac @@ -589,6 +589,9 @@ AM_GNU_GETTEXT_VERSION([0.18.1]) # For a test of uniq: it

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

2014-12-13 Thread KO Myung-Hun
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. * src/chmod.c (main): Likewise. * src/chown.c (main): Likewise. * src/cp.c (main): Likewise. * src/du.c (main): Likewise. * src/head.c (main): Likewise. * src/ln.c

bug#19376: [PATCH 4/4] build: use -pi.bak instead of -pi

2014-12-13 Thread KO Myung-Hun
This fixes the following error. - Can't do inplace edit without backup. - * Makefile.am (dist-hook): Use -pi.bak instead of -pi. * bootstrap.conf (bootstrap_epilogue): Likewise. --- Makefile.am| 2 +- bootstrap.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff

bug#19377: [PATCH] OS/2 patches

2014-12-13 Thread KO Myung-Hun
Hi/2. These are OS/2 patches for coreutils. Review, please... [PATCH 1/4] doc: add $(EXEEXT) suffix to the executables [PATCH 2/4] build: configure.ac: support a response file on OS/2 [PATCH 3/4] cat,chcon,chgrp,chmod,chown,cp,du,head: support wildcards [PATCH 4/4] build: use -pi.bak instead of

bug#19375: [PATCH 1/4] doc: add $(EXEEXT) suffix to the executables

2014-12-13 Thread KO Myung-Hun
* man/local.mk: Add $(EXEEXT) suffix to the executables. --- man/local.mk | 217 ++- 1 file changed, 109 insertions(+), 108 deletions(-) diff --git a/man/local.mk b/man/local.mk index 24cdce0..6687502 100644 --- a/man/local.mk +++