1 |
|
2004-09-27 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMLS.dis, ManakaiDOMLS2003: New file. |
4 |
|
|
5 |
|
* dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL |
6 |
|
license. |
7 |
|
(disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE', |
8 |
|
'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported. |
9 |
|
(perl_name): Die if uninitialized value. |
10 |
|
(constgroup2perl): Support constant group without machine-name. |
11 |
|
(pod_item): Die if uninitialized value. |
12 |
|
(qname_label): Don't output default prefix. |
13 |
|
|
14 |
|
* idl2dis.pl: Output module name and prefix as 'BindingName' |
15 |
|
and 'FileName'. |
16 |
|
|
17 |
|
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* dis2pm.pl (constgroup2perl): Capitalize name. |
20 |
|
|
21 |
|
* idl2dis.pl (type, raise): Prepend namespace prefix if |
22 |
|
type is 'DOMString' or 'DOMException' and it is not defined. |
23 |
|
(MAIN): Make empty 'Return' element even if return |
24 |
|
value is void. |
25 |
|
(supply_incase): New. |
26 |
|
(const): Use 'FullName' in favor of 'Description' if the name of |
27 |
|
the const group is not a machine-friendly name. |
28 |
|
|
29 |
|
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* dis2pm.pl (get_incase_label): Error if label is undef. |
32 |
|
|
33 |
|
2004-09-25 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* dis2pm.pl: Generate TODO list. |
36 |
|
(method2perl): Use "dis". |
37 |
|
(disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added. |
38 |
|
(perl_builtin_code): New code 'isRelativeDOMURI' added. |
39 |
|
|
40 |
|
* ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New |
41 |
|
warning code. |
42 |
|
|
43 |
|
* dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the |
44 |
|
method or attribute(set) does not return a value. |
45 |
|
(perl_code): New macro 'WHEN' added. Macro 'INT{}' now allow |
46 |
|
parameter. |
47 |
|
|
48 |
|
2004-09-24 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* dis2pm.pl (perl_exception): New 'subtype' parameter added. |
51 |
|
(param2poditem): New. |
52 |
|
(MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary. |
53 |
|
(perl_builtin_code): More developer-friendly error report. |
54 |
|
(perl_code): New 'REQUIRE' statement added. |
55 |
|
(disdoc2text, disdoc2pod): New 'QUOTE' element type added. |
56 |
|
(get_value_literal): Default for unknown type is now 'undef'. |
57 |
|
|
58 |
|
2004-09-22 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* dis2pm.pl (perl_builtin_code): New 'CheckName' and |
61 |
|
'XMLVersion' added. |
62 |
|
|
63 |
|
2004-09-20 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* dis2pm.pl (get_redef_description): See 'RedefinedBy' elements |
66 |
|
even if it is 'ReMethod' and 'ReAttr' element. |
67 |
|
|
68 |
2004-09-20 Wakaba <wakaba@suika.fam.cx> |
2004-09-20 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
* dis2pm.pl (type_label): New option 'is_pod' implemented. |
* dis2pm.pl (type_label): New option 'is_pod' implemented. |