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

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.69

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24