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

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.44

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24