[coreutils] [PATCH] maint: add a missed fadvise-tests module

2010-11-15 Thread Pádraig Brady
commit b19733bb42e1897afd93f40aeca83e76013f7075 Author: Pádraig Brady p...@draigbrady.com Date: Mon Nov 15 09:36:16 2010 + maint: add a missed fadvise-tests module * gl/modules/fadvise-tests: Add the module previously missed in commit 63b5e816, 2010-07-14, fadvise: new module

Re: [coreutils] [PATCH] maint: add a missed fadvise-tests module

2010-11-15 Thread Jim Meyering
Pádraig Brady wrote: maint: add a missed fadvise-tests module * gl/modules/fadvise-tests: Add the module previously missed in commit 63b5e816, 2010-07-14, fadvise: new module * gl/tests/test-fadvise.c: Add a comment as to why we don't check return values. Looks

bug#7407: about the order result of the sort command

2010-11-15 Thread 黄东喜
[huangdon...@localhost ~]$ echo 1001661 277 1001662 888 100166 73 | sort 1001661 277 1001662 888 100166 73 It should be 100166 73 1001661 277 1001662 888 It is different from the sort order of the “join” command. Tel: 0755-86676269, 13510610982 Email:dongxi.huang

bug#7399: du may count one file multiple times if it visible through multiple mounts

2010-11-15 Thread Jim Meyering
Paul Eggert wrote: On 11/14/2010 05:16 AM, Evgeny Kapun wrote: Some kernels, such as Linux, permit mounting one filesystem multiple times. This can make multiple paths refer to the same file, although neither hard nor symbolic links are involved. GNU du (as well as a lot of other programs I

bug#7407: about the order result of the sort command

2010-11-15 Thread Eric Blake
On 11/15/2010 01:17 AM, 黄东喜 wrote: [huangdon...@localhost ~]$ echo 1001661 277 1001662 888 100166 73 | sort 1001661 277 1001662 888 100166 73 Thanks for the report. However, this is most likely not a bug in sort, but in your expectations. This is a FAQ, and is probably due to

bug#7203: [PATCH] sort: fix unportable conversion of unsigned char * - char *

2010-11-15 Thread Pádraig Brady
On 12/10/10 23:17, Pádraig Brady wrote: On 12/10/10 22:54, Pádraig Brady wrote: On 12/10/10 22:28, Jim Meyering wrote: Paul Eggert wrote: This is another portability bug caught by the Sun C compiler. Without this patch, cc complains: sort.c, line 3933: warning: assignment type mismatch: