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

Diff of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.66

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24