diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
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 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-02-12 Andreas Schwab <schwab@linux-m68k.org> | 8 | 2011-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. |