bug#7042: df --help does not show `-m' option

2010-09-17 Thread Pádraig Brady
On 16/09/10 23:34, Paul Eggert wrote: On 09/16/10 11:21, Eric Blake wrote: document -m, with --block-size=M as the long-option spelling add -g, with --block-size=G as the long-option spelling This doesn't sound like a good idea. Multi-terabyte disks are already here, and df -t is already

bug#6402: [PATCH] rm: remove no-op -d option

2010-09-17 Thread Jim Meyering
Eric Blake wrote: * src/rm.c (long_opts, main): Resolve a fixme. * NEWS: Document the change. Based on a report by William Plusnick. --- Jim, what do you think of this alternative patch, which avoids the issue of a new translation string by instead letting getopt parsing reject -d like any

bug#7042: df --help does not show `-m' option

2010-09-17 Thread Erik Auerswald
Hi, On Fri, Sep 17, 2010 at 09:56:57AM +0100, Pádraig Brady wrote: On 16/09/10 23:34, Paul Eggert wrote: If we're going to make incompatible changes, I suggest that we solve the problem once and for all, by having df choose the default blocksize dynamically, based on the size of the

bug#6402: [PATCH] rm: remove no-op -d option

2010-09-17 Thread Eric Blake
On 09/17/2010 03:13 AM, Jim Meyering wrote: Jim, what do you think of this alternative patch, which avoids the issue of a new translation string by instead letting getopt parsing reject -d like any other unknown option? I like it. Thank you. ... --- a/NEWS ... + rm -d now issues an error

bug#7042: df --help does not show `-m' option

2010-09-17 Thread Andreas Schwab
Pádraig Brady p...@draigbrady.com writes: On 16/09/10 23:34, Paul Eggert wrote: If we're going to make incompatible changes, I suggest that we solve the problem once and for all, by having df choose the default blocksize dynamically, based on the size of the output line describing the

bug#7057: Use of JOIN with tab as delimiter

2010-09-17 Thread Magerman, Tom
I would like to use JOIN on tab delimited files in a Windows console window (with GNUwin32 CoreUtils), but I'm not able to specify tab as delimiter (-t switch). With the default settings, all tabs are replaced by spaces in my output file. Any solution for this problem? Kind regards, Tom

bug#7057: Use of JOIN with tab as delimiter

2010-09-17 Thread Eric Blake
On 09/17/2010 12:22 PM, Magerman, Tom wrote: I would like to use JOIN on tab delimited files in a Windows console window (with GNUwin32 CoreUtils), but I'm not able to specify tab as delimiter (-t switch). With the default settings, all tabs are replaced by spaces in my output file. Any

bug#7061: loop on touch (fdutimens)

2010-09-17 Thread C de-Avillez
Hello, I just built ran a quick test on coreutils GIT. I received a SEGV on touch, and ran it under GDB. Looks like a loop. Cheers, cer...@xango2:/build/buildd/coreutils$ gdb --args src/touch test GNU gdb (GDB) 7.2-ubuntu Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU

bug#7061: loop on touch (fdutimens)

2010-09-17 Thread Paul Eggert
On 09/17/2010 05:49 PM, C de-Avillez wrote: I just built ran a quick test on coreutils GIT. I received a SEGV on touch, and ran it under GDB. I don't observe the problem. I just now grabbed a fresh copy of coreutils. I ran your test on Ubuntu 10.04 x86 and on RHEL 5 x86-64. My guess is that

bug#7061: loop on touch (fdutimens)

2010-09-17 Thread C de-Avillez
On Fri, 17 Sep 2010 19:03:30 -0700 Paul Eggert egg...@cs.ucla.edu wrote: On 09/17/2010 05:49 PM, C de-Avillez wrote: I just built ran a quick test on coreutils GIT. I received a SEGV on touch, and ran it under GDB. I don't observe the problem. I just now grabbed a fresh copy of