1 |
|
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* dis2pm.pl (constgroup2perl): Capitalize name. |
4 |
|
|
5 |
|
* idl2dis.pl (type, raise): Prepend namespace prefix if |
6 |
|
type is 'DOMString' or 'DOMException' and it is not defined. |
7 |
|
(MAIN): Make empty 'Return' element even if return |
8 |
|
value is void. |
9 |
|
(supply_incase): New. |
10 |
|
(const): Use 'FullName' in favor of 'Description' if the name of |
11 |
|
the const group is not a machine-friendly name. |
12 |
|
|
13 |
|
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* dis2pm.pl (get_incase_label): Error if label is undef. |
16 |
|
|
17 |
|
2004-09-25 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* dis2pm.pl: Generate TODO list. |
20 |
|
(method2perl): Use "dis". |
21 |
|
(disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added. |
22 |
|
(perl_builtin_code): New code 'isRelativeDOMURI' added. |
23 |
|
|
24 |
|
* ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New |
25 |
|
warning code. |
26 |
|
|
27 |
|
* dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the |
28 |
|
method or attribute(set) does not return a value. |
29 |
|
(perl_code): New macro 'WHEN' added. Macro 'INT{}' now allow |
30 |
|
parameter. |
31 |
|
|
32 |
|
2004-09-24 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* dis2pm.pl (perl_exception): New 'subtype' parameter added. |
35 |
|
(param2poditem): New. |
36 |
|
(MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary. |
37 |
|
(perl_builtin_code): More developer-friendly error report. |
38 |
|
(perl_code): New 'REQUIRE' statement added. |
39 |
|
(disdoc2text, disdoc2pod): New 'QUOTE' element type added. |
40 |
|
(get_value_literal): Default for unknown type is now 'undef'. |
41 |
|
|
42 |
|
2004-09-22 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* dis2pm.pl (perl_builtin_code): New 'CheckName' and |
45 |
|
'XMLVersion' added. |
46 |
|
|
47 |
|
2004-09-20 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* dis2pm.pl (get_redef_description): See 'RedefinedBy' elements |
50 |
|
even if it is 'ReMethod' and 'ReAttr' element. |
51 |
|
|
52 |
|
2004-09-20 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* dis2pm.pl (type_label): New option 'is_pod' implemented. |
55 |
|
(get_redef_description): New function. |
56 |
|
(get_isa_description): New function. |
57 |
|
(disdoc2pod, disdoc2text): New. |
58 |
|
(get_description): DISDOC support. |
59 |
|
(valid_err, valid_err): New option 'node' implemented. |
60 |
|
|
61 |
|
* ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New. |
62 |
|
|
63 |
2004-09-19 Wakaba <wakaba@suika.fam.cx> |
2004-09-19 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* dis2pm.pl (condition_match): Report error if the condition |
66 |
|
not defined. |
67 |
|
|
68 |
|
* ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code. |
69 |
|
|
70 |
|
* dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute |
71 |
|
introduced. |
72 |
|
(constgroup2perl): Define is-a relationship between group |
73 |
|
Name and its Type. |
74 |
|
(constgroup2perl): "IsBitMask" attribute introduced. |
75 |
|
|
76 |
|
* ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis". |
77 |
|
|
78 |
* dis2pm.pl (type_label): Type label for unsigned-long and |
* dis2pm.pl (type_label): Type label for unsigned-long and |
79 |
unsigned-short added. |
unsigned-short added. |
80 |
(perl_code): Die if uninitialized value is given. |
(perl_code): Die if uninitialized value is given. |