X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=eb1838a7592517f1f8dd7ec5c8307530d637b8e6;hb=07784ae4244d8b09651185f26699c213ac693b8d;hp=27d841efdee5e29695fca59fa2a7c23551dfa3b8;hpb=325d9130478fc8498023c01a059032e2f65996de;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 27d841efd..eb1838a75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,79 @@ +2007-03-30 Paul Eggert + + * lib/write-any-file.c (can_write_any_file): Fix else-else bug + reported by Bruno Haible. + +2007-03-29 Bruno Haible + + * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against + a bug in AIX iconv(). + +2007-03-29 Bruno Haible + + * modules/ldexpl-tests: New file. + * tests/test-ldexpl.c: New file. + 2007-03-29 Bruno Haible - * lib/vasprintf.c [IN_LIBINTL]: Include different specification file. - * lib/asprintf.c [IN_LIBINTL]: Likewise. + * lib/ldexpl.c: Include fpucw.h. + (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded + multiplication. + * modules/ldexpl (Depends-on): Add fpucw. + +2007-03-29 Bruno Haible + + * modules/ldexpl: New file. + * m4/ldexpl.m4: New file. + * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is + set. + * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL, + REPLACE_LDEXPL. + * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL, + REPLACE_LDEXPL. + * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke + gl_FUNC_LDEXPL_WORKS. + * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl. + * modules/mathl (Files): Remove lib/ldexpl.c. + (Depends-on): Add ldexpl. + +2007-03-29 Bruno Haible + + * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl. + +2007-03-29 Bruno Haible + + * tests/test-striconveh.c (main): Don't assume that a direct conversion + between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX + and possibly also HP-UX. + * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to + work on AIX, IRIX, HP-UX, OSF/1. + * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise. + * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise. + * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise. + * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise. + * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise. + * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise. + +2007-03-29 Bruno Haible + + * tests/test-stat-time.c: Include , not . + +2007-03-29 Paul Eggert + + * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining, + to work around a problem on OSF/1 5.1 reported by Bruno Haible. + +2007-03-29 Eric Blake + + * lib/acl-internal.h: Remove redundant include. + (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by + Cygwin when a file is locked. + +2007-03-29 Bruno Haible + + * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification + file. + * lib/asprintf.c [IN_LIBASPRINTF]: Likewise. 2007-03-29 Paul Eggert