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

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.56

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24