aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-07-10 08:35:55 +0400
committerDmitry Antipov2014-07-10 08:35:55 +0400
commit80fb41cd90467782f4cfb21074aaa4f95308985e (patch)
tree00ffd4871657cc09edb7d61e6de233d753c1b7d5 /src/ChangeLog
parent09880d8533e588da3388263f8c2360eb28ccc878 (diff)
downloademacs-80fb41cd90467782f4cfb21074aaa4f95308985e.tar.gz
emacs-80fb41cd90467782f4cfb21074aaa4f95308985e.zip
* coding.h (struct coding_system): Remove 'error_positions' (unused)
and 'errors' (set but unused) fields. Use bitfields for 'eol_seen', 'mode', 'common_flags' and 'result' fields, adjust layout to avoid extra padding and shrink struct coding_system by 56 bytes (x86_64). * coding.c (decode_coding_utf_8, decode_coding_utf_16) (decode_coding_emacs_mule, decode_coding_iso_2022, decode_coding_sjis) (decode_coding_big5, decode_coding_charset, decode_coding) (encode_coding): Adjust users.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
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 @@
12014-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
12014-07-09 Paul Eggert <eggert@cs.ucla.edu> 122014-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.