aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-02-04 06:04:08 +0000
committerUlrich Drepper <drepper@redhat.com>2001-02-04 06:04:08 +0000
commit377c725f8e2dba91af36af27206e6deb85cf6e6f (patch)
treea3025da6be5493c453a2fe5efc53a7872868914c /ChangeLog
parentb3c3fe4287b866ad23c3dc24e8fa67c1d6c3f655 (diff)
downloadglibc-377c725f8e2dba91af36af27206e6deb85cf6e6f.tar
glibc-377c725f8e2dba91af36af27206e6deb85cf6e6f.tar.gz
glibc-377c725f8e2dba91af36af27206e6deb85cf6e6f.tar.bz2
glibc-377c725f8e2dba91af36af27206e6deb85cf6e6f.zip
Update.
* iconv/iconv_prog.c (main): If output file name is "-" write to stdout. (main): If -f or -t argument is missing use charset of the current locale.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f88f316f5..92f6d41411 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
2001-02-03 Ulrich Drepper <drepper@redhat.com>
- * iconv/iconv_prog.c (main): If -f or -t argument is missing use
- charset of the current locale.
+ * iconv/iconv_prog.c (main): If output file name is "-" write to
+ stdout.
+ (main): If -f or -t argument is missing use charset of the current
+ locale.
2001-02-03 Andreas Jaeger <aj@suse.de>