X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=eddc6915106b1708c0b1d9893b7ca97af8a707a4;hb=4f6a7ef5f2097b501ddeac9db94d02306e4546d0;hp=90cb475abed834392fba9d6a27e0c232cdebef7b;hpb=2b5d199a03ec8e72615a222ef6ecf8337d52b3d1;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 90cb475ab..eddc69151 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,328 @@ +2011-11-15 Ben Walton (tiny change) + Bruno Haible + + Fix some modules' file list. + * modules/fstatat (Files): Add m4/lstat.m4. + * modules/openat (Files): Likewise. + * modules/unlinkat (Files): Likewise. + +2011-11-15 Gary V. Vaughan + + maint.mk: fix tight-scope.mk generation in VPATH builds. + * top/maint.mk (tight-scope.mk): Make sure to prefix file + reference with $(srcdir) so that the file is found correctly even + when running `make syntax-check' in a VPATH build. + +2011-11-13 Bruno Haible + Jim Meyering + + Silence successful tests that use 'compare' on AIX, HP-UX, Solaris. + * tests/init.sh (compare): Remove "No differences encountered" or + synonymous output from the 'diff' program. + +2011-11-13 Bruno Haible + + Makefile: Tweak indentation. + * Makefile: Use tab as first character in every line that contains rule + commands. + +2011-11-13 Bruno Haible + + Syntax check for copyright statements. + * check-copyright: New file. + * Makefile (sc_check_copyright): New rule. + +2011-11-13 Simon Josefsson + + * build-aux/git-version-gen: Add --prefix to configure the tag + match string. + +2011-11-13 Simon Josefsson + + * build-aux/git-version-gen: Add --help and --version. + +2011-11-12 Jim Meyering + + revamp the other test-exclude?.sh scripts to use init.sh, too + * tests/test-exclude1.sh: Use init.sh. + * tests/test-exclude2.sh: Likewise. + * tests/test-exclude3.sh: Likewise. + * tests/test-exclude4.sh: Likewise. + * tests/test-exclude5.sh: Likewise. + * tests/test-exclude6.sh: Likewise. + * tests/test-exclude7.sh: Likewise. + * tests/test-exclude8.sh: Likewise. + * modules/exclude-tests (Files): List init.sh. + + test-exclude2.sh, test-exclude5.sh: fail if test-exclude fails + These shell scripts ignored failure of the binary test-exclude, + so making the latter return 77 didn't cause them to be skipped. + * tests/test-exclude5.sh: Exit with test-exclude's error status + when that program fails. Revamp to use init.sh. + * tests/test-exclude2.sh: Likewise. + + test-exclude: fix a typo + * tests/test-exclude.c (main): Test for "leading_dir", not "leading-dir". + +2011-11-11 Bruno Haible + + obstack: Fix compilation error on MSVC 9. + * lib/obstack.c (print_and_abort): Declare with _Noreturn specifier. + +2011-11-11 Jim Meyering + + test-exclude: skip tests rather than failing on deficient systems + * tests/test-exclude.c (main): Skip tests that use FNM_CASEFOLD + and FNM_LEADING_DIR on systems that lack the definitions. This affects + at least Solaris 9. Reported and diagnosed by Dagobert Michelsen in + http://thread.gmane.org/gmane.comp.gnu.grep.bugs/3947/focus=3950 + +2011-11-10 Bruno Haible + + ptsname_r test: Avoid gcc warning on glibc systems. + * tests/test-ptsname_r.c (null_ptr): New function. + (test_errors): Use it. + +2011-11-10 Bruno Haible + + ptsname_r: Avoid compilation error on OSF/1 5.1. + * lib/stdlib.in.h (ptsname_r): Override if REPLACE_PTSNAME_R is 1. + * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize REPLACE_PTSNAME_R. + * m4/ptsname_r.m4 (gl_FUNC_PTSNAME_R): Set REPLACE_PTSNAME_R if the + function is not declared or incompatibly declared. + * modules/stdlib (Makefile.am): Substitute REPLACE_PTSNAME_R. + * modules/ptsname_r (Depends-on, configure.ac): Update. + * doc/glibc-functions/ptsname_r.texi: Mention the OSF/1 problems. + +2011-11-10 Bruno Haible + + fstatat: Make cross-compilation guess succeed everywhere except on AIX. + * m4/fstatat.m4 (gl_FUNC_FSTATAT): Require AC_CANONICAL_HOST. + When cross-compiling, guess yes on all platforms except AIX. + Reported by Ludovic Courtès . + +2011-11-09 Bruno Haible + + ptsname_r tests: Fix bugs. + * tests/test-ptsname_r.c (test_errors): Change return type to 'void'. + Fix ptsname_r calls. Reduce loop rounds to a reasonable amount. + +2011-11-09 Paul Eggert + + fstatat: work with cross-compilation + Problem reported by Ludovic Courtès in + . + * m4/fstatat.m4 (gl_FUNC_FSTATAT): When cross-compiling, report + "cross-compiling" and assume the bug is present. Replace + FSTATAT_ZERO_FLAG_BROKEN with HAVE_WORKING_FSTATAT_ZERO_FLAG with + an inverted sense, to be more conservative about our assumptions. + * lib/fstatat.c (rpl_fstatat): Adjust to renamed macro. + +2011-11-09 Bruno Haible + + Improve MODULES.html output. + * modules/mkfifoat (Description): Use the word "function". + * modules/readlinkat (Description): Likewise. + * modules/symlinkat (Description): Likewise. + +2011-11-09 Eric Blake + + ptsname_r-tests: new test module + * modules/ptsname_r-tests: New module. + * tests/test-ptsname_r.c: New file. + + ptsname_r: new module + * modules/ptsname_r: New module. + * m4/ptsname_r.m4 (gl_FUNC_PTSNAME_R): New file. + * lib/ptsname.c (__ptsname_r): Split... + * lib/ptsname_r.c: ...into new file. + * m4/stdlib_h.m4 (gl_STDLIB_H): Check for decl. + (gl_STDLIB_H_DEFAULTS): Set witness defaults. + * modules/stdlib (Makefile.am): Substitute witnesses. + * lib/stdlib.in.h (ptsname_r): Declare it. + * doc/glibc-functions/ptsname_r.texi (ptsname_r): Document it. + * MODULES.html.sh (Misc): Likewise. + * modules/ptsname (Depends-on): Alter dependency. + * doc/posix-functions/ptsname.texi (ptsname): Mention new module. + +2011-11-09 Jim Meyering + + announce-gen: be more concise when there's only one URL+tarball + * build-aux/announce-gen (get_tool_versions): When you distribute + only one type of tarball, combine the first two "Here are..." + sections and make the key-checking grammar independent of + how many tarballs there are. + +2011-11-09 Eric Blake + + openpty: provide a stub on mingw + * lib/pty.in.h (includes): Provide forward declarations. + * lib/openpty.c (openpty) [mingw]: Provide ENOSYS stub. + + raise: fix mingw handling of SIGPIPE + * lib/sigprocmask.c (_gl_raise_SIGPIPE): Provide a return value. + +2011-11-08 Bruno Haible + + More conditional dependencies. + * modules/faccessat (Depends-on): Add conditions. + * modules/fchmodat (Depends-on): Likewise. + * modules/fchownat (Depends-on): Likewise. + * modules/fstatat (Depends-on): Likewise. + * modules/mkfifoat (Depends-on): Likewise. + * modules/readlinkat (Depends-on): Likewise. + * modules/symlinkat (Depends-on): Likewise. + * modules/unlinkat (Depends-on): Likewise. + * modules/utimensat (Depends-on): Likewise. + * modules/mkdirat (Depends-on): Add sys_stat. Add conditions. + * modules/linkat (Depends-on): Refine the conditions. + * modules/renameat (Depends-on): Likewise. + +2011-11-08 Bruno Haible + + faccessat: Move AC_LIBOBJ invocation to module description. + * m4/faccessat.m4 (gl_PREREQ_FACCESSAT): New macro. + (gl_FUNC_FACESSAT): Don't test for access() here. Move AC_LIBOBJ + invocation from here... + * modules/faccessat (configure.ac): ... to here. Invoke + gl_PREREQ_FACCESSAT. + +2011-11-08 Bruno Haible + + faccessat: Simplify autoconf macro. + * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Don't require gl_FUNC_OPENAT, + gl_FUNC_EUIDACCESS. + +2011-11-08 Bruno Haible + + renameat: Fix dependencies. + * modules/renameat (Depends-on): Add stdbool. + +2011-11-08 Bruno Haible + + mkfifoat: Fix module description. + * modules/mkfifoat (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR, + not gl_UNISTD_MODULE_INDICATOR. + +2011-11-08 Bruno Haible + + fstatat: Remove unused dependency. + * modules/fstatat (Depends-on): Remove fstat. + +2011-11-08 Simon Josefsson + + GNUmakefile: behave when Makefile is missing. + * top/GNUmakefile: Always initialize _build-aux and _autoreconf. + +2011-11-08 Bruno Haible + + openat: Conditionalize dependencies. + * lib/openat.c: Reduce the scope of some #includes. + * modules/openat (Depends-on): Add conditions. + +2011-11-07 Jim Meyering + + maint.mk: extract GPG key ID without using a temporary file + * top/maint.mk (gpg_key_ID): Extract GPG key ID from signed tag, but + without using a temporary file. Based on a suggestion from Werner Koch + in http://thread.gmane.org/gmane.comp.encryption.gpg.devel/16496 + +2011-11-07 Eric Blake + + grantpt: fix typo + * lib/stdlib.in.h (grantpt): Check correct function. + + maint.mk: silence new syntax check + * top/maint.mk (sc_prohibit_dirent_without_use): Add missing @. + +2011-11-06 Bruno Haible + + Doc about floating-point and math API. + * doc/posix-headers/float.texi: Mention problem with FLT_ROUNDS. + * doc/posix-headers/math.texi: Mention problem with math_errhandling. + +2011-11-06 Bruno Haible + + stdalign tests: Skip the test when compiled by Sun C. + * tests/test-stdalign.c (main): Skip the test on Sun C. + +2011-11-06 Bruno Haible + + ansi-c++-opt: Complete the 2011-06-05 change. + * m4/ansi-c++.m4 (gl_PROG_ANSI_CXX): When a C++ compiler is found but + does not support namespaces, set the variable to "no", not to ":". + +2011-11-06 Paul Eggert + + * doc/posix-headers/stdalign.texi (stdalign.h): Mention Sun review ID. + +2011-11-06 Bruno Haible + + copysignl: Fix result for zero argument on HP-UX 11 with HP C. + * lib/copysignl.c (compute_minus_zerol) [HP-UX]: New function. + (minus_zerol) [HP-UX]: New macro. + (unary_minus) [HP-UX]: New function. + (copysignl) [HP-UX]: Use unary_minus function. + +2011-11-06 Bruno Haible + + ldexp, ldexpf, ldexpl: Enhance tests. + * tests/test-ldexp.h: New file, combining code from tests/test-ldexp.c + and tests/test-ldexpl.c. + * tests/test-ldexpl.c: (DOUBLE, ISNAN, INFINITY, NAN, L_, MINUS_ZERO, + LDEXP, MIN_EXP, MAX_EXP): New macros. + Include test-ldexp.h. + (main): Just call test_function. + * tests/test-ldexp.c: Include float.h, isnand-nolibm.h, minus-zero.h, + infinity.h, nan.h. + (DOUBLE, ISNAN, INFINITY, NAN, L_, MINUS_ZERO, LDEXP, MIN_EXP, + MAX_EXP): New macros. + Include test-ldexp.h. + (x, y): Remove variables. + (main): Just call test_function. + * tests/test-ldexpf.c: Include float.h, isnanf-nolibm.h, minus-zero.h, + infinity.h, nan.h. + (DOUBLE, ISNAN, INFINITY, NAN, L_, MINUS_ZERO, LDEXP, MIN_EXP, + MAX_EXP): New macros. + Include test-ldexp.h. + (x, y): Remove variables. + (main): Just call test_function. + * modules/ldexpl-tests (Files): Add tests/test-ldexp.h. + * modules/ldexp-tests (Files): Add tests/test-ldexp.h, + tests/minus-zero.h, tests/infinity.h, tests/nan.h. + (Depends-on): Add isnand-nolibm, signbit, float. + * modules/ldexpf-tests (Files): Add tests/test-ldexp.h, + tests/minus-zero.h, tests/infinity.h, tests/nan.h. + (Depends-on): Add isnanf-nolibm, signbit, float. + +2011-11-06 Bruno Haible + + math tests: Cosmetics. + * tests/test-math-c++.cc: Reorder declarations. + 2011-11-05 Bruno Haible + fma*: Simplify test. + * tests/test-fma2.h (FORGIVE_GLIBC_BUG): Remove macro. + (test_function): Remove all if (FORGIVE_GLIBC_BUG) statements. + + Tests for module 'fmal'. + * modules/fmal-tests: New file. + * tests/test-fmal1.c: New file. + * tests/test-fmal2.c: New file. + + New module 'fmal'. + * lib/math.in.h (fmal): New declaration. + * lib/fmal.c: New file. + * m4/fmal.m4: New file. + * m4/math_h.m4 (gl_MATH_H): Test whethern fmal is declared. + (gl_MATH_H_DEFAULTS): Initialize GNULIB_FMAL, HAVE_FMAL, REPLACE_FMAL. + * modules/math (Makefile.am): Substitute GNULIB_FMAL, HAVE_FMAL, + REPLACE_FMAL. + * modules/fmal: New file. + * doc/posix-functions/fmal.texi: Mention the new module and the various + bugs. + Tests for module 'fmaf'. * modules/fmaf-tests: New file. * tests/test-fmaf1.c: New file.