Update to libtool-1.5.22.
[gnulib.git] / ChangeLog
index e35ad50..4267fb6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,177 @@
+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.
+       * modules/xreadlink-with-size (Depends-on): Alphabetize.
+
+2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
+           Bruno Haible  <bruno@clisp.org>
+
+       * build-aux/install-reloc: Compile also c-ctype.c.
+       * build-aux/relocatable.sh.in: New file.
+       * doc/relocatable.texi: New file.
+       * doc/relocatable-maint.texi: New file.
+       * doc/gnulib.texi: Include relocatable-maint.texi.
+       * lib/progreloc.c: Include unistd.h unconditionally.
+       * lib/relocwrapper.c: Include unistd.h unconditionally.
+       Include c-ctype.h.
+       (add_dotbin): Use c_tolower.
+       * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
+       (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
+       (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
+       * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
+       to m4/relocatable-lib.m4.
+       (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
+       RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
+       (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
+       require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
+       SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
+       * modules/relocatable: New file.
+       * modules/relocatable-lib: New file.
+       * modules/relocatable-script: New file.
+
+2007-02-28  Bruno Haible  <bruno@clisp.org>
+
+       Import --enable-relocatable infrastructure.
+       * build-aux/config.libpath: New file, from GNU gettext.
+       * build-aux/install-reloc: New file, from GNU gettext.
+       * build-aux/reloc-ldflags: New file, from GNU gettext.
+       * lib/relocatable.h: New file, from GNU gettext.
+       * lib/relocatable.c: New file, from GNU gettext.
+       * lib/relocwrapper.c: New file, from GNU gettext.
+       * m4/relocatable.m4: New file, from GNU gettext.
+
+2007-02-28  Bruno Haible  <bruno@clisp.org>
+
+       * MODULES.html.sh (File system functions): Add xreadlink-with-size.
+
+       * modules/xreadlink: New file, from GNU gettext with modifications.
+       * lib/xreadlink.c: New file, from GNU gettext.
+       * lib/xreadlink.h: Add comments.
+       (xreadlink): New declaration.
+
+       * modules/xreadlink-with-size: Renamed from modules/xreadlink.
+       (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
+       lib/xreadlink-with-size.c.
+       (configure.ac): Remove gl_XREADLINK invocation.
+       (Makefile.am): Augment lib_SOURCES.
+       * m4/xreadlink.m4: Remove file.
+       * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
+       (xreadlink_with_size): Renamed from xreadink.
+       * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
+       * modules/canonicalize (Depends-on): Replace xreadlink with
+       xreadlink-with-size.
+       * lib/canonicalize.c (canonicalize_filename_mode): Update.
+
+2007-02-25  Jim Meyering  <jim@meyering.net>
+
+       * build-aux/announce-gen: When complaining about excess arguments,
+       list them.
+
+2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * README: Document signed integer overflow situation more
+       accurately.
+
+2007-02-25  Bruno Haible  <bruno@clisp.org>
+
+       * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
+       'a' or 'A' conversion.
+
+2007-02-25  Bruno Haible  <bruno@clisp.org>
+
+       * modules/filename: Renamed from modules/pathname.
+       (Files): Replace lib/pathname.h with lib/filename.h. Replace
+       lib/concatpath.c with lib/concat-filename.c.
+       (Makefile.am): Update.
+       (Include): Replace pathname.h with filename.h.
+       * lib/filename.h: Renamed from lib/pathname.h.
+       (concatenated_filename): Renamed from concatenated_pathname.
+       * lib/concat-filename.c: Renamed from lib/concatpath.c.
+       (concatenated_filename): Renamed from concatenated_pathname.
+       * lib/findprog.c: Include filename.h instead of pathname.h.
+       (find_in_path): Update.
+       * lib/javacomp.c: Include filename.h instead of pathname.h.
+       (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
+       is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
+       is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
+       is_oldgcj_14_13_usable, is_javac_usable): Update.
+       * lib/javaexec.c: Include filename.h instead of pathname.h.
+       (execute_java_class): Update.
+       * modules/findprog: Update.
+       * modules/javacomp: Update.
+       * modules/javaexec: Update.
+       * MODULES.html.sh (File system functions): Add 'filename', remove
+       'pathname'.
+
+2007-02-25  Bruno Haible  <bruno@clisp.org>
+
+       * modules/printf-frexpl-tests: New file.
+       * tests/test-printf-frexpl.c: New file.
+
+       * modules/printf-frexpl: New file.
+       * lib/printf-frexpl.h: New file.
+       * lib/printf-frexpl.c: New file.
+       * m4/printf-frexpl.m4: New file.
+
+2007-02-25  Bruno Haible  <bruno@clisp.org>
+
+       * modules/printf-frexp-tests: New file.
+       * tests/test-printf-frexp.c: New file.
+
+       * modules/printf-frexp: New file.
+       * lib/printf-frexp.h: New file.
+       * lib/printf-frexp.c: New file.
+       * m4/printf-frexp.m4: New file.
+
 2007-02-25  Bruno Haible  <bruno@clisp.org>
 
        Assume automake >= 1.10 for the tests.
        simply work around them.
        * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
        (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
-       (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
+       (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
+       declaring.
        Don't bother to define as macros, since the standard doesn't require it.
        * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
        longer worry about IRIX 5.3.