diff options
| author | Paul Eggert | 2011-12-31 00:36:43 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-31 00:36:43 -0800 |
| commit | 4baa020dd90f2925db503a92a0ab71cc49ddc89a (patch) | |
| tree | 060e80e9e1e76f32780474bf299cb293311f00da /src | |
| parent | 7c2b8880efc4c11f6c56b2bf13854d0e1bdd2d8d (diff) | |
| download | emacs-4baa020dd90f2925db503a92a0ab71cc49ddc89a.tar.gz emacs-4baa020dd90f2925db503a92a0ab71cc49ddc89a.zip | |
Add Bug#8828 to my 2011-06-15 entry.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e8b59fff9a9..937b96107bc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4433,7 +4433,7 @@ | |||
| 4433 | 4433 | ||
| 4434 | 2011-06-15 Paul Eggert <eggert@cs.ucla.edu> | 4434 | 2011-06-15 Paul Eggert <eggert@cs.ucla.edu> |
| 4435 | 4435 | ||
| 4436 | Integer overflow and signedness fixes (Bug#8873). | 4436 | Integer overflow and signedness fixes (Bug#8873, Bug#8828). |
| 4437 | 4437 | ||
| 4438 | * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772. | 4438 | * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772. |
| 4439 | (GET_CCL_RANGE, IN_INT_RANGE): Use it. | 4439 | (GET_CCL_RANGE, IN_INT_RANGE): Use it. |