/[suikacvs]/messaging/manakai/bin/ChangeLog
Suika

Contents of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.47 - (show annotations) (download)
Thu Feb 23 12:30:34 2006 UTC (18 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.46: +4 -0 lines
++ manakai/bin/ChangeLog	23 Feb 2006 12:25:26 -0000
2006-02-23  Wakaba  <wakaba@suika.fam.cx>

	* dac.pl (--update): New option.

++ manakai/lib/Message/Util/ChangeLog	23 Feb 2006 12:28:06 -0000
2006-02-23  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (loadResource, loadFor, loadModule): New |srinfo|
	parameter is added.  Restores super-resource information
	from |srinfo| if available.
	(unloadModule): New method.
	(getModuleResourceList): New method.
	(addResourceList): Adds all alias names to the list.
	(addForResource): New method analog to |addResourceList|.
	(getForResourceList): New method analog to |getResourceList|.
	(dx:Interface.getErrorInterfaceResource): New method
	implementation.

++ manakai/lib/Message/Util/DIS/ChangeLog	23 Feb 2006 12:30:29 -0000
2006-02-23  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plAddHashKey): Saves key information also to
	the module for the provision to |unload|ing.
	(dx:Interface.getPerlDefinitionHashNamespace): New method
	implementation.
	(getPerlClassMemberCode): Adds the module of the subcode resource to
	the |require|ing module list.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24