Fix typo in comment.
[pspp] / ChangeLog
index 1fdfa06e1734e281171fe583a6eb0613615663e5..041e8f7160201a0816a4afb8c6e801fa71e6b526 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2010-04-11  Bruno Haible  <bruno@clisp.org>
+
+       * m4/libunistring.m4 (gl_LIBUNISTRING): Fix typo in comment.
+
+2010-04-11  Jim Meyering  <meyering@redhat.com>
+
+       maint.mk: don't include dist-check.mk
+       * top/maint.mk: Remove bogus include directive.
+
+       maint.mk: improve empty-line-at-EOF check
+       * top/maint.mk (sc_prohibit_empty_lines_at_EOF): Use Perl-based
+       solution, rather than tail+Perl-based one.  The latter would read
+       a few kilobytes from the end of each file, and did not handle empty
+       files properly.
+
+       maint.mk: print the elapsed time for each syntax-check rule
+       * top/maint.mk (sc_m_rules_): Save start time in a file.
+       (sc_z_rules_): New rules: remove temp file and print elapsed time.
+       (local-check): Interpose the .z rules
+
 2010-04-11  Jim Meyering  <meyering@redhat.com>
 
        maint.mk: detect_empty_lines_at_EOF_: avoid FP for an empty file