Re: join problem

2006-08-04 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please keep replies on the list, so that others may see the conclusion or add to this thread. According to Thomas Turner on 8/3/2006 12:49 PM: Are you sure they are sorted correctly for your locale? The difference may be explained by different

true.c is bloated, I suggest int main() { return 0; }

2006-08-04 Thread Helge Hafting
I noticed that the true and false programs are somewhat bloated, on i386 they need 3 4k-pages of code when the trivial implementation in the subject line only need one. Yes, I know this is a small issue, but still: No need for software of excessive size. I examined the source, and found that

Re: true.c is bloated, I suggest int main() { return 0; }

2006-08-04 Thread Philip Rowlands
On Fri, 4 Aug 2006, Helge Hafting wrote: I noticed that the true and false programs are somewhat bloated, on i386 they need 3 4k-pages of code when the trivial implementation in the subject line only need one. [snip] I can only guess that someone is trying to standardize the use of --help