aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 275d7e08a76..54fe58d1118 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-06-14 Paul Eggert <eggert@cs.ucla.edu> 12011-06-14 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length.
4
3 * eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now. 5 * eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now.
4 6
5 Variadic C functions now count arguments with ptrdiff_t. 7 Variadic C functions now count arguments with ptrdiff_t.