diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 975bcaaba0e..73e24bcf829 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-07-19 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * alloc.c (staticpro): Avoid buffer overrun on repeated calls. | ||
| 4 | (NSTATICS): Now a constant; doesn't need to be a macro. | ||
| 5 | |||
| 1 | 2013-07-19 Richard Stallman <rms@gnu.org> | 6 | 2013-07-19 Richard Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * coding.c (decode_coding_utf_8): Add simple loop for fast | 8 | * coding.c (decode_coding_utf_8): Add simple loop for fast |