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

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.53

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24