1 |
2006-02-09 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* dac2test.pl: Set |pc:preserve-line-break| configuration |
4 |
parameter |true|. |
5 |
|
6 |
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
7 |
|
8 |
* dac2test.pl (|test:ParserTest| converter): |c:erred| is supported. |
9 |
|
10 |
2006-01-28 Wakaba <wakaba@suika.fam.cx> |
11 |
|
12 |
* dac2test.pl (|test:StandaloneTest| converter): Generates |otherwise| |
13 |
clause to catch exception and continue remaining tests. |
14 |
|
15 |
2006-01-21 Wakaba <wakaba@suika.fam.cx> |
16 |
|
17 |
* dac2test.pl: Dies if no perl code is defined |
18 |
for a |test:ParserTestSet|. |
19 |
|
20 |
2006-01-12 Wakaba <wakaba@suika.fam.cx> |
21 |
|
22 |
* dac2test.pl: |test:ParserTestSet| and |test:ParserTest| |
23 |
test types are implemented. |
24 |
|
25 |
2005-12-21 Wakaba <wakaba@suika.fam.cx> |
26 |
|
27 |
* dac2pm.pl: Now requires |Message::Util::DIS::DPG| module. |
28 |
|
29 |
2005-12-20 Wakaba <wakaba@suika.fam.cx> |
30 |
|
31 |
* dac2pm.pl: Now requires GenericLS module. |
32 |
|
33 |
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
34 |
|
35 |
* dac.pl, dac2pm.pl, dac2test.pl: |--verbose| or |--debug| |
36 |
option turns verbose or debug mode of |Message::Util::Error| |
37 |
module respectively. |
38 |
|
39 |
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
40 |
|
41 |
* dac2text.pl: Dies if test code is not defined. |
42 |
|
43 |
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
44 |
|
45 |
* dac2test.pl: Adds the module as |require|d module. |
46 |
|
47 |
* mkdisdump.pl: Requests |DOMLS:Generic| feature |
48 |
instead of obsoleted |DOMLS:LS| feature. |
49 |
|
50 |
2005-11-13 Wakaba <wakaba@suika.fam.cx> |
51 |
|
52 |
* dac2test.pl: New script. |
53 |
|
54 |
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
55 |
|
56 |
* dac2pm.pl (--output-line): New option. |
57 |
|
58 |
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
59 |
|
60 |
* dac2pm.pl: Reports how long it takes at END. |
61 |
|
62 |
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
63 |
|
64 |
* mkdommemlist.pl: Revised for new "dae" database. |
65 |
|
66 |
* domts2perl.pl (--domtest2perl-option): New option. |
67 |
|
68 |
* domtest2perl.pl: Revised for new DOM Perl binding. |
69 |
|
70 |
* Makefile: Rules to make "dommemlist.pl.tmp" revised. |
71 |
|
72 |
2005-10-05 Wakaba <wakaba@suika.fam.cx> |
73 |
|
74 |
* mkdisdump.pl (dd_get_qname_uri): Sets "dump:uri" attribute. |
75 |
|
76 |
2005-10-03 Wakaba <wakaba@suika.fam.cx> |
77 |
|
78 |
* mkdisdump.pl (append_module_documentation): Outputs |
79 |
any "DISCore:AnyAppName" property value in |
80 |
addition to "dis:AppName" values. Use "dump:ref" |
81 |
property if the value is a URI. |
82 |
(append_method_documentation): Likewise. |
83 |
(append_document_documentation): Likewise. |
84 |
|
85 |
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
86 |
|
87 |
* mkdisdump.pl (append_document_documentation): Outputs "doc:as" |
88 |
properties if available. |
89 |
(append_module_documentation): Outputs "dis:AppName" |
90 |
and "idl:prefix" attribute if available. |
91 |
(append_idl_interface_documentation): Removed (Merged |
92 |
to "append_interface_documentation"). |
93 |
(ReferredResource): Don't set "is_partial" flag |
94 |
if ReferredResource value is greater than "1". |
95 |
|
96 |
2005-10-01 Wakaba <wakaba@suika.fam.cx> |
97 |
|
98 |
* mkdisdump.pl (append_document_properties): New subroutine. |
99 |
(append_datatype_documentation): Outputs "dis:Def" |
100 |
and "dis:AppName" properties if available. |
101 |
(append_idl_interface_documentation): New subroutine. |
102 |
|
103 |
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
104 |
|
105 |
* mkdisdump.pl (append_module_group_documentation, |
106 |
append_document_documentation): New functions. |
107 |
(append_class_documentation, append_interface_documentation): |
108 |
Generates method/attribute/constgroup information (in partial mode) |
109 |
even if "is_partial" option is true to compute inheriting |
110 |
class member information correctly. |
111 |
(--resource-uri): New option. |
112 |
|
113 |
* Makefile (error.xml, minimpl.xml): New rules. |
114 |
|
115 |
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
116 |
|
117 |
* dac.pl, dac2pm.pl, mkdisdump.pl: Parameters "--dis-file-suffix", |
118 |
"--daem-file-suffix", "--search-path-catalog-file-name", and |
119 |
"--search-path" added. New dae and daem database format support. |
120 |
(dac_search_file_stem): New function. |
121 |
|
122 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
123 |
|
124 |
* dac.pl, dac2pm.pl, mkdisdump.pl: "--debug" option added. |
125 |
(dac_load_module_file): Allow "|" as qname prefix separator. |
126 |
|
127 |
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
128 |
|
129 |
* mkdisdump.pl: Fixed to support new dad database implementation. |
130 |
|
131 |
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
132 |
|
133 |
* dac2pm.pl (status_msg_, status_msg): New functions. |
134 |
(--create-perl-module): New option. |
135 |
|
136 |
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
137 |
|
138 |
* dac.pl: Show how long the process takes. |
139 |
(status_msg_, status_msg): New functions. |
140 |
(dac_load_module_file): Converts dis document into DNLite document. |
141 |
|
142 |
* dac2pm.pl: Unused namespace bindings removed. |
143 |
|
144 |
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
145 |
|
146 |
* mkdisdump.pl (progress_inc, progress_reset): New functions. |
147 |
|
148 |
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
149 |
|
150 |
* dac.pl: Calls "read_properties" method on database before |
151 |
closure of it. |
152 |
|
153 |
2005-09-09 Wakaba <wakaba@suika.fam.cx> |
154 |
|
155 |
* dac.pl: Writes the database file before checking undefined |
156 |
resoruces. |
157 |
|
158 |
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
159 |
|
160 |
* dac.pl: Use ImplementationRegistry instead of |
161 |
DOMImplementationRegistry. Status messages added. |
162 |
(--implementation-registry-package): Option removed. |
163 |
|
164 |
* dac2pm.pl: : Use ImplementationRegistry instead of |
165 |
DOMImplementationRegistry. Status messages added. |
166 |
(--implementation-registry-package, --output-module-version): Options |
167 |
removed. |
168 |
|
169 |
* mkdisdump.pl: Use ImplementationRegistry instead of |
170 |
DOMImplementationRegistry. Status messages added. |
171 |
(append_module_documentation, append_class_documentation, |
172 |
append_interface_documentation): Uses dis:FileName property |
173 |
if any. |
174 |
(append_inheritance): Adds information on implied |
175 |
inheritance such as UNIVERSAL and Exporter. |
176 |
|
177 |
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
178 |
|
179 |
* mkdisdump.pl: Writes inheritance information on methods. |
180 |
|
181 |
2005-09-06 Wakaba <wakaba@suika.fam.cx> |
182 |
|
183 |
* mkdisdump.pl (--with-implementators-note): New option. |
184 |
(transform_disdoc): Lextypes dis:TypeQName, DISCore:NCNameOrQName, |
185 |
DISPerl:MemRef, DOMMain:XCodeRef supported. |
186 |
(append_subclassof): New function. (It does not work yet.) |
187 |
(append_raises): New function. |
188 |
|
189 |
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
190 |
|
191 |
* mkdisdump.pl (append_datatype_documentation): Sets ddoct:basePath |
192 |
attribute to dump:datatype element. |
193 |
|
194 |
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
195 |
|
196 |
* mkdisdump.pl (append_module_documentation): Don't generate |
197 |
documentation of child resource if it is already generated. |
198 |
(--module-uri): Multiple "--module-uri" option can be accepted. |
199 |
|
200 |
2005-09-03 Wakaba <wakaba@suika.fam.cx> |
201 |
|
202 |
* mkdisdump.pl: Sets @dump:uri to disdoc ddel:P elements. |
203 |
|
204 |
2005-09-02 Wakaba <wakaba@suika.fam.cx> |
205 |
|
206 |
* mkdisdump.pl: Datatypes and constants and lextype dis:TFQNames |
207 |
implemented. |
208 |
|
209 |
2005-08-31 Wakaba <wakaba@suika.fam.cx> |
210 |
|
211 |
* mkdisdump.pl: Outputs referred resources in other modules |
212 |
(add_uri): New function. |
213 |
|
214 |
2005-08-30 Wakaba <wakaba@suika.fam.cx> |
215 |
|
216 |
* mkdisdump.pl: New script. |
217 |
|
218 |
2005-04-28 Wakaba <wakaba@suika.fam.cx> |
219 |
|
220 |
* cdis2pm.pl (dispm_collect_hash_prop_value): Loop check added. |
221 |
|
222 |
2005-02-27 Wakaba <wakaba@suika.fam.cx> |
223 |
|
224 |
* cdis2pm.pl (perl_code): Allow "|" as well as ":" in disPerl:Code |
225 |
inline code name. |
226 |
|
227 |
2005-02-26 Wakaba <wakaba@suika.fam.cx> |
228 |
|
229 |
* dac.pl: New script (not work yet). |
230 |
|
231 |
* cdis2pm.pl (perl_code): "disPerl:UNDEEP" block supported. |
232 |
|
233 |
2005-02-20 Wakaba <wakaba@suika.fam.cx> |
234 |
|
235 |
* cdis2pm.pl (perl_code): Bug in "disPerl:DEEP" not to pass "%opt" |
236 |
arguments is fixed. |
237 |
|
238 |
2005-02-16 Wakaba <wakaba@suika.fam.cx> |
239 |
|
240 |
* cdis2pm.pl: New operator "DISPerl:AsStringMethod" and |
241 |
"DISPerl:NewMethod" added. |
242 |
|
243 |
2005-01-06 Wakaba <wakaba@suika.fam.cx> |
244 |
|
245 |
* domtest2perl.pl (output_result): Removed. |
246 |
|
247 |
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
248 |
|
249 |
* cdis2pm.pl (pod): Documentation added. |
250 |
(dispm_get_value): Set default value of "0" if type is number or boolean. |
251 |
(perl_code): Assertion support added. |
252 |
(--output-assert): New option. |
253 |
|
254 |
* domtest2perl.pl (pod): Documentation added. |
255 |
(node2code): Exception package name is changed. |
256 |
(implementationAttribute, hasFeature): Output a function call to check |
257 |
implementation attribute. |
258 |
|
259 |
* domts2perl.pl: Message simplified. |
260 |
(pod): Documentation added. |
261 |
|
262 |
2005-01-04 Wakaba <wakaba@suika.fam.cx> |
263 |
|
264 |
* cdis2pm.pl (disperl_to_perl): Tree code element type |
265 |
"DOMMain:raiseException" implemented. |
266 |
|
267 |
2005-01-03 Wakaba <wakaba@suika.fam.cx> |
268 |
|
269 |
* idl2dis.pl: Generates new "dis" format. |
270 |
|
271 |
* cdis2pm.pl (dispm_muf_description): New function. |
272 |
|
273 |
2004-12-31 Wakaba <wakaba@suika.fam.cx> |
274 |
|
275 |
* cdis2pm.pl: Constant exporting support. |
276 |
|
277 |
* mkdommemlist.pl: Rewritten to read new cdis file. |
278 |
|
279 |
* Makefile: Modified for new mkdommemlist.pl. |
280 |
|
281 |
* domtest2perl.pl: Use Message::Util::QName::Filter. |
282 |
|
283 |
2004-12-29 Wakaba <wakaba@suika.fam.cx> |
284 |
|
285 |
* disc.pl: Initialize namespace and element type bindings |
286 |
before loading the first file. |
287 |
|
288 |
2004-11-24 Wakaba <wakaba@suika.fam.cx> |
289 |
|
290 |
* cdis2rdf.pl (res_canon): New. |
291 |
|
292 |
2004-11-23 Wakaba <wakaba@suika.fam.cx> |
293 |
|
294 |
* disc.pl: New script. |
295 |
|
296 |
* cdis2rdf.pl, cdis2pm.pl: New script. |
297 |
* dis2rdf.pl, dis2pm.pl: Removed. |
298 |
|
299 |
2004-11-03 Wakaba <wakaba@suika.fam.cx> |
300 |
|
301 |
* dis2rdf.pl: New script. |
302 |
|
303 |
2004-10-31 Wakaba <wakaba@suika.fam.cx> |
304 |
|
305 |
* domts2perl.pl: New option '--domtest2perl' introduced. |
306 |
|
307 |
2004-10-11 Wakaba <wakaba@suika.fam.cx> |
308 |
|
309 |
* dis2pm.pl (disdoc2pod, disdoc2text): New element type "eg", "KEY" |
310 |
and "EM" introduced. |
311 |
(type_label): ManakaiDOM:ManakaiDOMKeyIdentifier and |
312 |
ManakaiDOM:ManakaiDOMKeyIdentifiers added. |
313 |
|
314 |
2004-10-10 Wakaba <wakaba@suika.fam.cx> |
315 |
|
316 |
* dis2pm.pl (disdoc2text, disdoc2pod): New element "NOTE" introduced. |
317 |
|
318 |
* domtest2perl.pl: New file. |
319 |
|
320 |
* Makefile, mkdommemlist.pl: New files. |
321 |
|
322 |
* dis2pm.pl, idl2dis.pl: New (moved from ../lib/Message/DOM/). |
323 |
|
324 |
* genlib.pl: Removed (moved to ../lib/manakai/). |
325 |
|
326 |
2004-10-09 Wakaba <wakaba@suika.fam.cx> |
327 |
|
328 |
* domtest2perl.pl, genlib.pl: New. |
329 |
|
330 |
2003-09-07 Wakaba <wakaba@suika.fam.cx> |
331 |
|
332 |
* xml-validate.pl: New script. |
333 |
* ChangeLog: Likewise. |
334 |
|
335 |
|