sha1.c, md5.c: Hoist a redundant expression.
[gnulib.git] / ChangeLog
index 11152c8..97d711f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2008-03-15  Jim Meyering  <meyering@redhat.com>
+
+       sha1.c, md5.c: Hoist a redundant expression.
+       * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
+       "ctx->buflen" only once, before calling *_process_block.
+       * lib/md5.c (md5_process_bytes): Likewise.
+
+2008-03-14  Eric Blake  <ebb9@byu.net>
+
+       Bump copyright year in files generated by gnulib-tool.
+       * gnulib-tool (func_emit_copyright_notice): Extract copyright from
+       gnulib-tool, rather than hard-coding it.
+
+       Fix 'gnulib-tool --version' output to work with git.
+       * gnulib-tool (func_gnulib_dir): New function, extracted from...
+       (startup): ...here.
+       (func_version): Use it to invoke git-version-gen, rather than
+       relying on CVS keyword expansion.  Modernize wording.
+       (cvsdatestamp, last_checkin_date, version): Kill unused
+       variables.
+
 2008-03-12  Jim Meyering  <meyering@redhat.com>
 
        Recognize optional cast of the argument to free.