aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-12 14:40:06 -0800
committerPaul Eggert2011-02-12 14:40:06 -0800
commit6d302144c218f12bd380344ae2d3ed87a6ea9327 (patch)
treebedd14c9203fc10bd1bdf40d281455a28c655bec /src/ChangeLog
parent583dab51b0c1962c10d5b8baf9da7af7921e8775 (diff)
parent33d605d0d1a5902ae1e8f9f9bed9e961233bbc43 (diff)
downloademacs-6d302144c218f12bd380344ae2d3ed87a6ea9327.tar.gz
emacs-6d302144c218f12bd380344ae2d3ed87a6ea9327.zip
Merge from mainline.
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 031b254739e..b56a2ce8dff 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.