emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104399: src/ChangeLog: Fix last entr


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104399: src/ChangeLog: Fix last entry.
Date: Sat, 28 May 2011 15:54:28 +0300
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104399
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2011-05-28 15:54:28 +0300
message:
  src/ChangeLog: Fix last entry.
modified:
  src/ChangeLog
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-05-28 12:19:08 +0000
+++ b/src/ChangeLog     2011-05-28 12:54:28 +0000
@@ -1,13 +1,13 @@
 2011-05-28  Jim Meyering  <address@hidden>
 
-       avoid a sign-extension bug in crypto_hash_function
+       Avoid a sign-extension bug in crypto_hash_function.
        * fns.c (to_uchar): Define.
        (crypto_hash_function): Use it to convert some newly-signed
        variables to unsigned, to avoid sign-extension bugs.  For example,
        without this change, (md5 "truc") would evaluate to
        45723a2aff78ff4fff7fff1114760e62 rather than the expected
        45723a2af3788c4ff17f8d1114760e62.  Reported by Antoine Levitt in
-       http://thread.gmane.org/gmane.emacs.devel/139824
+       https://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00883.html.
 
 2011-05-27  Paul Eggert  <address@hidden>
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]