1 |
|
2004-09-20 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* dis2pm.pl (type_label): New option 'is_pod' implemented. |
4 |
|
(get_redef_description): New function. |
5 |
|
(get_isa_description): New function. |
6 |
|
(disdoc2pod, disdoc2text): New. |
7 |
|
(get_description): DISDOC support. |
8 |
|
(valid_err, valid_err): New option 'node' implemented. |
9 |
|
|
10 |
|
* ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New. |
11 |
|
|
12 |
|
2004-09-19 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* dis2pm.pl (condition_match): Report error if the condition |
15 |
|
not defined. |
16 |
|
|
17 |
|
* ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code. |
18 |
|
|
19 |
|
* dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute |
20 |
|
introduced. |
21 |
|
(constgroup2perl): Define is-a relationship between group |
22 |
|
Name and its Type. |
23 |
|
(constgroup2perl): "IsBitMask" attribute introduced. |
24 |
|
|
25 |
|
* ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis". |
26 |
|
|
27 |
|
* dis2pm.pl (type_label): Type label for unsigned-long and |
28 |
|
unsigned-short added. |
29 |
|
(perl_code): Die if uninitialized value is given. |
30 |
|
(is_all_implemented): New function. |
31 |
|
|
32 |
|
* ManakaiDOMXML.dis: New module. |
33 |
|
|
34 |
|
* ManakaiDOMCore.dis: New module. |
35 |
|
|
36 |
|
* dis2pm.pl (dis2perl): 'Overridden' added. |
37 |
|
|
38 |
|
2004-09-18 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning. |
41 |
|
(ManakaiDOMNodeObject->orphanate): New internal method. |
42 |
|
(Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls |
43 |
|
of internal methods are now qualified by the package name. |
44 |
|
|
45 |
|
2004-09-17 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* DOMMain.dis: 'SpecLevel' attribute added. |
48 |
|
|
49 |
|
* idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'. |
50 |
|
|
51 |
|
* dis2pm.pl (get_level_description): Attribute name to see is |
52 |
|
changed from 'Level' to 'SpecLevel' |
53 |
|
(const2perl): Don't hardlink constant not to be warned |
54 |
|
by perl -w. |
55 |
|
(ops2perl): Declare subroutine 'DESTROY' not to be warned by |
56 |
|
perl -w. |
57 |
|
(get_internal_code): Support of lang:dis. |
58 |
|
|
59 |
|
* ManakaiDOM.dis (newReference): New parameter 'class' introduced. |
60 |
|
|
61 |
|
* dis2pm.pl (perl_builtin_code:<ManakaiDOM:ManakaiDOMNamespaceURI>): |
62 |
|
Separeted from "DOMString". |
63 |
|
(if2perl, attr2perl): Don't cast to DOMString. |
64 |
|
|
65 |
|
2004-09-15 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented. |
68 |
|
(perl_if): Don't indent if preprocessing direction found. |
69 |
|
(perl_code_source): Add \n before the #line directive. |
70 |
|
|
71 |
|
2004-09-14 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support |
74 |
|
attribute. |
75 |
|
(perl_code): __SUPER{name}__ syntax implemented. |
76 |
|
|
77 |
|
2004-09-13 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* dis2pm.pl (dis2perl): New. |
80 |
|
|
81 |
|
2004-09-12 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* dis2pm.pl (get_warning_perl_code): New. |
84 |
|
|
85 |
|
2004-09-10 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* ManakaiDOM.dis (MDOM_NS_EMPTY_URI): New Exception type. |
88 |
|
(ManakaiDOMNamespaceURI): New DataType. |
89 |
|
|
90 |
|
* DOMCore.dis: Most part of DOMImplementation interface is |
91 |
|
implemented. |
92 |
|
|
93 |
|
* dis2pm.pl (method2perl): Description for returned value |
94 |
|
is changed to be grouped. |
95 |
|
(get_value_literal): Don't quote "null" even if it is a DOMString. |
96 |
|
(perl_exception): Don't output terminating semicolon. |
97 |
|
(perl_builtin_code): ManakaiDOM:ManakaiDOMNamespaceURI is |
98 |
|
supported. |
99 |
|
|
100 |
|
2004-09-09 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception' |
103 |
|
implemented. |
104 |
|
|
105 |
|
* idl2dis.pl (type): Don't output Require element for |
106 |
|
DOMMain module (now it is implicitly required by default). |
107 |
|
|
108 |
2004-09-01 Wakaba <wakaba@suika.fam.cx> |
2004-09-01 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
* idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'. |
* idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'. |