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

Contents of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.73 - (hide annotations) (download)
Sun Dec 31 09:11:52 2006 UTC (17 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.72: +4 -0 lines
++ manakai/bin/ChangeLog	31 Dec 2006 08:49:16 -0000
2006-12-31  Wakaba  <wakaba@suika.fam.cx>

	* daf.pl: Support for |For| is entirely removed.

++ manakai/lib/Message/Util/ChangeLog	31 Dec 2006 09:06:08 -0000
	* DIS.dis: Support for |for| is entirely removed.  |forArg|
	parameters are removed.
	(createDISDocument): Removed.
	(tfurisToURI): Removed.
	(tfpurisToURI): The |for| URI slot is
	fixed to |ManakaiDOM:all|.
	(tfqnamesToURI): Removed.
	(tfpqnamesToURI): The |defaultForURI| parameter
	is removed and the |for| URI slot is
	fixed to |ManakaiDOM:all|.
	(forURI): Removed.
	(forMatch): The first parameter, |forArg|, no
	longer takes effect.

	* PerlCode.dis (sourceFor): Removed.
	(stringify): Don't output comment with |sourceFor| URI.

2006-12-31  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/Error/ChangeLog	31 Dec 2006 09:09:24 -0000
2006-12-31  Wakaba  <wakaba@suika.fam.cx>

	* Core.dis, DOMException.dis: |dis:dataType|
	of |DISCore:TFQNames| are replaced
	by |DISCore:QName|.

++ manakai/lib/Message/Util/DIS/ChangeLog	31 Dec 2006 09:08:40 -0000
	* DNLite.dis, Perl.dis: Support for |for| is entirely removed.

	* Test.dis (parseTDTErrorString): The |defaultTURI|
	and |defaultFURI| parameters are removed.
	(lexmode): |TFQNames| token type is removed.
	(tdterr): Accepts |QName| where |TFQNames| was accepted.

2006-12-31  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/DOM/ChangeLog	31 Dec 2006 08:50:54 -0000
	* |InputProcessor|s and |OutputProcessor|s are
	named so that |report| statements in Perl
	module outputs can be identified by name. |dis:dataType|s
	of |DISCore:TFQNames| are all replaced
	by |DISCore:QName|.

2006-12-31  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/manakai/ChangeLog	31 Dec 2006 09:11:27 -0000
	* |dis:dataType| of |DISCore:TFQNames| are replaced
	by |DISCore:QName|.

	* DISCore.dis (DISCore:TFURI): Removed.
	(DISCore:ModuleTFQNames): Removed.

	* daf-dtd-modules.pl: Support for |for| is removed.

2006-12-31  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24