fclose: Fix possible link error.
[pspp] / ChangeLog
index 00e42d5764515645a6f636b4b2715561141c1249..c7dec5eef14532091ff366db23df0eec87cde72e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,24 @@
+2011-05-11  Bruno Haible  <bruno@clisp.org>
+
+       fclose: Fix possible link error.
+       * lib/fclose.c (rpl_fclose): Invoke _gl_unregister_fd, not
+       unregister_shadow_fd. Improve comments.
+       * lib/sockets.c (close_fd_maybe_socket): Add comments. Reported by
+       Eric Blake.
+
 2011-05-11  Jim Meyering  <meyering@redhat.com>
 
        maint.mk: improve "can not" detection and generalize rule name
-       * top/maint.mk (sc_prohibit_misc): Renamed from sc_prohibit_can_not,
-       since we'll probably add a few more word pairs here.
+       * top/maint.mk (sc_prohibit_undesirable_word_seq): Renamed from
+       sc_prohibit_can_not, since we'll probably add a few more word pairs here.
        Use the same technique as in sc_prohibit_doubled_word, so that
        we recognize "can not" also when the words are separated by a newline.
        Suggested by Eric Blake.
        (perl_filename_lineno_text_): Define.  Factored out of...
        (prohibit_doubled_word_): ...here.  Use the new definition.
-       (prohibit_misc_): New var.  Use it here, too.
-       (prohibit_misc_RE_): New overridable variable.
+       (prohibit_undesirable_word_seq_): New var.  Use it here, too.
+       (prohibit_undesirable_word_seq_RE_): New overridable variable.
+       (ignore_undesirable_word_sequence_RE_): New overridable variable.
 
 2011-05-10  Eric Blake  <eblake@redhat.com>