Optimize and test strchrnul.
[gnulib.git] / ChangeLog
index b005118..5a3fcbc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,174 @@
+2008-04-28  Eric Blake  <ebb9@byu.net>
+
+       Optimize and test strchrnul.
+       * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
+       * modules/strchrnul-tests: New file.
+       * tests/test-strchrnul.c: Likewise.
+
+       Remove intprops dependency.
+       * modules/memchr (Depends-on): Remove intprops.
+       * modules/memrchr (Depends-on): Likewise.
+       * modules/memchr2 (Depends-on): Likewise.
+       * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
+       * lib/memrchr.c (__memrchr): Likewise.
+       * lib/memrchr2.c (memchr2): Likewise.
+       Reported by Simon Josefsson.
+
+2008-04-28  Simon Josefsson  <simon@josefsson.org>
+
+       * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
+       Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
+
+2008-04-28  Simon Josefsson  <simon@josefsson.org>
+
+       * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
+
+       * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
+
+       * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
+
+       * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
+       declarations.
+       [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
+
+       * m4/inet_pton.m4: Don't check for header files.
+
+       * m4/inet_ntop.m4: Don't check for header files.
+
+2008-04-28  Simon Josefsson  <simon@josefsson.org>
+
+       * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
+       * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
+       trigger for cygwin).
+       Reported by Bruno Haible  <bruno@clisp.org>.
+
+2008-04-28  Bruno Haible  <bruno@clisp.org>
+
+       * doc/posix-functions/strdup.texi: Mention mingw problem.
+
+2008-04-27  Bruno Haible  <bruno@clisp.org>
+
+       * modules/stat-time-tests (Depends-on): Add sleep.
+       * tests/test-stat-time.c (force_unlink): New function.
+       (cleanup): Use it.
+       (test_mtime): Remove the ctime related tests.
+       (test_ctime): New function, containing the ctime related tests.
+       (main): Call test_ctime, except on native Windows platforms.
+
+2008-04-27  Bruno Haible  <bruno@clisp.org>
+
+       * lib/rpmatch.c (rpmatch): Add some comments.
+       Reported by James Youngman <jay@gnu.org>.
+
+2008-04-27  Bruno Haible  <bruno@clisp.org>
+
+       * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
+       quiet NaNs.
+
+2008-04-27  Bruno Haible  <bruno@clisp.org>
+
+       Make test-yesno.sh work on mingw.
+       * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
+       * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
+       (main): Set stdin to binary mode.
+       * modules/yesno-tests (Depends-on): Add binary-io.
+
+2008-04-27  Bruno Haible  <bruno@clisp.org>
+
+       Fix 'isfinite' on x86, x86_64, ia64 platforms.
+       * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
+       argument that lie outside the IEEE 854 domain.
+       * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
+       (gl_ISFINITE): Use it.
+       * doc/posix-functions/isfinite.texi: Document the fixed bugs.
+
+2008-04-27  Bruno Haible  <bruno@clisp.org>
+
+       Allow local renaming in config.h.
+       * lib/memrchr.c (memrchr): Don't undefine outside libc.
+
+2008-04-27  Bruno Haible  <bruno@clisp.org>
+
+       * lib/memchr.c (__memchr): Change type of 'i'.
+       * lib/memchr2.c (memchr2): Likewise.
+
+2008-04-26  Eric Blake  <ebb9@byu.net>
+       and Bruno Haible  <bruno@clisp.org>
+
+       Optimize and test memrchr.
+       * modules/memrchr (Depends-on): Add intprops.
+       * lib/memrchr.c (__memrchr): Avoid false positives in loop.
+       * modules/memrchr-tests: New file.
+       * tests/test-memrchr.c: New file.
+
+2008-04-26  Bruno Haible  <bruno@clisp.org>
+
+       Add tentative support for DragonFly BSD.
+       * lib/stdio-impl.h: Add macros for DragonFly BSD.
+       * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
+       fp.
+       * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
+       restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
+       * lib/fpurge.c (fpurge): Likewise.
+       * lib/freadable.c (freaadable): Likewise.
+       * lib/freadahead.c (freadahead): Likewise.
+       * lib/freading.c (freading): Likewise.
+       * lib/freadptr.c (freadptr): Likewise.
+       * lib/freadseek.c (freadptrinc): Likewise.
+       * lib/fseeko.c (fseeko): Likewise.
+       * lib/fseterr.c (fseterr): Likewise.
+       * lib/fwritable.c (fwritable): Likewise.
+       * lib/fwriting.c (fwriting): Likewise.
+
+2008-04-26  Bruno Haible  <bruno@clisp.org>
+
+       * lib/stdio-impl.h: New file.
+       * lib/fbufmode.c: Include stdio-impl.h.
+       (fbufmode): Use fp_, remove redundant #defines.
+       * lib/fflush.c: Include stdio-impl.h.
+       (clear_ungetc_buffer): Remove redundant #defines.
+       * lib/fpurge.c: Include stdio-impl.h.
+       (fpurge): Remove redundant #defines.
+       * lib/freadable.c: Include stdio-impl.h.
+       (freadable): Remove redundant #defines.
+       * lib/freadahead.c: Include stdio-impl.h.
+       (freadahead): Remove redundant #defines.
+       * lib/freading.c: Include stdio-impl.h.
+       (freading): Remove redundant #defines.
+       * lib/freadptr.c: Include stdio-impl.h.
+       (freadptr): Remove redundant #defines.
+       * lib/freadseek.c: Include stdio-impl.h.
+       (freadptrinc): Remove redundant #defines.
+       * lib/fseeko.c: Include stdio-impl.h.
+       (rpl_fseeko): Remove redundant #defines.
+       * lib/fseterr.c: Include stdio-impl.h.
+       (fseterr): Remove redundant #defines.
+       * lib/fwritable.c: Include stdio-impl.h.
+       (fwritable: Remove redundant #defines.
+       * lib/fwriting.c: Include stdio-impl.h.
+       (fwriting): Remove redundant #defines.
+       * modules/fbufmode (Files): Add lib/stdio-impl.h.
+       * modules/fflush (Files): Likewise.
+       * modules/fpurge (Files): Likewise.
+       * modules/freadable (Files): Likewise.
+       * modules/freadahead (Files): Likewise.
+       * modules/freading (Files): Likewise.
+       * modules/freadptr (Files): Likewise.
+       * modules/freadseek (Files): Likewise.
+       * modules/fseeko (Files): Likewise.
+       * modules/fseterr (Files): Likewise.
+       * modules/fwritable (Files): Likewise.
+       * modules/fwriting (Files): Likewise.
+
+2008-04-26  Bruno Haible  <bruno@clisp.org>
+
+       * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
+       restore_seek_optimization, update_fpos_cache): New functions, extracted
+       from rpl_fflush.
+       (rpl_fflush): Use them.
+       * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
+       (gl_REPLACE_FFLUSH): Use it.
+
 2008-04-26  Bruno Haible  <bruno@clisp.org>
 
        * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
        * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
 
 2008-04-26  Eric Blake  <ebb9@byu.net>
-            Bruno Haible  <bruno@clisp.org>
+           Bruno Haible  <bruno@clisp.org>
 
        * lib/memchr.c: Include intprops.h.
        (__memchr): Optimize parallel detection of matching bytes. Rename local