bug#14283: RFE: ls should display presence of capabilities on a file

2014-08-01 Thread Pádraig Brady
On 04/27/2013 10:35 AM, Pádraig Brady wrote: severity 14283 wishlist On 04/27/2013 03:26 AM, Linda Walsh wrote: Just as 'l's displays the presence of access lists by putting a '+' after the normal mode-bits, perhaps it could put a '^' after mode-bits to indicate capabilities are set. I'm

bug#18062: [PATCH] chroot: always change to / if not changing credentials

2014-08-01 Thread Bernhard Voelker
On 08/01/2014 11:32 AM, Pádraig Brady wrote: Looks good. Pushed: https://git.sv.gnu.org/cgit/coreutils.git/commit/?id=0cf7b1d9 Thanks for the review! Have a nice day, Berny

bug#18168: Bug in sort -V ?

2014-08-01 Thread Schleusener, Jens
Hi, I am not sure if it's a bug or not but for my application cases the sort command with use of the very helpful option -V (natural sort of (version) numbers within text) not always delivers the by me expected output. Example input file (with four test cases): 1.0.5_src.tar.gz

bug#18169: sort

2014-08-01 Thread Pádraig Brady
tag 18169 notabug close 18169 stop On 08/01/2014 03:38 PM, sudhakara.madduk...@consult.nordea.com wrote: Hi, Sort -A [Filename] is not working. How to handle Sorts on a byte-by-byte basis using ASCII collation order instead of collation in the current locale using sort command LC_ALL=C

bug#18145: memory leak in pwd

2014-08-01 Thread Bob Proulx
srinivas devaki wrote: i think there is a memory leak in pwd.c I’m extremely sorry if this is wrong. I’m sending the git diff. + free (wd); exit (EXIT_SUCCESS); There is never a need to free memory before exiting from a program. All work being done to free up the memory,

bug#18057: [PATCH] Find tail.c in srcdir, not builddir

2014-08-01 Thread Paul Eggert
Andreas Schwab wrote: -break_src=$abs_top_builddir/src/tail.c +break_src=$abs_top_srcdir/src/tail.c Thanks; I installed that.

bug#18057: [PATCH] Find tail.c in srcdir, not builddir

2014-08-01 Thread Pádraig Brady
On 08/01/2014 08:52 PM, Paul Eggert wrote: Andreas Schwab wrote: -break_src=$abs_top_builddir/src/tail.c +break_src=$abs_top_srcdir/src/tail.c Thanks; I installed that. Looks good thanks. I thought there might also be an issue with at least $abs_top_builddir/src/coreutils.h, but that's