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

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.72

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24