From: Bruno Haible Date: Mon, 24 Jul 2006 12:15:11 +0000 (+0000) Subject: Reorganize the ChangeLog entries of the last big merge. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=272a4999b3891f75cec1544a46a01a59b6932053;p=pspp Reorganize the ChangeLog entries of the last big merge. --- diff --git a/ChangeLog b/ChangeLog index 1bdfa7dbd1..9cd2ddabd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,47 +11,52 @@ (Depends-on): Add close-stream. Remove fpending, stdbool. * MODULES.html.sh (File stream based Input/Output): Add close-stream. -2006-05-01 Bruno Haible +2006-07-22 Bruno Haible - * build-aux/javacomp.sh.in: Update for changed javacomp.m4. + Merge from GNU gettext 0.15. -2006-07-22 Bruno Haible + 2006-05-01 Bruno Haible - * modules/javaversion: New file. - * MODULES.html.sh (Java): Add javaversion. + * build-aux/javacomp.sh.in: Update for changed javacomp.m4. -2006-03-12 Bruno Haible + 2006-07-22 Bruno Haible - * build-aux/javaexec.sh.in: Update for changed javaexec.m4. + * modules/javaversion: New file. + * MODULES.html.sh (Java): Add javaversion. -2005-12-04 Bruno Haible + 2006-03-12 Bruno Haible - * build-aux/csharpexec.sh.in: Add support for 'clix' launcher - (untested). + * build-aux/javaexec.sh.in: Update for changed javaexec.m4. -2006-06-21 Bruno Haible + 2005-12-04 Bruno Haible - Avoid warnings from recent versions of mcs. - * build-aux/csharpcomp.sh.in (options_mcs): Don't use options -o, -L, - -r any more. Use options documented since mcs-1.0 instead. Similarly - for -g. + * build-aux/csharpexec.sh.in: Add support for 'clix' launcher + (untested). -2005-12-04 Bruno Haible + 2006-06-21 Bruno Haible - * build-aux/csharpcomp.sh.in: Suffix for resources is .resources, not - .resource. + Avoid warnings from recent versions of mcs. + * build-aux/csharpcomp.sh.in (options_mcs): Don't use options + -o, -L, -r any more. Use options documented since mcs-1.0 + instead. Similarly for -g. -2005-07-09 Bruno Haible + 2005-12-04 Bruno Haible - * build-aux/csharpcomp.sh.in (options_csc): For -l option, add a .dll - suffix. - Reported by Mark Junker . + * build-aux/csharpcomp.sh.in: Suffix for resources is + .resources, not .resource. -2006-07-22 Bruno Haible + 2005-07-09 Bruno Haible + + * build-aux/csharpcomp.sh.in (options_csc): For -l option, + add a .dll suffix. + Reported by Mark Junker . + + 2006-07-22 Bruno Haible - * modules/gettext: Upgrade to gettext-0.15. - (Files): Remove m4/isc-posix.m4. Add m4/lock.m4, m4/visibility.m4. - Replace m4/inttypes.m4 with m4/inttypes-h.m4. + * modules/gettext: Upgrade to gettext-0.15. + (Files): Remove m4/isc-posix.m4. Add m4/lock.m4, + m4/visibility.m4. + Replace m4/inttypes.m4 with m4/inttypes-h.m4. 2006-07-21 Eric Blake diff --git a/lib/ChangeLog b/lib/ChangeLog index c4dd4e882b..4911de0062 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -8,128 +8,134 @@ * close-stream.c, close-stream.h: New files. -2005-07-05 Bruno Haible +2006-07-22 Bruno Haible - * printf-args.c (printf_fetchargs): Work around broken definition of - wint_t on mingw. + Merge from GNU gettext 0.15. -2005-02-12 Bruno Haible + 2005-07-05 Bruno Haible - * xallocsa.h: Add extern "C" for C++. + * printf-args.c (printf_fetchargs): Work around broken + definition of wint_t on mingw. -2006-05-17 Bruno Haible + 2005-02-12 Bruno Haible - Cygwin portability. - * progreloc.c (WIN32_NATIVE): Renamed from WIN32. + * xallocsa.h: Add extern "C" for C++. -2006-04-30 Bruno Haible + 2006-05-17 Bruno Haible - * progreloc.c: Include if available. - (find_executable): Use _NSGetExecutablePath when possible. + Cygwin portability. + * progreloc.c (WIN32_NATIVE): Renamed from WIN32. -2006-05-06 Charles Wilson + 2006-04-30 Bruno Haible - * progreloc.c (maybe_executable) [CYGWIN]: Use the access() function. + * progreloc.c: Include if available. + (find_executable): Use _NSGetExecutablePath when possible. -2005-12-29 Bruno Haible + 2006-05-06 Charles Wilson - * progreloc.c (set_program_name_and_installdir): Fix compilation error. + * progreloc.c (maybe_executable) [CYGWIN]: Use the access() + function. -2005-12-04 Bruno Haible + 2005-12-29 Bruno Haible - Cygwin portability. - * progreloc.c: Include also on Cygwin. - (find_executable): Add support for Cygwin. - (set_program_name_and_installdir): Handle also platforms with nonempty - EXEEXT. + * progreloc.c (set_program_name_and_installdir): Fix + compilation error. -2006-07-11 Bruno Haible + 2005-12-04 Bruno Haible - * javacomp.c: Fix a comment. - Reported by Jim Meyering. + Cygwin portability. + * progreloc.c: Include also on Cygwin. + (find_executable): Add support for Cygwin. + (set_program_name_and_installdir): Handle also platforms with + nonempty EXEEXT. -2006-04-30 Bruno Haible + 2006-07-11 Bruno Haible - * javacomp.h (compile_java_class): Add source_version, target_version - arguments. - * javacomp.c: Rewritten to choose only a compiler that respects the - specified source_version and target_version. + * javacomp.c: Fix a comment. + Reported by Jim Meyering. -2006-06-27 Bruno Haible + 2006-04-30 Bruno Haible - Assume correct S_ISDIR macro. - * mkdtemp.c: Remove test of STAT_MACROS_BROKEN. + * javacomp.h (compile_java_class): Add source_version, + target_version arguments. + * javacomp.c: Rewritten to choose only a compiler that + respects the specified source_version and target_version. -2006-07-22 Bruno Haible + 2006-06-27 Bruno Haible - * javaversion.h: New file, from GNU gettext. - * javaversion.c: New file, from GNU gettext. - * javaversion.java: New file, from GNU gettext. - * javaversion.class: New file, from GNU gettext. + Assume correct S_ISDIR macro. + * mkdtemp.c: Remove test of STAT_MACROS_BROKEN. -2006-05-17 Bruno Haible + 2006-07-22 Bruno Haible - Cygwin portability. - * javaexec.c (execute_java_class): Test for jview program also on - Cygwin. + * javaversion.h: New file, from GNU gettext. + * javaversion.c: New file, from GNU gettext. + * javaversion.java: New file, from GNU gettext. + * javaversion.class: New file, from GNU gettext. -2006-04-09 Bruno Haible + 2006-05-17 Bruno Haible - * fatal-signal.c: Don't include string.h. - (at_fatal_signal): Use a copying loop instead of memcpy. + Cygwin portability. + * javaexec.c (execute_java_class): Test for jview program + also on Cygwin. -2005-12-04 Bruno Haible + 2006-04-09 Bruno Haible - * csharpexec.c: Add support for 'clix' launcher (untested). - (execute_csharp_using_sscli): New function. - (execute_csharp_program): Call it. + * fatal-signal.c: Don't include string.h. + (at_fatal_signal): Use a copying loop instead of memcpy. -2006-06-21 Bruno Haible + 2005-12-04 Bruno Haible - Avoid warnings from recent versions of mcs. - * csharpcomp.c (compile_csharp_using_mono): Don't use options -o, -L, - -r any more. Use options documented since mcs-1.0 instead. Similarly - for -g. + * csharpexec.c: Add support for 'clix' launcher (untested). + (execute_csharp_using_sscli): New function. + (execute_csharp_program): Call it. -2005-07-09 Bruno Haible + 2006-06-21 Bruno Haible - * csharpcomp.c (compile_csharp_using_sscli): For -l option, add a .dll - suffix. - Reported by Mark Junker . + Avoid warnings from recent versions of mcs. + * csharpcomp.c (compile_csharp_using_mono): Don't use options + -o, -L, -r any more. Use options documented since mcs-1.0 + instead. Similarly for -g. -2006-06-17 Bruno Haible + 2005-07-09 Bruno Haible - * config.charset: Update for NetBSD 3.0. + * csharpcomp.c (compile_csharp_using_sscli): For -l option, + add a .dll suffix. + Reported by Mark Junker . -2006-05-17 Bruno Haible + 2006-06-17 Bruno Haible - Cygwin portability. - * localcharset.c (WIN32_NATIVE): Renamed from WIN32. + * config.charset: Update for NetBSD 3.0. -2006-05-16 Bruno Haible + 2006-05-17 Bruno Haible - * localcharset.c [CYGWIN]: Include . - (get_charset_aliases): For Cygwin, return the same CPxxx aliases list - as under WIN32. - (locale_charset) [CYGWIN]: Try to retrieve the encoding from the - environment variables. Fall back to GetACP(). + Cygwin portability. + * localcharset.c (WIN32_NATIVE): Renamed from WIN32. -2006-04-05 Bruno Haible + 2006-05-16 Bruno Haible - * config.charset: Update Juan Manuel Guerrero's address. + * localcharset.c [CYGWIN]: Include . + (get_charset_aliases): For Cygwin, return the same CPxxx + aliases list as under WIN32. + (locale_charset) [CYGWIN]: Try to retrieve the encoding from + the environment variables. Fall back to GetACP(). -2005-02-12 Bruno Haible + 2006-04-05 Bruno Haible - * allocsa.h: Add extern "C" for C++. + * config.charset: Update Juan Manuel Guerrero's address. -2005-02-10 Bruno Haible + 2005-02-12 Bruno Haible - * allocsa.h (sa_alignof): Define differently with AIX xlc, to avoid - a bug of this compiler on AIX 3.2.5 dealing with enums. + * allocsa.h: Add extern "C" for C++. -2006-07-22 Bruno Haible + 2005-02-10 Bruno Haible + + * allocsa.h (sa_alignof): Define differently with AIX xlc, to + avoid a bug of this compiler on AIX 3.2.5 dealing with enums. + + 2006-07-22 Bruno Haible - * gettext.h: Update to GNU gettext-0.15. + * gettext.h: Update to GNU gettext-0.15. 2006-07-22 Yoann Vandoorselaere and Simon Josefsson diff --git a/m4/ChangeLog b/m4/ChangeLog index a239a8c38e..098a77c2f0 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -6,68 +6,75 @@ * close-stream.m4: New file. -2006-03-25 Bruno Haible +2006-07-22 Bruno Haible - * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro. + Merge from GNU gettext 0.15. -2006-07-21 Bruno Haible + 2006-03-25 Bruno Haible - * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to "1.1". + * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro. -2006-05-09 Bruno Haible + 2006-07-21 Bruno Haible - * javacomp.m4 (gt_JAVACOMP): On Cygwin, set CLASSPATH_SEPARATOR to - a semicolon. Use CLASSPATH_SEPARATOR for the conftestver execution. + * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to + "1.1". -2006-05-01 Bruno Haible + 2006-05-09 Bruno Haible - * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an optional - target-version argument. Verify that the compiler groks source of the - specified source-version, or add -source option as necessary. Verify - that the compiler produces bytecode in the specified target-version, - or add -target and -source options as necessary. Make the result of - the test available as variable CONF_JAVAC. Also log error output in - config.log. + * javacomp.m4 (gt_JAVACOMP): On Cygwin, set + CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR + for the conftestver execution. -2006-03-11 Bruno Haible + 2006-05-01 Bruno Haible - * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x. + * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an + optional target-version argument. Verify that the compiler + groks source of the specified source-version, or add -source + option as necessary. Verify that the compiler produces + bytecode in the specified target-version, or add -target and + -source options as necessary. Make the result of the test + available as variable CONF_JAVAC. Also log error output in + config.log. -2006-05-09 Bruno Haible + 2006-03-11 Bruno Haible - * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set CLASSPATH_SEPARATOR to a - semicolon. + * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x. -2006-03-12 Bruno Haible + 2006-05-09 Bruno Haible - * javaexec.m4 (gt_JAVAEXEC): Make the result of the test available as - variable CONF_JAVA, for subsequent autoconf tests. Also log error - output in config.log. + * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set + CLASSPATH_SEPARATOR to a semicolon. -2006-07-19 Bruno Haible + 2006-03-12 Bruno Haible - * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume that - getline works on glibc2 systems. Needed to avoid trouble in - relocatable.c. - Reported by Nils Magnus Larsgard . + * javaexec.m4 (gt_JAVAEXEC): Make the result of the test + available as variable CONF_JAVA, for subsequent autoconf + tests. Also log error output in config.log. -2005-12-04 Bruno Haible + 2006-07-19 Bruno Haible - * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix' launcher - (untested). + * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume + that getline works on glibc2 systems. Needed to avoid trouble + in relocatable.c. + Reported by Nils Magnus Larsgard . -2005-12-04 Bruno Haible + 2005-12-04 Bruno Haible - * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS. + * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix' + launcher (untested). -2006-07-22 Bruno Haible + 2005-12-04 Bruno Haible + + * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS. + + 2006-07-22 Bruno Haible - * gettext.m4: Update from GNU gettext-0.15. - * nls.m4: Likewise. - * po.m4: Likewise. - * inttypes-pri.m4: Likewise. - * inttypes-h.m4: Renamed from inttypes.m4. - (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H. + * gettext.m4: Update from GNU gettext-0.15. + * nls.m4: Likewise. + * po.m4: Likewise. + * inttypes-pri.m4: Likewise. + * inttypes-h.m4: Renamed from inttypes.m4. + (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H. 2006-07-17 Bruno Haible