aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-12 14:36:22 -0800
committerPaul Eggert2011-02-12 14:36:22 -0800
commit33d605d0d1a5902ae1e8f9f9bed9e961233bbc43 (patch)
tree8613ef5b1d73ff43ac5d963bee0d3417b98abba8 /src/ChangeLog
parentaca6915a1d31be73aa9ed6436f71834efd2b8b20 (diff)
downloademacs-33d605d0d1a5902ae1e8f9f9bed9e961233bbc43.tar.gz
emacs-33d605d0d1a5902ae1e8f9f9bed9e961233bbc43.zip
* md5.c (md5_process_bytes): Use sizeof, not __alignof__.
The difference doesn't matter here, in practice, and sizeof is more portable to non-GCC compilers. Also, this makes the code match the already-existing comment.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8ba7b61290e..4469297e32f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12011-02-12 Paul Eggert <eggert@cs.ucla.edu>
2
3 * md5.c (md5_process_bytes): Use sizeof, not __alignof__.
4 The difference doesn't matter here, in practice, and sizeof is
5 more portable to non-GCC compilers. Also, this makes the code
6 match the already-existing comment.
7
12011-02-12 Andreas Schwab <schwab@linux-m68k.org> 82011-02-12 Andreas Schwab <schwab@linux-m68k.org>
2 9
3 * process.c (create_process): Reset SIGPIPE handler in the child. 10 * process.c (create_process): Reset SIGPIPE handler in the child.