Re: misalignment in ls -l in fr_FR locale

2009-03-23 Thread Pádraig Brady
Pádraig Brady wrote: Oh right: http://sourceware.org/bugzilla/show_bug.cgi?id=9859 http://sourceware.org/cgi-bin/cvsweb.cgi/libc/localedata/locales/fr_FR.diff?r1=1.14r2=1.15cvsroot=glibcf=h Wow misaligned names are surprisingly unreadable: $ LANG=ga_IE.utf8 TIME_STYLE=+%b %e %H:%M ./ls -l

Re: new snapshot available: coreutils-7.1.71-e0149

2009-03-23 Thread Matthew Woehlke
Jim Meyering wrote: tests: df/total-verify: avoid test failure with older Perl Ironically, I might not be able to test this one. I expect perl's 'make check' to fail which will avoid it being installed on AIX; every other box now has 5.10.0 as I got sick of inconsistent, outdated, or

[PATCH] ls: make possible to disable hard links highlighting

2009-03-23 Thread Kamil Dudka
Hello, promissed patch for ls to disable hard links highlighting is attached. A simple test case is included. Kamil On Friday 20 March 2009 13:43:03 Kamil Dudka wrote: On Friday 20 of March 2009 12:15:34 Pádraig Brady wrote: Wes Morgan wrote: The new hard link highlighting would be nicer

Re: coreutils 7.1.49-ebb9 FTB sparc/Solaris, AIX

2009-03-23 Thread Matthew Woehlke
Eric Blake wrote: sys/types.h would be the wrong place to add it; POSIX only requires its definition in signal.h. And that is fortunate, since gnulib has not yet tackled sys/types but does have signal.in.h already. Does the first patch solve things for you? I can't test the configure part

avoid decl-before-stmt patch

2009-03-23 Thread Matthew Woehlke
Here's the patch I used to get my AIX build going. As noted previously, I do not have copyright assignment and am unlikely to be able to obtain it. (I'd also argue that - given that a trained monkey could produce this patch - it shouldn't be needed for this, but IANAL :-).) (Note: this would

Re: ls -v is still inconsistent

2009-03-23 Thread Kamil Dudka
On Saturday 21 March 2009 00:03:30 Kamil Dudka wrote: On Friday 20 of March 2009 22:25:30 Bob Proulx wrote: The '~' is often used in package version numbers. It sorts before the version without it. For example the rule[1] for generating a stable backport from the latest unstable version

Re: ls -v is still inconsistent

2009-03-23 Thread Bob Proulx
Kamil Dudka wrote: Kamil Dudka wrote: I'll look at it deeper next week and check if the new regex works in all cases. The Debian's backport suffix ~bpo${debian_release}+${build_int} seems to be safe in the context of this patch. Thanks to the '+' it can be never matched as a file

[bug #24949] coreutils pwd not implementing latest POSIX features

2009-03-23 Thread Eric Blake
Follow-up Comment #3, bug #24949 (project coreutils): How about the attached patch? (file #17780) ___ Additional Item Attachment: File name: coreutils.patch1 Size:9 KB

[bug #24949] coreutils pwd not implementing latest POSIX features

2009-03-23 Thread Eric Blake
Update of bug #24949 (project coreutils): Status:None = In Progress Assigned to:None = ericb ___ Reply to this item at:

DD problem

2009-03-23 Thread Douglas Ritter
___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils

Re: [PATCH] ls: make possible to disable hard links highlighting

2009-03-23 Thread Pádraig Brady
Kamil Dudka wrote: Hello, promissed patch for ls to disable hard links highlighting is attached. A simple test case is included. This is better, but dircolors still outputs the hl=44;37 code and so this will still be enabled by default. This should be disabled by default, and IMHO the number