diff options
author | Jim Meyering <jim@meyering.net> | 2000-03-04 12:53:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-03-04 12:53:49 +0000 |
commit | 7b2d50e3af769a53fdc098ef0e6f87b81f3430ed (patch) | |
tree | 80ee1f15d2c9c197257bdb9251b909b3da83e2ad /old/sh-utils | |
parent | e099a4b5eda237f7fcb0ffd61662256615fd5fa2 (diff) | |
download | coreutils-7b2d50e3af769a53fdc098ef0e6f87b81f3430ed.tar.xz |
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 6d903d976..28747dd13 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,11 @@ +2000-02-02 Bruno Haible <haible@clisp.cons.org> + + * printf.c: Include "unicodeio.h". + (usage): Mention \u and \U directives. \x outputs a byte, not a + character. + (print_esc): Implement \u and \U. + * Makefile.am (printf_LDADD): Add @LIBICONV@. + 2000-03-03 Jim Meyering <meyering@lucent.com> Make it so stty's rprnt attribute works on HPUX 10.20. |