diff options
author | Jim Meyering <jim@meyering.net> | 2004-02-18 13:50:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-02-18 13:50:42 +0000 |
commit | 563290e8ada2ff53d58ecc0d6eba699eddd8fd42 (patch) | |
tree | a6134f730af81df433ab69830fb39c2676aa61ee /TODO | |
parent | 2cad649afcae5eb5c3ee7151e0d4771cc0444650 (diff) | |
download | coreutils-563290e8ada2ff53d58ecc0d6eba699eddd8fd42.tar.xz |
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -133,7 +133,15 @@ Adapt these contribution guidelines for coreutils: http://sources.redhat.com/automake/contribute.html -Changes expected to go in, post-5.2.0: +Bug-fix changes expected to go in, right after 5.2.0: +==================================================== + + POSIX requires that `ls a-dir b-file' list b-file first. + + expr patch from Paul Eggert + + +Changes expected to go in, post-5.2.1: ====================================== du and wc: add an option, --from0-file, to make them read NUL-delimited |