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