diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 960639af152..ffd706a9a82 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-08-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * lisp.h (vcopy): Use memcpy rather than our own loop. | ||
| 4 | This fixes a performance regression introduced by the recent | ||
| 5 | addition of vcopy. This means 'vcopy' will need to be modified | ||
| 6 | for a copying collector, but that's OK. Also, tighten the | ||
| 7 | checking in the assertion. | ||
| 8 | |||
| 1 | 2012-08-21 Eli Zaretskii <eliz@gnu.org> | 9 | 2012-08-21 Eli Zaretskii <eliz@gnu.org> |
| 2 | 10 | ||
| 3 | * w32uniscribe.c (uniscribe_shape): Fix producing gstring | 11 | * w32uniscribe.c (uniscribe_shape): Fix producing gstring |