/[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.28 by wakaba, Sat Sep 24 11:57:19 2005 UTC revision 1.51 by wakaba, Sun Feb 26 14:32:38 2006 UTC
# Line 1  Line 1 
1    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
2    
3            * daf.pl: Request for |fe:GenericLS| feature was missing.
4            Sets the |pc:preserve-line-break| parameter for test
5            code as |dac2test.pl| had been.
6    
7            * dac.pl, dac2pm.pl, dac2test.pl: Removed.
8    
9            * disc.pl, cdis2pm.pl, cdis2rdf.pl: Removed.
10    
11    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
12    
13            * daf.pl: Perl test file generation support from |dac2test.pl|
14            is added.  Exits the program before any generation
15            if the database constrution process has error.
16    
17    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
18    
19            * dac2pm.pl (--dafx-file-suffix): New dummy option.
20    
21            * daf.pl: New script.
22    
23    2006-02-24  Wakaba  <wakaba@suika.fam.cx>
24    
25            * dac.pl (--dafx-file-suffix): New option.
26            (pl_store resource_resolver parameter): New |dafx|
27            index file resolution is implemented.
28    
29    2006-02-23  Wakaba  <wakaba@suika.fam.cx>
30    
31            * dac.pl (--update): New option.
32    
33    2006-02-09  Wakaba  <wakaba@suika.fam.cx>
34    
35            * dac2test.pl: Set |pc:preserve-line-break| configuration
36            parameter |true|.
37    
38    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
39    
40            * dac2test.pl (|test:ParserTest| converter): |c:erred| is supported.
41    
42    2006-01-28  Wakaba  <wakaba@suika.fam.cx>
43    
44            * dac2test.pl (|test:StandaloneTest| converter): Generates |otherwise|
45            clause to catch exception and continue remaining tests.
46    
47    2006-01-21  Wakaba  <wakaba@suika.fam.cx>
48    
49            * dac2test.pl: Dies if no perl code is defined
50            for a |test:ParserTestSet|.
51    
52    2006-01-12  Wakaba  <wakaba@suika.fam.cx>
53    
54            * dac2test.pl: |test:ParserTestSet| and |test:ParserTest|
55            test types are implemented.
56    
57    2005-12-21  Wakaba  <wakaba@suika.fam.cx>
58    
59            * dac2pm.pl: Now requires |Message::Util::DIS::DPG| module.
60    
61    2005-12-20  Wakaba  <wakaba@suika.fam.cx>
62    
63            * dac2pm.pl: Now requires GenericLS module.
64    
65    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
66    
67            * dac.pl, dac2pm.pl, dac2test.pl: |--verbose| or |--debug|
68            option turns verbose or debug mode of |Message::Util::Error|
69            module respectively.
70    
71    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
72    
73            * dac2text.pl: Dies if test code is not defined.
74    
75    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
76    
77            * dac2test.pl: Adds the module as |require|d module.
78    
79            * mkdisdump.pl: Requests |DOMLS:Generic| feature
80            instead of obsoleted |DOMLS:LS| feature.
81    
82    2005-11-13  Wakaba  <wakaba@suika.fam.cx>
83    
84            * dac2test.pl: New script.
85            
86    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
87    
88            * dac2pm.pl (--output-line): New option.
89    
90    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
91    
92            * dac2pm.pl: Reports how long it takes at END.
93    
94    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
95    
96            * mkdommemlist.pl: Revised for new "dae" database.
97    
98            * domts2perl.pl (--domtest2perl-option): New option.
99    
100            * domtest2perl.pl: Revised for new DOM Perl binding.
101    
102            * Makefile: Rules to make "dommemlist.pl.tmp" revised.
103    
104    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
105    
106            * mkdisdump.pl (dd_get_qname_uri): Sets "dump:uri" attribute.
107    
108    2005-10-03  Wakaba  <wakaba@suika.fam.cx>
109    
110            * mkdisdump.pl (append_module_documentation): Outputs
111            any "DISCore:AnyAppName" property value in
112            addition to "dis:AppName" values.  Use "dump:ref"
113            property if the value is a URI.
114            (append_method_documentation): Likewise.
115            (append_document_documentation): Likewise.
116    
117    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
118    
119            * mkdisdump.pl (append_document_documentation): Outputs "doc:as"
120            properties if available.
121            (append_module_documentation): Outputs "dis:AppName"
122            and "idl:prefix" attribute if available.
123            (append_idl_interface_documentation): Removed (Merged
124            to "append_interface_documentation").
125            (ReferredResource): Don't set "is_partial" flag
126            if ReferredResource value is greater than "1".
127    
128    2005-10-01  Wakaba  <wakaba@suika.fam.cx>
129    
130            * mkdisdump.pl (append_document_properties): New subroutine.
131            (append_datatype_documentation): Outputs "dis:Def"
132            and "dis:AppName" properties if available.
133            (append_idl_interface_documentation): New subroutine.
134    
135    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
136    
137            * mkdisdump.pl (append_module_group_documentation,
138            append_document_documentation): New functions.
139            (append_class_documentation, append_interface_documentation):
140            Generates method/attribute/constgroup information (in partial mode)
141            even if "is_partial" option is true to compute inheriting
142            class member information correctly.
143            (--resource-uri): New option.
144    
145            * Makefile (error.xml, minimpl.xml): New rules.
146    
147    2005-09-25  Wakaba  <wakaba@suika.fam.cx>
148    
149            * dac.pl, dac2pm.pl, mkdisdump.pl: Parameters "--dis-file-suffix",
150            "--daem-file-suffix", "--search-path-catalog-file-name", and
151            "--search-path" added.  New dae and daem database format support.
152            (dac_search_file_stem): New function.
153    
154  2005-09-24  Wakaba  <wakaba@suika.fam.cx>  2005-09-24  Wakaba  <wakaba@suika.fam.cx>
155    
156          * dac.pl, dac2pm.pl, mkdisdump.pl: "--debug" option added.          * dac.pl, dac2pm.pl, mkdisdump.pl: "--debug" option added.

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.51

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24