Add pmccabe2html module, from gnupdf.
[gnulib.git] / ChangeLog
index 052772a..532fa3d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,114 @@
+2008-10-07  Simon Josefsson  <simon@josefsson.org>
+
+       Add pmccabe2html module, from gnupdf.
+       * build-aux/pmccabe.css: New file.
+       * build-aux/pmccabe2html: New file.
+       * m4/pmccabe2html.m4: New file.
+       * modules/pmccabe2html: New file.
+
+2008-10-07  Richard W.M. Jones <rjones@redhat.com>
+
+       flock: new module
+       * MODULES.html.sh: Add to list of modules.
+       * lib/flock.c: flock implementation for Windows and Unix systems
+       which have fcntl.
+       * doc/glibc-functions/flock.texi: Update documentation.
+       * lib/sys_file.in.h: <sys/file.h> header file.
+       * m4/flock.m4: M4 macros.
+       * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
+       * modules/flock: flock module.
+       * modules/flock-tests: flock tests module.
+       * modules/sys_file: sys/file.h module.
+       * tests/test-flock.c: test suite for flock.
+
+2008-10-06  Jim Meyering  <meyering@redhat.com>
+
+       bootstrap: check for LT_INIT more portably still ;-)
+       * build-aux/bootstrap: Don't rely on \>, since it's not portable.
+       Spotted by Bruno Haible.
+
+2008-10-06  Eric Blake  <ebb9@byu.net>
+
+       test-signbit: avoid tripping Irix cc bug on -0.0L
+       * tests/test-signbit.c (minus_zerol): Delete, and replace with
+       '-zerol'.  This may break on HP-UX/hppa, but at least makes the
+       entire testsuite consistent and avoids an Irix 6.2 bug.
+
+2008-10-05  Bruno Haible  <bruno@clisp.org>
+            Jim Meyering  <jim@meyering.net>
+
+       Add an option for ignoring EPIPE during close_stdout.
+       * lib/closeout.h: Include <stdbool.h>.
+       (close_stdout_set_ignore_EPIPE): New declaration.
+       * lib/closeout.c: Include <stdbool.h>.
+       (ignore_EPIPE): New variable.
+       (close_stdout_set_ignore_EPIPE): New function.
+       (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
+       * lib/close-stream.c (close_stream): Mention the possible EPIPE
+       failure.
+       * modules/closeout (Depends-on): Add stdbool.
+
+2008-10-05  Bruno Haible  <bruno@clisp.org>
+
+       * modules/accept: New file.
+       * modules/bind: New file.
+       * modules/connect: New file.
+       * modules/getpeername: New file.
+       * modules/getsockname: New file.
+       * modules/getsockopt: New file.
+       * modules/listen: New file.
+       * modules/recv: New file.
+       * modules/recvfrom: New file.
+       * modules/send: New file.
+       * modules/sendto: New file.
+       * modules/setsockopt: New file.
+       * modules/socket: New file.
+       * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
+       (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
+       listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
+       the particular module is requested. Add a link warning when the
+       particular module is not requested.
+       * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
+       rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
+       rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
+       the particular module is requested.
+       * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
+       gl_SYS_SOCKET_H_DEFAULTS): New macros.
+       (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
+       * modules/sys_socket (Depends-on): Add link-warning.
+       (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
+       GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
+       GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
+       GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
+       GL_LINK_WARNING.
+       * doc/posix-functions/accept.texi: Mention the new module 'accept'.
+       * doc/posix-functions/bind.texi: Mention the new module 'bind'.
+       * doc/posix-functions/connect.texi: Mention the new module 'connect'.
+       * doc/posix-functions/getpeername.texi: Mention the new module
+       'getpeername'.
+       * doc/posix-functions/getsockname.texi: Mention the new module
+       'getsockname'.
+       * doc/posix-functions/getsockopt.texi: Mention the new module
+       'getsockopt'.
+       * doc/posix-functions/listen.texi: Mention the new module 'listen'.
+       * doc/posix-functions/recv.texi: Mention the new module 'recv'.
+       * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
+       * doc/posix-functions/send.texi: Mention the new module 'send'.
+       * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
+       * doc/posix-functions/setsockopt.texi: Mention the new module
+       'setsockopt'.
+       * doc/posix-functions/socket.texi: Mention the new module 'socket'.
+       * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
+       listen, connect, accept.
+       * modules/select-tests (Depends-on): Likewise.
+
+2008-10-05  Bruno Haible  <bruno@clisp.org>
+
+       * lib/winsock.c (strerror): Remove unused #undef.
+       (rpl_close): Remove unused local variable.
+
+       * modules/sys_socket (Depends-on); Add errno.
+
 2008-10-05  Bruno Haible  <bruno@clisp.org>
 
        * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.