diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bcd004d9677..541697c5567 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2014-07-10 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * coding.h (struct coding_system): Remove 'error_positions' (unused) | ||
| 4 | and 'errors' (set but unused) fields. Use bitfields for 'eol_seen', | ||
| 5 | 'mode', 'common_flags' and 'result' fields, adjust layout to avoid | ||
| 6 | extra padding and shrink struct coding_system by 56 bytes (x86_64). | ||
| 7 | * coding.c (decode_coding_utf_8, decode_coding_utf_16) | ||
| 8 | (decode_coding_emacs_mule, decode_coding_iso_2022, decode_coding_sjis) | ||
| 9 | (decode_coding_big5, decode_coding_charset, decode_coding) | ||
| 10 | (encode_coding): Adjust users. | ||
| 11 | |||
| 1 | 2014-07-09 Paul Eggert <eggert@cs.ucla.edu> | 12 | 2014-07-09 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 13 | ||
| 3 | * syntax.c (back_comment): Use more-natural location for label. | 14 | * syntax.c (back_comment): Use more-natural location for label. |