diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-31 10:59:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-31 10:59:40 +0000 |
commit | 4d6314bb53664c8e323132b0d5022e7a83c398a0 (patch) | |
tree | 8bea1381faca9f21aa15566fdf0d0a1adddf852d /TODO | |
parent | 681e6be8f0a6a5c4703711747ae6fc474e162949 (diff) | |
download | coreutils-4d6314bb53664c8e323132b0d5022e7a83c398a0.tar.xz |
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -63,3 +63,12 @@ seq: consider allowing format string to contain no %-directives dd: consider adding an option to suppress `bytes/block read/written' output to stderr. Suggested here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=165045 + +nl: fix this bug: + http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177256 + # printf 'a\n\n'|nl|cat -A + 1^Ia$ + $ + $ + +m4: rename all macros that start with AC_ to start with another prefix |