Avoid a link error due to program_name.
[gnulib.git] / ChangeLog
index 812b042..331b822 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,93 @@
+2007-03-02  Bruno Haible  <bruno@clisp.org>
+
+       * modules/gettext (configure.ac): Require gettext infrastructure
+       from version 0.16.1.
+
+2007-03-02  Bruno Haible  <bruno@clisp.org>
+
+       * modules/carray-list-tests (Depends-on): Add progname.
+       * tests/test-carray_list.c: Include progname.h.
+       (main): Call set_program_name.
+
+       * modules/avltreehash-list-tests (Depends-on): Add progname.
+       * tests/test-avltreehash_list.c: Include progname.h.
+       (main): Call set_program_name.
+
+       * modules/avltree-oset-tests (Depends-on): Add progname.
+       * tests/test-avltree_oset.c: Include progname.h.
+       (main): Call set_program_name.
+
+       * modules/avltree-list-tests (Depends-on): Add progname.
+       * tests/test-avltree_list.c: Include progname.h.
+       (main): Call set_program_name.
+
+       * modules/array-oset-tests (Depends-on): Add progname.
+       * tests/test-array_oset.c: Include progname.h.
+       (main): Call set_program_name.
+
+       * modules/array-list-tests (Depends-on): Add progname.
+       * tests/test-array_list.c: Include progname.h.
+       (main): Call set_program_name.
+
+       * modules/argp-tests (Depends-on): Add progname.
+       * tests/test-argp.c: Include argp.h first. Include progname.h.
+       (main): Call set_program_name.
+
+2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * doc/gnulib-tool.texi (Initial import): Reword description of
+       _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
+       limited effect even if defined after the first system include.
+
+2007-03-01  Bruno Haible  <bruno@clisp.org>
+
+       * build-aux/config.libpath: Update to libtool-1.5.22.
+       Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
+
+2007-03-01  Bruno Haible  <bruno@clisp.org>
+
+       * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
+       foo_CFLAGS.
+       Reported by Ralf Wildenhues.
+
+2007-03-01  Bruno Haible  <bruno@clisp.org>
+
+       * build-aux/install-reloc: Remove object files left over by some
+       compilers.
+       Reported by Ralf Wildenhues.
+
+2007-03-01  Bruno Haible  <bruno@clisp.org>
+
+       * build-aux/install-reloc: Break long lines.
+
+2007-03-01  Bruno Haible  <bruno@clisp.org>
+
+       * doc/relocatable.texi: Document that it may not work on OpenBSD.
+       Reported by Ralf Wildenhues.
+
+2007-03-01  Bruno Haible  <bruno@clisp.org>
+
+       * doc/gnulib-tool.texi (Initial import): Remove paragraph about
+       include ordering constraints.
+
+2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
+       <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
+       * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
+       as another example.
+       * lib/time_.h: Fix misspelling.
+       * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
+       Require gl_HEADER_TIME_H_DEFAULTS.
+       * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
+       * m4/time_r.m4 (gl_TIME_R): Likewise.
+       * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
+
+2007-03-01  Bruno Haible  <bruno@clisp.org>
+
+       * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
+       * m4/utimens.m4 (gl_UTIMENS): Likewise.
+
 2007-03-01  Jim Meyering  <jim@meyering.net>
 
        * modules/xreadlink (Maintainer): Add my name.