diff options
author | Roland McGrath <roland@gnu.org> | 2004-12-19 23:23:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-12-19 23:23:55 +0000 |
commit | 6a361b2e92b4a8de5df3f9c3b8dae8a2b73f60b2 (patch) | |
tree | 48eafb1cbb4ab2101699db140809e56470a3ceec | |
parent | ed2bca567ce6656916b20b3a9a82f784a60c5dca (diff) | |
download | glibc-6a361b2e92b4a8de5df3f9c3b8dae8a2b73f60b2.tar glibc-6a361b2e92b4a8de5df3f9c3b8dae8a2b73f60b2.tar.gz glibc-6a361b2e92b4a8de5df3f9c3b8dae8a2b73f60b2.tar.bz2 glibc-6a361b2e92b4a8de5df3f9c3b8dae8a2b73f60b2.zip |
* iconv/iconvconfig.c (nostdlib, output_file, output_file_len):
New variables.
(options, parse_opt, main): Take new options --nostdlib and
--output/-o to set them. Under --nostdlib, skip GCONV_PATH dirs.
(write_output): If output_file is set, write the output there.
2004-12-19 Andreas Jaeger <aj@suse.de>NULL
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,4 +1,12 @@ -2004-12-19 Andreas Jaeger <aj@suse.de> +2004-12-19 Roland McGrath <roland@redhat.com> + + * iconv/iconvconfig.c (nostdlib, output_file, output_file_len): + New variables. + (options, parse_opt, main): Take new options --nostdlib and + --output/-o to set them. Under --nostdlib, skip GCONV_PATH dirs. + (write_output): If output_file is set, write the output there. + +2004-12-19 Andreas Jaeger <aj@suse.de>NULL [BZ #560] * inet/netinet/in.h: Use __interface_addr instead of __interface. |