/[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.39 by wakaba, Wed Nov 23 11:21:09 2005 UTC revision 1.67 by wakaba, Sat Nov 4 12:25:10 2006 UTC
# Line 1  Line 1 
1    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
2    
3            * daf.pl: The |--debug| option no longer set
4            obsoleted |$Message::DOM::DOMFeature::DEBUG| option.
5    
6    2006-11-03  Wakaba  <wakaba@suika.fam.cx>
7    
8            * grep-dis.pl: New script.
9    
10    2006-09-10  Wakaba  <wakaba@suika.fam.cx>
11    
12            * daf.pl (--dtd-suffix, --create-dtd-driver): New options
13            for DTD driver support.
14    
15    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
16    
17            * daf.pl: Passes the |implementation| parameter
18            to the |read_properties| method.
19    
20    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
21    
22            * daf.pl ($VERSION): New variable.
23            (--mod-file-suffix): New option.
24    
25    2006-05-19  Wakaba  <wakaba@suika.fam.cx>
26    
27            * daf.pl (--load-module): New option.
28            (--create-dtd-modules): New option.4a
29    
30    2006-05-16  Wakaba  <wakaba@suika.fam.cx>
31    
32            * daf.pl: Generation of Perl modules and
33            tests are split into separate modules.
34    
35    2006-04-09  Wakaba  <wakaba@suika.fam.cx>
36    
37            * daf.pl (daf_generate_perl_test): Old |PerlCode| methods
38            are replaced by new ones.
39    
40    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
41    
42            * daf.pl (--dafs-suffix): New option.
43            (daf_resolve_db_module_file): The |dp:ModuleNodeStorageFile|
44            type support.
45    
46    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
47    
48            * daf.pl (perl-pm): Sets the |impl| argument
49            of the |pl_generate_perl_module| method.
50    
51    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
52    
53            * daf.pl (perl-pm, daf_generate_perl_test): Sets
54            the |$Message::Util::DIS::Perl::Implementation| variable
55            for compatibility.
56    
57    2006-03-18  Wakaba  <wakaba@suika.fam.cx>
58    
59            * daf.pl (daf_get_file_path_stem): The '.' is removed from
60            the default search path.
61    
62    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
63    
64            * daf.pl: The position of two |undef| statements was incorrect.
65            (daf_generate_perl_test): Provides |--skip| option
66            for test scripts.
67    
68    2006-03-16  Wakaba  <wakaba@suika.fam.cx>
69    
70            * daf.pl: In parser tests |c:anyDOMConfigurationParameter|
71            properties are supported.
72    
73    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
74    
75            * daf.pl: Don't require |Test| modules for bootstrap.
76    
77    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
78    
79            * daf.pl (get_referring_module_uri_list): Don't
80            invoke |daf_convert_dis_document_to_dnl_document| to prevent
81            prefix-not-defined error because the referred module is not
82            yet loaded.
83    
84    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
85    
86            * daf.pl: Request for |fe:GenericLS| feature was missing.
87            Sets the |pc:preserve-line-break| parameter for test
88            code as |dac2test.pl| had been.
89    
90            * dac.pl, dac2pm.pl, dac2test.pl: Removed.
91    
92            * disc.pl, cdis2pm.pl, cdis2rdf.pl: Removed.
93    
94    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
95    
96            * daf.pl: Perl test file generation support from |dac2test.pl|
97            is added.  Exits the program before any generation
98            if the database constrution process has error.
99    
100    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
101    
102            * dac2pm.pl (--dafx-file-suffix): New dummy option.
103    
104            * daf.pl: New script.
105    
106    2006-02-24  Wakaba  <wakaba@suika.fam.cx>
107    
108            * dac.pl (--dafx-file-suffix): New option.
109            (pl_store resource_resolver parameter): New |dafx|
110            index file resolution is implemented.
111    
112    2006-02-23  Wakaba  <wakaba@suika.fam.cx>
113    
114            * dac.pl (--update): New option.
115    
116    2006-02-09  Wakaba  <wakaba@suika.fam.cx>
117    
118            * dac2test.pl: Set |pc:preserve-line-break| configuration
119            parameter |true|.
120    
121    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
122    
123            * dac2test.pl (|test:ParserTest| converter): |c:erred| is supported.
124    
125    2006-01-28  Wakaba  <wakaba@suika.fam.cx>
126    
127            * dac2test.pl (|test:StandaloneTest| converter): Generates |otherwise|
128            clause to catch exception and continue remaining tests.
129    
130    2006-01-21  Wakaba  <wakaba@suika.fam.cx>
131    
132            * dac2test.pl: Dies if no perl code is defined
133            for a |test:ParserTestSet|.
134    
135    2006-01-12  Wakaba  <wakaba@suika.fam.cx>
136    
137            * dac2test.pl: |test:ParserTestSet| and |test:ParserTest|
138            test types are implemented.
139    
140    2005-12-21  Wakaba  <wakaba@suika.fam.cx>
141    
142            * dac2pm.pl: Now requires |Message::Util::DIS::DPG| module.
143    
144    2005-12-20  Wakaba  <wakaba@suika.fam.cx>
145    
146            * dac2pm.pl: Now requires GenericLS module.
147    
148  2005-11-23  Wakaba  <wakaba@suika.fam.cx>  2005-11-23  Wakaba  <wakaba@suika.fam.cx>
149    
150          * dac.pl, dac2pm.pl, dac2test.pl: |--verbose| or |--debug|          * dac.pl, dac2pm.pl, dac2test.pl: |--verbose| or |--debug|

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.67

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24