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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24