diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e2ac23256a7..c08ef73ca1e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2011-04-27 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | Improve `doprnt' and its usage. (Bug#8545) | ||
| 4 | * doprnt.c (doprnt): Make sure `format' is never accessed beyond | ||
| 5 | `format_end'. Remove support for %l as a conversion specifier. | ||
| 6 | Don't use xrealloc. Improve diagnostics when the %l size modifier | ||
| 7 | is used. Update the commentary. | ||
| 8 | |||
| 9 | * eval.c (verror): Simplify calculation of size_t. | ||
| 10 | |||
| 11 | * coding.c (Ffind_operation_coding_system): Fix diagnostic error | ||
| 12 | messages. | ||
| 13 | |||
| 1 | 2011-04-27 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change) | 14 | 2011-04-27 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change) |
| 2 | 15 | ||
| 3 | * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing | 16 | * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing |