diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8e439f1a1d4..d35c65266cc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -6764,7 +6764,7 @@ | |||
| 6764 | conversion specifiers. For example, use "...%"pI"d..." rather | 6764 | conversion specifiers. For example, use "...%"pI"d..." rather |
| 6765 | than "...%"pEd"...". | 6765 | than "...%"pEd"...". |
| 6766 | (pEd): Remove. All uses replaced with similar uses of pI. | 6766 | (pEd): Remove. All uses replaced with similar uses of pI. |
| 6767 | * src/m/amdx86-64.h, src/m/ia64.h, src/m/ibms390x.h: Likewise. | 6767 | * m/amdx86-64.h, m/ia64.h, m/ibms390x.h: Likewise. |
| 6768 | * alloc.c (check_pure_size): Don't overflow by converting size to int. | 6768 | * alloc.c (check_pure_size): Don't overflow by converting size to int. |
| 6769 | * bidi.c (bidi_dump_cached_states): Use pI to avoid cast. | 6769 | * bidi.c (bidi_dump_cached_states): Use pI to avoid cast. |
| 6770 | * data.c (Fnumber_to_string): Use pI instead of if-then-else-abort. | 6770 | * data.c (Fnumber_to_string): Use pI instead of if-then-else-abort. |
| @@ -7746,8 +7746,7 @@ | |||
| 7746 | Without this change, on typical 64-bit hosts error ("...%d...", N) | 7746 | Without this change, on typical 64-bit hosts error ("...%d...", N) |
| 7747 | was used to print both 32- and 64-bit integers N, which relied on | 7747 | was used to print both 32- and 64-bit integers N, which relied on |
| 7748 | undefined behavior. | 7748 | undefined behavior. |
| 7749 | * lisp.h, src/m/amdx86-64.h, src/m/ia64.h, src/m/ibms390x.h (pEd): | 7749 | * lisp.h, m/amdx86-64.h, m/ia64.h, m/ibms390x.h (pEd): New macro. |
| 7750 | New macro. | ||
| 7751 | * lisp.h (error, verror): Mark as printf-like functions. | 7750 | * lisp.h (error, verror): Mark as printf-like functions. |
| 7752 | * eval.c (verror): Use vsnprintf, not doprnt, to do the real work. | 7751 | * eval.c (verror): Use vsnprintf, not doprnt, to do the real work. |
| 7753 | Report overflow in size calculations when allocating printf buffer. | 7752 | Report overflow in size calculations when allocating printf buffer. |