From: Roland McGrath Date: Sun, 19 Dec 2004 23:23:55 +0000 (+0000) Subject: * iconv/iconvconfig.c (nostdlib, output_file, output_file_len): X-Git-Tag: cvs/fedora-glibc-20041219T2331~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a361b2e92b4a8de5df3f9c3b8dae8a2b73f60b2;p=thirdparty%2Fglibc.git * 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 NULL --- diff --git a/ChangeLog b/ChangeLog index 1005ff5b2a7..839475ddd7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ -2004-12-19 Andreas Jaeger +2004-12-19 Roland McGrath + + * 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 NULL [BZ #560] * inet/netinet/in.h: Use __interface_addr instead of __interface.