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