/[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.15 by wakaba, Sun Feb 20 12:28:06 2005 UTC revision 1.45 by wakaba, Wed Feb 8 08:18:29 2006 UTC
# Line 1  Line 1 
1    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
2    
3            * dac2test.pl (|test:ParserTest| converter): |c:erred| is supported.
4    
5    2006-01-28  Wakaba  <wakaba@suika.fam.cx>
6    
7            * dac2test.pl (|test:StandaloneTest| converter): Generates |otherwise|
8            clause to catch exception and continue remaining tests.
9    
10    2006-01-21  Wakaba  <wakaba@suika.fam.cx>
11    
12            * dac2test.pl: Dies if no perl code is defined
13            for a |test:ParserTestSet|.
14    
15    2006-01-12  Wakaba  <wakaba@suika.fam.cx>
16    
17            * dac2test.pl: |test:ParserTestSet| and |test:ParserTest|
18            test types are implemented.
19    
20    2005-12-21  Wakaba  <wakaba@suika.fam.cx>
21    
22            * dac2pm.pl: Now requires |Message::Util::DIS::DPG| module.
23    
24    2005-12-20  Wakaba  <wakaba@suika.fam.cx>
25    
26            * dac2pm.pl: Now requires GenericLS module.
27    
28    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
29    
30            * dac.pl, dac2pm.pl, dac2test.pl: |--verbose| or |--debug|
31            option turns verbose or debug mode of |Message::Util::Error|
32            module respectively.
33    
34    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
35    
36            * dac2text.pl: Dies if test code is not defined.
37    
38    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
39    
40            * dac2test.pl: Adds the module as |require|d module.
41    
42            * mkdisdump.pl: Requests |DOMLS:Generic| feature
43            instead of obsoleted |DOMLS:LS| feature.
44    
45    2005-11-13  Wakaba  <wakaba@suika.fam.cx>
46    
47            * dac2test.pl: New script.
48            
49    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
50    
51            * dac2pm.pl (--output-line): New option.
52    
53    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
54    
55            * dac2pm.pl: Reports how long it takes at END.
56    
57    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
58    
59            * mkdommemlist.pl: Revised for new "dae" database.
60    
61            * domts2perl.pl (--domtest2perl-option): New option.
62    
63            * domtest2perl.pl: Revised for new DOM Perl binding.
64    
65            * Makefile: Rules to make "dommemlist.pl.tmp" revised.
66    
67    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
68    
69            * mkdisdump.pl (dd_get_qname_uri): Sets "dump:uri" attribute.
70    
71    2005-10-03  Wakaba  <wakaba@suika.fam.cx>
72    
73            * mkdisdump.pl (append_module_documentation): Outputs
74            any "DISCore:AnyAppName" property value in
75            addition to "dis:AppName" values.  Use "dump:ref"
76            property if the value is a URI.
77            (append_method_documentation): Likewise.
78            (append_document_documentation): Likewise.
79    
80    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
81    
82            * mkdisdump.pl (append_document_documentation): Outputs "doc:as"
83            properties if available.
84            (append_module_documentation): Outputs "dis:AppName"
85            and "idl:prefix" attribute if available.
86            (append_idl_interface_documentation): Removed (Merged
87            to "append_interface_documentation").
88            (ReferredResource): Don't set "is_partial" flag
89            if ReferredResource value is greater than "1".
90    
91    2005-10-01  Wakaba  <wakaba@suika.fam.cx>
92    
93            * mkdisdump.pl (append_document_properties): New subroutine.
94            (append_datatype_documentation): Outputs "dis:Def"
95            and "dis:AppName" properties if available.
96            (append_idl_interface_documentation): New subroutine.
97    
98    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
99    
100            * mkdisdump.pl (append_module_group_documentation,
101            append_document_documentation): New functions.
102            (append_class_documentation, append_interface_documentation):
103            Generates method/attribute/constgroup information (in partial mode)
104            even if "is_partial" option is true to compute inheriting
105            class member information correctly.
106            (--resource-uri): New option.
107    
108            * Makefile (error.xml, minimpl.xml): New rules.
109    
110    2005-09-25  Wakaba  <wakaba@suika.fam.cx>
111    
112            * dac.pl, dac2pm.pl, mkdisdump.pl: Parameters "--dis-file-suffix",
113            "--daem-file-suffix", "--search-path-catalog-file-name", and
114            "--search-path" added.  New dae and daem database format support.
115            (dac_search_file_stem): New function.
116    
117    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
118    
119            * dac.pl, dac2pm.pl, mkdisdump.pl: "--debug" option added.
120            (dac_load_module_file): Allow "|" as qname prefix separator.
121    
122    2005-09-23  Wakaba  <wakaba@suika.fam.cx>
123    
124            * mkdisdump.pl: Fixed to support new dad database implementation.
125            
126    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
127    
128            * dac2pm.pl (status_msg_, status_msg): New functions.
129            (--create-perl-module): New option.
130    
131    2005-09-21  Wakaba  <wakaba@suika.fam.cx>
132    
133            * dac.pl: Show how long the process takes.
134            (status_msg_, status_msg): New functions.
135            (dac_load_module_file): Converts dis document into DNLite document.
136    
137            * dac2pm.pl: Unused namespace bindings removed.
138    
139    2005-09-19  Wakaba  <wakaba@suika.fam.cx>
140    
141            * mkdisdump.pl (progress_inc, progress_reset): New functions.
142    
143    2005-09-15  Wakaba  <wakaba@suika.fam.cx>
144    
145            * dac.pl: Calls "read_properties" method on database before
146            closure of it.
147    
148    2005-09-09  Wakaba  <wakaba@suika.fam.cx>
149    
150            * dac.pl: Writes the database file before checking undefined
151            resoruces.
152    
153    2005-09-08  Wakaba  <wakaba@suika.fam.cx>
154    
155            * dac.pl: Use ImplementationRegistry instead of
156            DOMImplementationRegistry.  Status messages added.
157            (--implementation-registry-package): Option removed.
158    
159            * dac2pm.pl: : Use ImplementationRegistry instead of
160            DOMImplementationRegistry.  Status messages added.
161            (--implementation-registry-package, --output-module-version): Options
162            removed.
163    
164            * mkdisdump.pl: Use ImplementationRegistry instead of
165            DOMImplementationRegistry.  Status messages added.
166            (append_module_documentation, append_class_documentation,
167            append_interface_documentation): Uses dis:FileName property
168            if any.
169            (append_inheritance): Adds information on implied
170            inheritance such as UNIVERSAL and Exporter.
171    
172    2005-09-07  Wakaba  <wakaba@suika.fam.cx>
173    
174            * mkdisdump.pl: Writes inheritance information on methods.
175            
176    2005-09-06  Wakaba  <wakaba@suika.fam.cx>
177    
178            * mkdisdump.pl (--with-implementators-note): New option.
179            (transform_disdoc): Lextypes dis:TypeQName, DISCore:NCNameOrQName,
180            DISPerl:MemRef, DOMMain:XCodeRef supported.
181            (append_subclassof): New function.  (It does not work yet.)
182            (append_raises): New function.
183    
184    2005-09-05  Wakaba  <wakaba@suika.fam.cx>
185    
186            * mkdisdump.pl (append_datatype_documentation): Sets ddoct:basePath
187            attribute to dump:datatype element.
188    
189    2005-09-04  Wakaba  <wakaba@suika.fam.cx>
190    
191            * mkdisdump.pl (append_module_documentation): Don't generate
192            documentation of child resource if it is already generated.
193            (--module-uri): Multiple "--module-uri" option can be accepted.
194    
195    2005-09-03  Wakaba  <wakaba@suika.fam.cx>
196    
197            * mkdisdump.pl: Sets @dump:uri to disdoc ddel:P elements.
198    
199    2005-09-02  Wakaba  <wakaba@suika.fam.cx>
200    
201            * mkdisdump.pl: Datatypes and constants and lextype dis:TFQNames
202            implemented.
203    
204    2005-08-31  Wakaba  <wakaba@suika.fam.cx>
205    
206            * mkdisdump.pl: Outputs referred resources in other modules
207            (add_uri): New function.
208    
209    2005-08-30  Wakaba  <wakaba@suika.fam.cx>
210    
211            * mkdisdump.pl: New script.
212    
213    2005-04-28  Wakaba  <wakaba@suika.fam.cx>
214    
215            * cdis2pm.pl (dispm_collect_hash_prop_value): Loop check added.
216    
217    2005-02-27  Wakaba  <wakaba@suika.fam.cx>
218    
219            * cdis2pm.pl (perl_code): Allow "|" as well as ":" in disPerl:Code
220            inline code name.
221    
222    2005-02-26  Wakaba  <wakaba@suika.fam.cx>
223    
224            * dac.pl: New script (not work yet).
225    
226            * cdis2pm.pl (perl_code): "disPerl:UNDEEP" block supported.
227    
228  2005-02-20  Wakaba  <wakaba@suika.fam.cx>  2005-02-20  Wakaba  <wakaba@suika.fam.cx>
229    
230          * cdis2pm.pl (perl_code): Bug in "disPerl:DEEP" not to pass "%opt"          * cdis2pm.pl (perl_code): Bug in "disPerl:DEEP" not to pass "%opt"

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.45

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24