diff options
Diffstat (limited to 'util/ChangeLog')
-rw-r--r-- | util/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/util/ChangeLog b/util/ChangeLog index 95b06019a..a451e4a9a 100644 --- a/util/ChangeLog +++ b/util/ChangeLog @@ -1,3 +1,14 @@ +Tue Aug 31 17:20:44 CEST 1999 Werner Koch <[email protected]> + + + * strgutil (utf8_to_native): Implemented. + (check_utf8_string): Removed. + + * miscutil.c (make_printable_string): Fixed possible buffer overflow. + (print_utf8_string): New. + + * ttyio.c (tty_print_utf8_string): New. + Mon Aug 30 20:38:33 CEST 1999 Werner Koch <[email protected]> |