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