diff options
| author | Paul Eggert | 2011-06-15 12:40:52 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-15 12:40:52 -0700 |
| commit | b1c46f026de9d185ba86ffb1b23c50f2bd095ccf (patch) | |
| tree | 9f14768fa2b513e63a69102eb7514a129db872e5 /src/ChangeLog | |
| parent | 096a9774c8a8c8710f07e2fbab54e35efeb38050 (diff) | |
| download | emacs-b1c46f026de9d185ba86ffb1b23c50f2bd095ccf.tar.gz emacs-b1c46f026de9d185ba86ffb1b23c50f2bd095ccf.zip | |
* ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772.
(GET_CCL_RANGE, IN_INT_RANGE): Use it.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5dafba7cdc1..d06cde56e65 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,9 @@ | |||
| 2 | 2 | ||
| 3 | Integer overflow and signedness fixes. | 3 | Integer overflow and signedness fixes. |
| 4 | 4 | ||
| 5 | * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772. | ||
| 6 | (GET_CCL_RANGE, IN_INT_RANGE): Use it. | ||
| 7 | |||
| 5 | * fileio.c: Don't assume EMACS_INT fits in off_t. | 8 | * fileio.c: Don't assume EMACS_INT fits in off_t. |
| 6 | (emacs_lseek): New static function. | 9 | (emacs_lseek): New static function. |
| 7 | (Finsert_file_contents, Fwrite_region): Use it. | 10 | (Finsert_file_contents, Fwrite_region): Use it. |