-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
84 lines (63 loc) · 2.86 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
2008-10-25 Christian Weisgerber <naddy@mips.inka.de
* tests/run.in: protect options within string arguments to test.
2008-08-24 Micah Cowan <micah@addictivecode.org>
* src/teseq.c (iso_ir_names, iso_ir_control_names): Move
ISO_8859-X names back to ISO-8859-1, to match the IANA-preferred
designations. Use space instead of underscore for "ISO 646" in the
control names section, since it refers to a standard, rather than
a MIME charset designation.
2008-08-23 Micah Cowan <micah@addictivecode.org>
* src/teseq.c (iso_ir_names, iso_ir_control_names): Be consistent
about choice of underscore in place of the space character, and
use the IANA-preferred (and more recognizable) name US-ASCII
rather than ISO646-US.
* tests/iso-2022/expected: Adjust for new and altered character
set descriptions.
2008-08-23 Bruno Haible <bruno@clisp.org>
Show designated target code sets with their name.
* src/teseq.c (ISO646, ISO8859): Remove macros.
(get_set_name): Remove function.
(iso_ir_names): New constant.
(iso_ir_name): New function.
(iso_ir_table1): New constant.
(iso_ir_table1_name): New function.
(iso_ir_table2): New constant.
(iso_ir_table2_name): New function.
(iso_ir_table3): New constant.
(iso_ir_table3_name): New function.
(iso_ir_table4): New constant.
(iso_ir_table4_name): New function.
(iso_ir_control_names): New constant.
(iso_ir_table5): New constant.
(iso_ir_c0_name): New function.
(iso_ir_table6): New constant.
(iso_ir_c1_name): New function.
(print_cxd_info): Print more details when configuration.descriptions
is set.
(print_gxd_info): Add argument i1. Print more details when
configuration.descriptions is set.
(print_gxdm_info): Print more details when configuration.descriptions
is set.
(handle_nF): Update print_gxd_info call.
2008-08-23 Micah Cowan <micah@addictivecode.org>
* tests/iso-2022/input, tests/iso-2022/expected: Add test sequence
for Bruno's print_gxdm_info fix.
2008-08-23 Bruno Haible <bruno@clisp.org>
* src/teseq.c (print_gxdm_info): Accept final byte 0x40..41 also with
i1 values different from 0 and 0x28.
2008-08-06 Ryan Niebur <ryanryan52@gmail.com>
* Makefile.am: Provide text for NAMES sections in the manpages.
2008-08-06 Micah Cowan <micah@addictivecode.org>
* Makefile.am: Remove AM_CFLAGS; it's not appropriate as a spot
for overridable defaults.
* src/teseq.c (print_gxdm_info): Ensure we don't index the
desig_strs string unless the index is in the appropriate
range. Thanks to Bruno Haible for spotting the bug.
* tests/iso-2022/input, tests/iso-2022/output: Tests for
print_gxdm_info fix ("Esc $ z").
2008-08-01 Micah Cowan <micah@addictivecode.org>
* Initial release, vesion 1.0.0!
Copyright (C) 2008 Micah Cowan.
Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty provided the copyright notice
and this notice are preserved.