/[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.2 by wakaba, Sat Oct 9 07:54:16 2004 UTC revision 1.74 by wakaba, Fri Sep 21 08:09:16 2007 UTC
# Line 1  Line 1 
1    2007-09-21  Wakaba  <wakaba@suika.fam.cx>
2    
3            * daf.pl, mkdisdump.pl, grep-dis.pl, mkdommemlist.pl: Removed.
4    
5    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
6    
7            * daf.pl: Support for |For| is entirely removed.
8    
9    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
10    
11            * daf.pl (--create-perl-module, --create-perl-test): These
12            options will ignore |for| parameter.
13    
14    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
15    
16            * idl2dis.pl: Removed.
17    
18    2006-12-02  Wakaba  <wakaba@suika.fam.cx>
19    
20            * daf.pl: Call |get_dom_implementation|
21            instead of obsolete |get_implementation|.
22    
23            * grep-dis.pl: |lib/manakai/*.pl| is added.
24    
25    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
26    
27            * daf.pl Prototype declarations are added.
28    
29    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
30    
31            * daf.pl: Now redundant |get_feature| calls are
32            removed.
33    
34    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
35    
36            * daf.pl: The |--debug| option no longer set
37            obsoleted |$Message::DOM::DOMFeature::DEBUG| option.
38    
39    2006-11-03  Wakaba  <wakaba@suika.fam.cx>
40    
41            * grep-dis.pl: New script.
42    
43    2006-09-10  Wakaba  <wakaba@suika.fam.cx>
44    
45            * daf.pl (--dtd-suffix, --create-dtd-driver): New options
46            for DTD driver support.
47    
48    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
49    
50            * daf.pl: Passes the |implementation| parameter
51            to the |read_properties| method.
52    
53    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
54    
55            * daf.pl ($VERSION): New variable.
56            (--mod-file-suffix): New option.
57    
58    2006-05-19  Wakaba  <wakaba@suika.fam.cx>
59    
60            * daf.pl (--load-module): New option.
61            (--create-dtd-modules): New option.4a
62    
63    2006-05-16  Wakaba  <wakaba@suika.fam.cx>
64    
65            * daf.pl: Generation of Perl modules and
66            tests are split into separate modules.
67    
68    2006-04-09  Wakaba  <wakaba@suika.fam.cx>
69    
70            * daf.pl (daf_generate_perl_test): Old |PerlCode| methods
71            are replaced by new ones.
72    
73    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
74    
75            * daf.pl (--dafs-suffix): New option.
76            (daf_resolve_db_module_file): The |dp:ModuleNodeStorageFile|
77            type support.
78    
79    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
80    
81            * daf.pl (perl-pm): Sets the |impl| argument
82            of the |pl_generate_perl_module| method.
83    
84    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
85    
86            * daf.pl (perl-pm, daf_generate_perl_test): Sets
87            the |$Message::Util::DIS::Perl::Implementation| variable
88            for compatibility.
89    
90    2006-03-18  Wakaba  <wakaba@suika.fam.cx>
91    
92            * daf.pl (daf_get_file_path_stem): The '.' is removed from
93            the default search path.
94    
95    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
96    
97            * daf.pl: The position of two |undef| statements was incorrect.
98            (daf_generate_perl_test): Provides |--skip| option
99            for test scripts.
100    
101    2006-03-16  Wakaba  <wakaba@suika.fam.cx>
102    
103            * daf.pl: In parser tests |c:anyDOMConfigurationParameter|
104            properties are supported.
105    
106    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
107    
108            * daf.pl: Don't require |Test| modules for bootstrap.
109    
110    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
111    
112            * daf.pl (get_referring_module_uri_list): Don't
113            invoke |daf_convert_dis_document_to_dnl_document| to prevent
114            prefix-not-defined error because the referred module is not
115            yet loaded.
116    
117    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
118    
119            * daf.pl: Request for |fe:GenericLS| feature was missing.
120            Sets the |pc:preserve-line-break| parameter for test
121            code as |dac2test.pl| had been.
122    
123            * dac.pl, dac2pm.pl, dac2test.pl: Removed.
124    
125            * disc.pl, cdis2pm.pl, cdis2rdf.pl: Removed.
126    
127    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
128    
129            * daf.pl: Perl test file generation support from |dac2test.pl|
130            is added.  Exits the program before any generation
131            if the database constrution process has error.
132    
133    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
134    
135            * dac2pm.pl (--dafx-file-suffix): New dummy option.
136    
137            * daf.pl: New script.
138    
139    2006-02-24  Wakaba  <wakaba@suika.fam.cx>
140    
141            * dac.pl (--dafx-file-suffix): New option.
142            (pl_store resource_resolver parameter): New |dafx|
143            index file resolution is implemented.
144    
145    2006-02-23  Wakaba  <wakaba@suika.fam.cx>
146    
147            * dac.pl (--update): New option.
148    
149    2006-02-09  Wakaba  <wakaba@suika.fam.cx>
150    
151            * dac2test.pl: Set |pc:preserve-line-break| configuration
152            parameter |true|.
153    
154    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
155    
156            * dac2test.pl (|test:ParserTest| converter): |c:erred| is supported.
157    
158    2006-01-28  Wakaba  <wakaba@suika.fam.cx>
159    
160            * dac2test.pl (|test:StandaloneTest| converter): Generates |otherwise|
161            clause to catch exception and continue remaining tests.
162    
163    2006-01-21  Wakaba  <wakaba@suika.fam.cx>
164    
165            * dac2test.pl: Dies if no perl code is defined
166            for a |test:ParserTestSet|.
167    
168    2006-01-12  Wakaba  <wakaba@suika.fam.cx>
169    
170            * dac2test.pl: |test:ParserTestSet| and |test:ParserTest|
171            test types are implemented.
172    
173    2005-12-21  Wakaba  <wakaba@suika.fam.cx>
174    
175            * dac2pm.pl: Now requires |Message::Util::DIS::DPG| module.
176    
177    2005-12-20  Wakaba  <wakaba@suika.fam.cx>
178    
179            * dac2pm.pl: Now requires GenericLS module.
180    
181    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
182    
183            * dac.pl, dac2pm.pl, dac2test.pl: |--verbose| or |--debug|
184            option turns verbose or debug mode of |Message::Util::Error|
185            module respectively.
186    
187    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
188    
189            * dac2text.pl: Dies if test code is not defined.
190    
191    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
192    
193            * dac2test.pl: Adds the module as |require|d module.
194    
195            * mkdisdump.pl: Requests |DOMLS:Generic| feature
196            instead of obsoleted |DOMLS:LS| feature.
197    
198    2005-11-13  Wakaba  <wakaba@suika.fam.cx>
199    
200            * dac2test.pl: New script.
201            
202    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
203    
204            * dac2pm.pl (--output-line): New option.
205    
206    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
207    
208            * dac2pm.pl: Reports how long it takes at END.
209    
210    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
211    
212            * mkdommemlist.pl: Revised for new "dae" database.
213    
214            * domts2perl.pl (--domtest2perl-option): New option.
215    
216            * domtest2perl.pl: Revised for new DOM Perl binding.
217    
218            * Makefile: Rules to make "dommemlist.pl.tmp" revised.
219    
220    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
221    
222            * mkdisdump.pl (dd_get_qname_uri): Sets "dump:uri" attribute.
223    
224    2005-10-03  Wakaba  <wakaba@suika.fam.cx>
225    
226            * mkdisdump.pl (append_module_documentation): Outputs
227            any "DISCore:AnyAppName" property value in
228            addition to "dis:AppName" values.  Use "dump:ref"
229            property if the value is a URI.
230            (append_method_documentation): Likewise.
231            (append_document_documentation): Likewise.
232    
233    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
234    
235            * mkdisdump.pl (append_document_documentation): Outputs "doc:as"
236            properties if available.
237            (append_module_documentation): Outputs "dis:AppName"
238            and "idl:prefix" attribute if available.
239            (append_idl_interface_documentation): Removed (Merged
240            to "append_interface_documentation").
241            (ReferredResource): Don't set "is_partial" flag
242            if ReferredResource value is greater than "1".
243    
244    2005-10-01  Wakaba  <wakaba@suika.fam.cx>
245    
246            * mkdisdump.pl (append_document_properties): New subroutine.
247            (append_datatype_documentation): Outputs "dis:Def"
248            and "dis:AppName" properties if available.
249            (append_idl_interface_documentation): New subroutine.
250    
251    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
252    
253            * mkdisdump.pl (append_module_group_documentation,
254            append_document_documentation): New functions.
255            (append_class_documentation, append_interface_documentation):
256            Generates method/attribute/constgroup information (in partial mode)
257            even if "is_partial" option is true to compute inheriting
258            class member information correctly.
259            (--resource-uri): New option.
260    
261            * Makefile (error.xml, minimpl.xml): New rules.
262    
263    2005-09-25  Wakaba  <wakaba@suika.fam.cx>
264    
265            * dac.pl, dac2pm.pl, mkdisdump.pl: Parameters "--dis-file-suffix",
266            "--daem-file-suffix", "--search-path-catalog-file-name", and
267            "--search-path" added.  New dae and daem database format support.
268            (dac_search_file_stem): New function.
269    
270    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
271    
272            * dac.pl, dac2pm.pl, mkdisdump.pl: "--debug" option added.
273            (dac_load_module_file): Allow "|" as qname prefix separator.
274    
275    2005-09-23  Wakaba  <wakaba@suika.fam.cx>
276    
277            * mkdisdump.pl: Fixed to support new dad database implementation.
278            
279    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
280    
281            * dac2pm.pl (status_msg_, status_msg): New functions.
282            (--create-perl-module): New option.
283    
284    2005-09-21  Wakaba  <wakaba@suika.fam.cx>
285    
286            * dac.pl: Show how long the process takes.
287            (status_msg_, status_msg): New functions.
288            (dac_load_module_file): Converts dis document into DNLite document.
289    
290            * dac2pm.pl: Unused namespace bindings removed.
291    
292    2005-09-19  Wakaba  <wakaba@suika.fam.cx>
293    
294            * mkdisdump.pl (progress_inc, progress_reset): New functions.
295    
296    2005-09-15  Wakaba  <wakaba@suika.fam.cx>
297    
298            * dac.pl: Calls "read_properties" method on database before
299            closure of it.
300    
301    2005-09-09  Wakaba  <wakaba@suika.fam.cx>
302    
303            * dac.pl: Writes the database file before checking undefined
304            resoruces.
305    
306    2005-09-08  Wakaba  <wakaba@suika.fam.cx>
307    
308            * dac.pl: Use ImplementationRegistry instead of
309            DOMImplementationRegistry.  Status messages added.
310            (--implementation-registry-package): Option removed.
311    
312            * dac2pm.pl: : Use ImplementationRegistry instead of
313            DOMImplementationRegistry.  Status messages added.
314            (--implementation-registry-package, --output-module-version): Options
315            removed.
316    
317            * mkdisdump.pl: Use ImplementationRegistry instead of
318            DOMImplementationRegistry.  Status messages added.
319            (append_module_documentation, append_class_documentation,
320            append_interface_documentation): Uses dis:FileName property
321            if any.
322            (append_inheritance): Adds information on implied
323            inheritance such as UNIVERSAL and Exporter.
324    
325    2005-09-07  Wakaba  <wakaba@suika.fam.cx>
326    
327            * mkdisdump.pl: Writes inheritance information on methods.
328            
329    2005-09-06  Wakaba  <wakaba@suika.fam.cx>
330    
331            * mkdisdump.pl (--with-implementators-note): New option.
332            (transform_disdoc): Lextypes dis:TypeQName, DISCore:NCNameOrQName,
333            DISPerl:MemRef, DOMMain:XCodeRef supported.
334            (append_subclassof): New function.  (It does not work yet.)
335            (append_raises): New function.
336    
337    2005-09-05  Wakaba  <wakaba@suika.fam.cx>
338    
339            * mkdisdump.pl (append_datatype_documentation): Sets ddoct:basePath
340            attribute to dump:datatype element.
341    
342    2005-09-04  Wakaba  <wakaba@suika.fam.cx>
343    
344            * mkdisdump.pl (append_module_documentation): Don't generate
345            documentation of child resource if it is already generated.
346            (--module-uri): Multiple "--module-uri" option can be accepted.
347    
348    2005-09-03  Wakaba  <wakaba@suika.fam.cx>
349    
350            * mkdisdump.pl: Sets @dump:uri to disdoc ddel:P elements.
351    
352    2005-09-02  Wakaba  <wakaba@suika.fam.cx>
353    
354            * mkdisdump.pl: Datatypes and constants and lextype dis:TFQNames
355            implemented.
356    
357    2005-08-31  Wakaba  <wakaba@suika.fam.cx>
358    
359            * mkdisdump.pl: Outputs referred resources in other modules
360            (add_uri): New function.
361    
362    2005-08-30  Wakaba  <wakaba@suika.fam.cx>
363    
364            * mkdisdump.pl: New script.
365    
366    2005-04-28  Wakaba  <wakaba@suika.fam.cx>
367    
368            * cdis2pm.pl (dispm_collect_hash_prop_value): Loop check added.
369    
370    2005-02-27  Wakaba  <wakaba@suika.fam.cx>
371    
372            * cdis2pm.pl (perl_code): Allow "|" as well as ":" in disPerl:Code
373            inline code name.
374    
375    2005-02-26  Wakaba  <wakaba@suika.fam.cx>
376    
377            * dac.pl: New script (not work yet).
378    
379            * cdis2pm.pl (perl_code): "disPerl:UNDEEP" block supported.
380    
381    2005-02-20  Wakaba  <wakaba@suika.fam.cx>
382    
383            * cdis2pm.pl (perl_code): Bug in "disPerl:DEEP" not to pass "%opt"
384            arguments is fixed.
385    
386    2005-02-16  Wakaba  <wakaba@suika.fam.cx>
387    
388            * cdis2pm.pl: New operator "DISPerl:AsStringMethod" and
389            "DISPerl:NewMethod" added.
390    
391    2005-01-06  Wakaba  <wakaba@suika.fam.cx>
392    
393            * domtest2perl.pl (output_result): Removed.
394    
395    2005-01-05  Wakaba  <wakaba@suika.fam.cx>
396    
397            * cdis2pm.pl (pod): Documentation added.
398            (dispm_get_value): Set default value of "0" if type is number or boolean.
399            (perl_code): Assertion support added.
400            (--output-assert): New option.
401    
402            * domtest2perl.pl (pod): Documentation added.
403            (node2code): Exception package name is changed.
404            (implementationAttribute, hasFeature): Output a function call to check
405            implementation attribute.
406    
407            * domts2perl.pl: Message simplified.
408            (pod): Documentation added.
409    
410    2005-01-04  Wakaba  <wakaba@suika.fam.cx>
411    
412            * cdis2pm.pl (disperl_to_perl): Tree code element type
413            "DOMMain:raiseException" implemented.
414    
415    2005-01-03  Wakaba  <wakaba@suika.fam.cx>
416    
417            * idl2dis.pl: Generates new "dis" format.
418            
419            * cdis2pm.pl (dispm_muf_description): New function.
420    
421    2004-12-31  Wakaba  <wakaba@suika.fam.cx>
422    
423            * cdis2pm.pl: Constant exporting support.
424    
425            * mkdommemlist.pl: Rewritten to read new cdis file.
426    
427            * Makefile: Modified for new mkdommemlist.pl.
428    
429            * domtest2perl.pl: Use Message::Util::QName::Filter.
430    
431    2004-12-29  Wakaba  <wakaba@suika.fam.cx>
432    
433            * disc.pl: Initialize namespace and element type bindings
434            before loading the first file.
435    
436    2004-11-24  Wakaba  <wakaba@suika.fam.cx>
437    
438            * cdis2rdf.pl (res_canon): New.
439    
440    2004-11-23  Wakaba  <wakaba@suika.fam.cx>
441    
442            * disc.pl: New script.
443    
444            * cdis2rdf.pl, cdis2pm.pl: New script.
445            * dis2rdf.pl, dis2pm.pl: Removed.
446    
447    2004-11-03  Wakaba  <wakaba@suika.fam.cx>
448    
449            * dis2rdf.pl: New script.
450    
451    2004-10-31  Wakaba  <wakaba@suika.fam.cx>
452    
453            * domts2perl.pl: New option '--domtest2perl' introduced.
454    
455    2004-10-11  Wakaba  <wakaba@suika.fam.cx>
456    
457            * dis2pm.pl (disdoc2pod, disdoc2text): New element type "eg", "KEY"
458            and "EM" introduced.
459            (type_label): ManakaiDOM:ManakaiDOMKeyIdentifier and
460            ManakaiDOM:ManakaiDOMKeyIdentifiers added.
461    
462    2004-10-10  Wakaba  <wakaba@suika.fam.cx>
463    
464            * dis2pm.pl (disdoc2text, disdoc2pod): New element "NOTE" introduced.
465    
466            * domtest2perl.pl: New file.
467    
468            * Makefile, mkdommemlist.pl: New files.
469    
470            * dis2pm.pl, idl2dis.pl: New (moved from ../lib/Message/DOM/).
471    
472            * genlib.pl: Removed (moved to ../lib/manakai/).
473    
474  2004-10-09  Wakaba  <wakaba@suika.fam.cx>  2004-10-09  Wakaba  <wakaba@suika.fam.cx>
475    
476          * domtest2perl.pl, genlib.pl: New.          * domtest2perl.pl, genlib.pl: New.

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.74

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24