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

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.61

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24