1 |
wakaba |
1.26 |
2004-10-09 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
|
3 |
wakaba |
1.27 |
* dis2pm.pl: Functions to create perl/pod structures |
4 |
|
|
are moved to ../../bin/genlib.pl. |
5 |
|
|
|
6 |
wakaba |
1.26 |
* ManakaiDOMLS2003.dis (ManakaiXMLParser2003/parse:#comment): |
7 |
|
|
Set ownerDocument as parent if parent.ownerDocument is null. |
8 |
|
|
|
9 |
|
|
* dis2pm.pl (dis2perl): Report if DIS code has value. |
10 |
|
|
|
11 |
|
|
2004-10-06 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
|
13 |
|
|
* ManakaiDOMCore.dis (IFs): Inherit non-conditional version |
14 |
|
|
of ManakaiDOMMain interfaces. |
15 |
|
|
|
16 |
|
|
* DOMCore.dis (Node.childNodes): Typo fixed. |
17 |
|
|
|
18 |
|
|
* ManakaiDOMLS2003.dis (parse): Check whether the namespace |
19 |
|
|
prefix is null. |
20 |
|
|
|
21 |
|
|
* dis2pm.pl (perl_builtin_code): Allow hash reference as 'features'. |
22 |
|
|
(Condition): Don't generate condition inheritance for DOM1, DOM2 |
23 |
|
|
and DOM3. |
24 |
|
|
|
25 |
wakaba |
1.25 |
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
|
27 |
|
|
* dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New |
28 |
|
|
element type 'FILE' added. |
29 |
|
|
|
30 |
|
|
* ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning, |
31 |
|
|
ManakaiDOMException, ManakaiDOMWarning): New classes. |
32 |
|
|
(ManakaiDOMObject/___report_error): Implemented. |
33 |
|
|
|
34 |
|
|
* dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'. |
35 |
|
|
|
36 |
wakaba |
1.24 |
2004-09-29 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
|
38 |
|
|
* dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl): |
39 |
|
|
New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added. |
40 |
|
|
|
41 |
|
|
2004-09-27 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
|
43 |
|
|
* .cvsignore: New file. |
44 |
|
|
|
45 |
wakaba |
1.22 |
2004-09-27 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
|
47 |
wakaba |
1.23 |
* DOMLS.dis, ManakaiDOMLS2003: New file. |
48 |
|
|
|
49 |
wakaba |
1.22 |
* dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL |
50 |
|
|
license. |
51 |
wakaba |
1.23 |
(disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE', |
52 |
|
|
'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported. |
53 |
|
|
(perl_name): Die if uninitialized value. |
54 |
|
|
(constgroup2perl): Support constant group without machine-name. |
55 |
|
|
(pod_item): Die if uninitialized value. |
56 |
|
|
(qname_label): Don't output default prefix. |
57 |
wakaba |
1.22 |
|
58 |
|
|
* idl2dis.pl: Output module name and prefix as 'BindingName' |
59 |
|
|
and 'FileName'. |
60 |
|
|
|
61 |
wakaba |
1.20 |
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
|
63 |
wakaba |
1.21 |
* dis2pm.pl (constgroup2perl): Capitalize name. |
64 |
|
|
|
65 |
|
|
* idl2dis.pl (type, raise): Prepend namespace prefix if |
66 |
|
|
type is 'DOMString' or 'DOMException' and it is not defined. |
67 |
|
|
(MAIN): Make empty 'Return' element even if return |
68 |
|
|
value is void. |
69 |
|
|
(supply_incase): New. |
70 |
|
|
(const): Use 'FullName' in favor of 'Description' if the name of |
71 |
|
|
the const group is not a machine-friendly name. |
72 |
|
|
|
73 |
|
|
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
|
75 |
wakaba |
1.20 |
* dis2pm.pl (get_incase_label): Error if label is undef. |
76 |
|
|
|
77 |
wakaba |
1.19 |
2004-09-25 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
|
79 |
|
|
* dis2pm.pl: Generate TODO list. |
80 |
|
|
(method2perl): Use "dis". |
81 |
|
|
(disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added. |
82 |
|
|
(perl_builtin_code): New code 'isRelativeDOMURI' added. |
83 |
|
|
|
84 |
|
|
* ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New |
85 |
|
|
warning code. |
86 |
|
|
|
87 |
|
|
* dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the |
88 |
|
|
method or attribute(set) does not return a value. |
89 |
|
|
(perl_code): New macro 'WHEN' added. Macro 'INT{}' now allow |
90 |
|
|
parameter. |
91 |
|
|
|
92 |
wakaba |
1.18 |
2004-09-24 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
|
94 |
|
|
* dis2pm.pl (perl_exception): New 'subtype' parameter added. |
95 |
|
|
(param2poditem): New. |
96 |
|
|
(MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary. |
97 |
|
|
(perl_builtin_code): More developer-friendly error report. |
98 |
|
|
(perl_code): New 'REQUIRE' statement added. |
99 |
|
|
(disdoc2text, disdoc2pod): New 'QUOTE' element type added. |
100 |
|
|
(get_value_literal): Default for unknown type is now 'undef'. |
101 |
|
|
|
102 |
|
|
2004-09-22 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
|
104 |
|
|
* dis2pm.pl (perl_builtin_code): New 'CheckName' and |
105 |
|
|
'XMLVersion' added. |
106 |
|
|
|
107 |
wakaba |
1.16 |
2004-09-20 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
|
109 |
wakaba |
1.17 |
* dis2pm.pl (get_redef_description): See 'RedefinedBy' elements |
110 |
|
|
even if it is 'ReMethod' and 'ReAttr' element. |
111 |
|
|
|
112 |
|
|
2004-09-20 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
|
114 |
wakaba |
1.16 |
* dis2pm.pl (type_label): New option 'is_pod' implemented. |
115 |
|
|
(get_redef_description): New function. |
116 |
|
|
(get_isa_description): New function. |
117 |
|
|
(disdoc2pod, disdoc2text): New. |
118 |
|
|
(get_description): DISDOC support. |
119 |
|
|
(valid_err, valid_err): New option 'node' implemented. |
120 |
|
|
|
121 |
|
|
* ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New. |
122 |
|
|
|
123 |
wakaba |
1.13 |
2004-09-19 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
|
125 |
wakaba |
1.15 |
* dis2pm.pl (condition_match): Report error if the condition |
126 |
|
|
not defined. |
127 |
|
|
|
128 |
|
|
* ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code. |
129 |
|
|
|
130 |
wakaba |
1.14 |
* dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute |
131 |
|
|
introduced. |
132 |
wakaba |
1.15 |
(constgroup2perl): Define is-a relationship between group |
133 |
|
|
Name and its Type. |
134 |
|
|
(constgroup2perl): "IsBitMask" attribute introduced. |
135 |
wakaba |
1.14 |
|
136 |
|
|
* ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis". |
137 |
|
|
|
138 |
wakaba |
1.13 |
* dis2pm.pl (type_label): Type label for unsigned-long and |
139 |
|
|
unsigned-short added. |
140 |
|
|
(perl_code): Die if uninitialized value is given. |
141 |
|
|
(is_all_implemented): New function. |
142 |
|
|
|
143 |
|
|
* ManakaiDOMXML.dis: New module. |
144 |
|
|
|
145 |
|
|
* ManakaiDOMCore.dis: New module. |
146 |
|
|
|
147 |
|
|
* dis2pm.pl (dis2perl): 'Overridden' added. |
148 |
|
|
|
149 |
wakaba |
1.12 |
2004-09-18 Wakaba <wakaba@suika.fam.cx> |
150 |
|
|
|
151 |
|
|
* ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning. |
152 |
|
|
(ManakaiDOMNodeObject->orphanate): New internal method. |
153 |
|
|
(Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls |
154 |
|
|
of internal methods are now qualified by the package name. |
155 |
|
|
|
156 |
wakaba |
1.11 |
2004-09-17 Wakaba <wakaba@suika.fam.cx> |
157 |
|
|
|
158 |
|
|
* DOMMain.dis: 'SpecLevel' attribute added. |
159 |
|
|
|
160 |
|
|
* idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'. |
161 |
|
|
|
162 |
|
|
* dis2pm.pl (get_level_description): Attribute name to see is |
163 |
|
|
changed from 'Level' to 'SpecLevel' |
164 |
|
|
(const2perl): Don't hardlink constant not to be warned |
165 |
|
|
by perl -w. |
166 |
|
|
(ops2perl): Declare subroutine 'DESTROY' not to be warned by |
167 |
|
|
perl -w. |
168 |
wakaba |
1.12 |
(get_internal_code): Support of lang:dis. |
169 |
wakaba |
1.11 |
|
170 |
|
|
* ManakaiDOM.dis (newReference): New parameter 'class' introduced. |
171 |
|
|
|
172 |
|
|
* dis2pm.pl (perl_builtin_code:<ManakaiDOM:ManakaiDOMNamespaceURI>): |
173 |
|
|
Separeted from "DOMString". |
174 |
|
|
(if2perl, attr2perl): Don't cast to DOMString. |
175 |
|
|
|
176 |
wakaba |
1.10 |
2004-09-15 Wakaba <wakaba@suika.fam.cx> |
177 |
|
|
|
178 |
|
|
* dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented. |
179 |
|
|
(perl_if): Don't indent if preprocessing direction found. |
180 |
|
|
(perl_code_source): Add \n before the #line directive. |
181 |
|
|
|
182 |
|
|
2004-09-14 Wakaba <wakaba@suika.fam.cx> |
183 |
|
|
|
184 |
|
|
* dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support |
185 |
|
|
attribute. |
186 |
|
|
(perl_code): __SUPER{name}__ syntax implemented. |
187 |
|
|
|
188 |
wakaba |
1.9 |
2004-09-13 Wakaba <wakaba@suika.fam.cx> |
189 |
|
|
|
190 |
|
|
* dis2pm.pl (dis2perl): New. |
191 |
|
|
|
192 |
|
|
2004-09-12 Wakaba <wakaba@suika.fam.cx> |
193 |
|
|
|
194 |
|
|
* dis2pm.pl (get_warning_perl_code): New. |
195 |
|
|
|
196 |
wakaba |
1.8 |
2004-09-10 Wakaba <wakaba@suika.fam.cx> |
197 |
|
|
|
198 |
|
|
* ManakaiDOM.dis (MDOM_NS_EMPTY_URI): New Exception type. |
199 |
|
|
(ManakaiDOMNamespaceURI): New DataType. |
200 |
|
|
|
201 |
|
|
* DOMCore.dis: Most part of DOMImplementation interface is |
202 |
|
|
implemented. |
203 |
|
|
|
204 |
|
|
* dis2pm.pl (method2perl): Description for returned value |
205 |
|
|
is changed to be grouped. |
206 |
|
|
(get_value_literal): Don't quote "null" even if it is a DOMString. |
207 |
|
|
(perl_exception): Don't output terminating semicolon. |
208 |
|
|
(perl_builtin_code): ManakaiDOM:ManakaiDOMNamespaceURI is |
209 |
|
|
supported. |
210 |
|
|
|
211 |
wakaba |
1.7 |
2004-09-09 Wakaba <wakaba@suika.fam.cx> |
212 |
wakaba |
1.8 |
|
213 |
|
|
* dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception' |
214 |
|
|
implemented. |
215 |
wakaba |
1.7 |
|
216 |
|
|
* idl2dis.pl (type): Don't output Require element for |
217 |
|
|
DOMMain module (now it is implicitly required by default). |
218 |
|
|
|
219 |
wakaba |
1.6 |
2004-09-01 Wakaba <wakaba@suika.fam.cx> |
220 |
|
|
|
221 |
|
|
* idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'. |
222 |
|
|
|
223 |
wakaba |
1.5 |
2004-08-31 Wakaba <wakaba@suika.fam.cx> |
224 |
|
|
|
225 |
|
|
* dis2pm.pl (const2perl, constgroup2perl): New. |
226 |
|
|
|
227 |
|
|
* idl2dis.pl (idlna): New. |
228 |
|
|
|
229 |
wakaba |
1.4 |
2004-08-30 Wakaba <wakaba@suika.fam.cx> |
230 |
|
|
|
231 |
|
|
* dis2pm.pl: Versioned implementation of "IF" supported (see |
232 |
|
|
also Manakai Development Memo : 2004-08-29 |
233 |
|
|
<http://suika.fam.cx/~wakaba/-temp/wiki/wiki?manakai%2F%2F%A5%E1%A5%E2%2F%2F2004-08-29>). |
234 |
|
|
|
235 |
|
|
* idl2dis.pl (register_required_module): ISA is now |
236 |
|
|
converted to elements, not a list attribute. |
237 |
|
|
|
238 |
wakaba |
1.2 |
2004-08-22 Wakaba <wakaba@suika.fam.cx> |
239 |
|
|
|
240 |
wakaba |
1.3 |
* idl2dis.pl (register_required_module): Top-level element type |
241 |
|
|
name "Type" and "TypeAlias" changed to "DataType" and |
242 |
|
|
"DataTypeAlias". |
243 |
|
|
|
244 |
wakaba |
1.2 |
* dis2pm.pl (perl_code_source): New function. |
245 |
|
|
|
246 |
wakaba |
1.1 |
2004-08-21 Wakaba <wakaba@suika.fam.cx> |
247 |
|
|
|
248 |
|
|
* ChangeLog: New file. |
249 |
|
|
|
250 |
|
|
* Makefile, DOMMain.dis, DOMCore.dis, DOMXML.dis, dis2pm.pl, idl2dis.pl: |
251 |
|
|
New files (Moved from ../Markup/XML/DOM/). |
252 |
|
|
|
253 |
|
|
|