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

Contents of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.57 - (show annotations) (download)
Sat Apr 1 14:41:29 2006 UTC (18 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.56: +6 -0 lines
++ manakai/t/ChangeLog	1 Apr 2006 09:28:43 -0000
2006-04-01  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (util-dis-DPG.t): New test.

	* Makefile (dom-XML.t): New test.
	* Makefile (dom-TreeCore.t): New test.
++ manakai/bin/ChangeLog	1 Apr 2006 08:52:15 -0000
2006-04-01  Wakaba  <wakaba@suika.fam.cx>

	* daf.pl (perl-pm, daf_generate_perl_test): Sets
	the |$Message::Util::DIS::Perl::Implementation| variable
	for compatibility.

++ manakai/lib/Message/Util/ChangeLog	1 Apr 2006 11:55:12 -0000
2006-04-01  Wakaba  <wakaba@suika.fam.cx>

	* Grove.dis (destroy): Threshold value changed to 4096.

	* PerlCode.dis (PerlCode): Associated as the default
	class with |pc:*| and |pc2:*| element types.
	(currentPackage, currentChunkNumber, getNextChunkNumber): Removed.
	(ReflectCDATA): Reimplemented using standard |Element|
	methods.
	(sourceFile, sourceLine, currentSourceFile, currentSourceLine,
	skipLines): Removed.
	(pc:line): Removed.
	(stringify): Support for the |pc:line| configuration
	parameter is removed.

	* DIS.dis (isFeatureProvided): Removed.

++ manakai/lib/Message/Util/DIS/ChangeLog	1 Apr 2006 09:24:59 -0000
2006-04-01  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plImplementation): Get the instance
	from the |$Message::Util::DIS::Perl::Implementation| variable.
	(plIsFeatureImplemented): Removed.
	(plPreprocessPerlCode, plPreprocessPerlStatement): The |sourceFile|
	and |sourceLine| parameters are removed.

	* DPG.dis (DPGElement): Associated to the |pg:*| element types.

++ manakai/lib/Message/DOM/ChangeLog	1 Apr 2006 11:35:47 -0000
	* DOMFeature.dis (getImplementation, getImplementationList): Support
	for new class information variables.
	(DOMLS:Generic): This old feature name is removed.

	* GenericLS.dis (createGLSParser, createGLSSerializer): Support
	for new class information variables.

	* TreeCore.dis (manakaiExpandedURI): New attribute.
	(Document, Element.___create_node_ref): New method
	implementations.

2006-04-01  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24