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

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.72

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24