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

Contents of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.64 - (hide annotations) (download)
Tue Aug 15 10:59:24 2006 UTC (18 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.63: +5 -0 lines
++ manakai/bin/ChangeLog	15 Aug 2006 10:57:55 -0000
2006-08-15  Wakaba  <wakaba@suika.fam.cx>

	* daf.pl: Passes the |implementation| parameter
	to the |read_properties| method.

++ manakai/lib/Message/Util/ChangeLog	15 Aug 2006 10:59:04 -0000
	* DIS.dis (readProperties): New |implementation| parameters
	are added.  Support for the |lang:dcmodel| lexical
	type is added.
	(parseString): New method.

2006-08-15  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24