Re: coreutils-5.94 imminent

2006-02-13 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jim Meyering on 2/9/2006 1:56 AM: I'm hoping to release coreutils-5.94 soon. If anyone sees something on the trunk that they want but that's not yet in 5.94, please speak up now. So far, my policy has been to apply only bug fixes.

Minor patch

2006-02-13 Thread Charles Longeau
Hello, Here's a little patch about some memory leaks found with valgrind, on sort, tail and uptime. Best regards, Charles Longeau Index: src/sort.c === RCS file: /sources/coreutils/coreutils/src/sort.c,v retrieving revision 1.335

Maybe a bug

2006-02-13 Thread Jorge Bastos - Decimal
DecimalHi, I used du in 2 formats, and the number os bytes doesn't correspond to the number os megabytes. Shouldn't i have another value for the 2du -sb ? The value for the du -sm is the correct value. Jorge Bastos flecha:/home/alojamento/inducar.pt# du -sb . 80066621.

Re: coreutils-5.94 imminent

2006-02-13 Thread Phillip Susi
Shouldn't it be made consistent? IMHO, the command mv a b/ means move the file or directory named a into the directory named b, so if b does not exist or is not a directory, it should fail. If you want to make mv deviate from this behavior, then at least shouldn't it behave the same on all

Re: Maybe a bug

2006-02-13 Thread Paul Eggert
Jorge Bastos - Decimal [EMAIL PROTECTED] writes: I used du in 2 formats, and the number os bytes doesn't correspond to the number os megabytes. As du --help explains, du -b is not the same thing as du --block-size=1. It also sets the --apparent-size option, which explains the discrepancy you

Re: Minor patch

2006-02-13 Thread Paul Eggert
Charles Longeau [EMAIL PROTECTED] writes: Here's a little patch about some memory leaks found with valgrind, on sort, tail and uptime. The changes that you propose will slow the programs down slightly and make them slightly bigger. The changes won't save any memory, since the programs in

Re: Minor patch

2006-02-13 Thread Jim Meyering
Paul Eggert [EMAIL PROTECTED] wrote: Charles Longeau [EMAIL PROTECTED] writes: Here's a little patch about some memory leaks found with valgrind, on sort, tail and uptime. Thanks for the report, but those aren't really leaks. The changes that you propose will slow the programs down slightly

Re: od swap support?

2006-02-13 Thread Paul A. Clarke
Paul Eggert wrote: Paul A. Clarke [EMAIL PROTECTED] writes: Is there any interest in adding a flag to od to support byteswapping? Would dd conv=swab | od suffice? No. dd conv=swab only swaps byte pairs, thus 32bit or 64bit structured data will not appear correctly unswapped:

coreutils-5.94 released [stable]

2006-02-13 Thread Jim Meyering
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The GNU coreutils package contains the following programs: [ basename cat chgrp chmod chown chroot cksum comm cp csplit cut date dd df dir dircolors dirname du echo env expand expr factor false fmt fold ginstall groups head hostid hostname id