/[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.34 by wakaba, Thu Oct 6 10:53:34 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>  2005-10-06  Wakaba  <wakaba@suika.fam.cx>
164    
165          * mkdommemlist.pl: Revised for new "dae" database.          * mkdommemlist.pl: Revised for new "dae" database.

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.64

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24