/[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.27 by wakaba, Fri Sep 23 18:24:52 2005 UTC revision 1.65 by wakaba, Sun Sep 10 11:19:23 2006 UTC
# Line 1  Line 1 
1    2006-09-10  Wakaba  <wakaba@suika.fam.cx>
2    
3            * daf.pl (--dtd-suffix, --create-dtd-driver): New options
4            for DTD driver support.
5    
6    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
7    
8            * daf.pl: Passes the |implementation| parameter
9            to the |read_properties| method.
10    
11    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
12    
13            * daf.pl ($VERSION): New variable.
14            (--mod-file-suffix): New option.
15    
16    2006-05-19  Wakaba  <wakaba@suika.fam.cx>
17    
18            * daf.pl (--load-module): New option.
19            (--create-dtd-modules): New option.4a
20    
21    2006-05-16  Wakaba  <wakaba@suika.fam.cx>
22    
23            * daf.pl: Generation of Perl modules and
24            tests are split into separate modules.
25    
26    2006-04-09  Wakaba  <wakaba@suika.fam.cx>
27    
28            * daf.pl (daf_generate_perl_test): Old |PerlCode| methods
29            are replaced by new ones.
30    
31    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
32    
33            * daf.pl (--dafs-suffix): New option.
34            (daf_resolve_db_module_file): The |dp:ModuleNodeStorageFile|
35            type support.
36    
37    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
38    
39            * daf.pl (perl-pm): Sets the |impl| argument
40            of the |pl_generate_perl_module| method.
41    
42    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
43    
44            * daf.pl (perl-pm, daf_generate_perl_test): Sets
45            the |$Message::Util::DIS::Perl::Implementation| variable
46            for compatibility.
47    
48    2006-03-18  Wakaba  <wakaba@suika.fam.cx>
49    
50            * daf.pl (daf_get_file_path_stem): The '.' is removed from
51            the default search path.
52    
53    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
54    
55            * daf.pl: The position of two |undef| statements was incorrect.
56            (daf_generate_perl_test): Provides |--skip| option
57            for test scripts.
58    
59    2006-03-16  Wakaba  <wakaba@suika.fam.cx>
60    
61            * daf.pl: In parser tests |c:anyDOMConfigurationParameter|
62            properties are supported.
63    
64    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
65    
66            * daf.pl: Don't require |Test| modules for bootstrap.
67    
68    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
69    
70            * daf.pl (get_referring_module_uri_list): Don't
71            invoke |daf_convert_dis_document_to_dnl_document| to prevent
72            prefix-not-defined error because the referred module is not
73            yet loaded.
74    
75    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
76    
77            * daf.pl: Request for |fe:GenericLS| feature was missing.
78            Sets the |pc:preserve-line-break| parameter for test
79            code as |dac2test.pl| had been.
80    
81            * dac.pl, dac2pm.pl, dac2test.pl: Removed.
82    
83            * disc.pl, cdis2pm.pl, cdis2rdf.pl: Removed.
84    
85    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
86    
87            * daf.pl: Perl test file generation support from |dac2test.pl|
88            is added.  Exits the program before any generation
89            if the database constrution process has error.
90    
91    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
92    
93            * dac2pm.pl (--dafx-file-suffix): New dummy option.
94    
95            * daf.pl: New script.
96    
97    2006-02-24  Wakaba  <wakaba@suika.fam.cx>
98    
99            * dac.pl (--dafx-file-suffix): New option.
100            (pl_store resource_resolver parameter): New |dafx|
101            index file resolution is implemented.
102    
103    2006-02-23  Wakaba  <wakaba@suika.fam.cx>
104    
105            * dac.pl (--update): New option.
106    
107    2006-02-09  Wakaba  <wakaba@suika.fam.cx>
108    
109            * dac2test.pl: Set |pc:preserve-line-break| configuration
110            parameter |true|.
111    
112    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
113    
114            * dac2test.pl (|test:ParserTest| converter): |c:erred| is supported.
115    
116    2006-01-28  Wakaba  <wakaba@suika.fam.cx>
117    
118            * dac2test.pl (|test:StandaloneTest| converter): Generates |otherwise|
119            clause to catch exception and continue remaining tests.
120    
121    2006-01-21  Wakaba  <wakaba@suika.fam.cx>
122    
123            * dac2test.pl: Dies if no perl code is defined
124            for a |test:ParserTestSet|.
125    
126    2006-01-12  Wakaba  <wakaba@suika.fam.cx>
127    
128            * dac2test.pl: |test:ParserTestSet| and |test:ParserTest|
129            test types are implemented.
130    
131    2005-12-21  Wakaba  <wakaba@suika.fam.cx>
132    
133            * dac2pm.pl: Now requires |Message::Util::DIS::DPG| module.
134    
135    2005-12-20  Wakaba  <wakaba@suika.fam.cx>
136    
137            * dac2pm.pl: Now requires GenericLS module.
138    
139    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
140    
141            * dac.pl, dac2pm.pl, dac2test.pl: |--verbose| or |--debug|
142            option turns verbose or debug mode of |Message::Util::Error|
143            module respectively.
144    
145    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
146    
147            * dac2text.pl: Dies if test code is not defined.
148    
149    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
150    
151            * dac2test.pl: Adds the module as |require|d module.
152    
153            * mkdisdump.pl: Requests |DOMLS:Generic| feature
154            instead of obsoleted |DOMLS:LS| feature.
155    
156    2005-11-13  Wakaba  <wakaba@suika.fam.cx>
157    
158            * dac2test.pl: New script.
159            
160    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
161    
162            * dac2pm.pl (--output-line): New option.
163    
164    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
165    
166            * dac2pm.pl: Reports how long it takes at END.
167    
168    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
169    
170            * mkdommemlist.pl: Revised for new "dae" database.
171    
172            * domts2perl.pl (--domtest2perl-option): New option.
173    
174            * domtest2perl.pl: Revised for new DOM Perl binding.
175    
176            * Makefile: Rules to make "dommemlist.pl.tmp" revised.
177    
178    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
179    
180            * mkdisdump.pl (dd_get_qname_uri): Sets "dump:uri" attribute.
181    
182    2005-10-03  Wakaba  <wakaba@suika.fam.cx>
183    
184            * mkdisdump.pl (append_module_documentation): Outputs
185            any "DISCore:AnyAppName" property value in
186            addition to "dis:AppName" values.  Use "dump:ref"
187            property if the value is a URI.
188            (append_method_documentation): Likewise.
189            (append_document_documentation): Likewise.
190    
191    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
192    
193            * mkdisdump.pl (append_document_documentation): Outputs "doc:as"
194            properties if available.
195            (append_module_documentation): Outputs "dis:AppName"
196            and "idl:prefix" attribute if available.
197            (append_idl_interface_documentation): Removed (Merged
198            to "append_interface_documentation").
199            (ReferredResource): Don't set "is_partial" flag
200            if ReferredResource value is greater than "1".
201    
202    2005-10-01  Wakaba  <wakaba@suika.fam.cx>
203    
204            * mkdisdump.pl (append_document_properties): New subroutine.
205            (append_datatype_documentation): Outputs "dis:Def"
206            and "dis:AppName" properties if available.
207            (append_idl_interface_documentation): New subroutine.
208    
209    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
210    
211            * mkdisdump.pl (append_module_group_documentation,
212            append_document_documentation): New functions.
213            (append_class_documentation, append_interface_documentation):
214            Generates method/attribute/constgroup information (in partial mode)
215            even if "is_partial" option is true to compute inheriting
216            class member information correctly.
217            (--resource-uri): New option.
218    
219            * Makefile (error.xml, minimpl.xml): New rules.
220    
221    2005-09-25  Wakaba  <wakaba@suika.fam.cx>
222    
223            * dac.pl, dac2pm.pl, mkdisdump.pl: Parameters "--dis-file-suffix",
224            "--daem-file-suffix", "--search-path-catalog-file-name", and
225            "--search-path" added.  New dae and daem database format support.
226            (dac_search_file_stem): New function.
227    
228  2005-09-24  Wakaba  <wakaba@suika.fam.cx>  2005-09-24  Wakaba  <wakaba@suika.fam.cx>
229    
230          * dac.pl, dac2pm.pl, mkdisdump.pl: "--debug" option added.          * dac.pl, dac2pm.pl, mkdisdump.pl: "--debug" option added.
231            (dac_load_module_file): Allow "|" as qname prefix separator.
232    
233  2005-09-23  Wakaba  <wakaba@suika.fam.cx>  2005-09-23  Wakaba  <wakaba@suika.fam.cx>
234    

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.65

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24