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

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.60

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24