aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
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.