/[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.17 by wakaba, Sun Feb 27 14:27:56 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>
154    
155            * dac2pm.pl: Now requires GenericLS module.
156    
157    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
158    
159            * dac.pl, dac2pm.pl, dac2test.pl: |--verbose| or |--debug|
160            option turns verbose or debug mode of |Message::Util::Error|
161            module respectively.
162    
163    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
164    
165            * dac2text.pl: Dies if test code is not defined.
166    
167    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
168    
169            * dac2test.pl: Adds the module as |require|d module.
170    
171            * mkdisdump.pl: Requests |DOMLS:Generic| feature
172            instead of obsoleted |DOMLS:LS| feature.
173    
174    2005-11-13  Wakaba  <wakaba@suika.fam.cx>
175    
176            * dac2test.pl: New script.
177            
178    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
179    
180            * dac2pm.pl (--output-line): New option.
181    
182    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
183    
184            * dac2pm.pl: Reports how long it takes at END.
185    
186    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
187    
188            * mkdommemlist.pl: Revised for new "dae" database.
189    
190            * domts2perl.pl (--domtest2perl-option): New option.
191    
192            * domtest2perl.pl: Revised for new DOM Perl binding.
193    
194            * Makefile: Rules to make "dommemlist.pl.tmp" revised.
195    
196    2005-10-05  Wakaba  <wakaba@suika.fam.cx>
197    
198            * mkdisdump.pl (dd_get_qname_uri): Sets "dump:uri" attribute.
199    
200    2005-10-03  Wakaba  <wakaba@suika.fam.cx>
201    
202            * mkdisdump.pl (append_module_documentation): Outputs
203            any "DISCore:AnyAppName" property value in
204            addition to "dis:AppName" values.  Use "dump:ref"
205            property if the value is a URI.
206            (append_method_documentation): Likewise.
207            (append_document_documentation): Likewise.
208    
209    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
210    
211            * mkdisdump.pl (append_document_documentation): Outputs "doc:as"
212            properties if available.
213            (append_module_documentation): Outputs "dis:AppName"
214            and "idl:prefix" attribute if available.
215            (append_idl_interface_documentation): Removed (Merged
216            to "append_interface_documentation").
217            (ReferredResource): Don't set "is_partial" flag
218            if ReferredResource value is greater than "1".
219    
220    2005-10-01  Wakaba  <wakaba@suika.fam.cx>
221    
222            * mkdisdump.pl (append_document_properties): New subroutine.
223            (append_datatype_documentation): Outputs "dis:Def"
224            and "dis:AppName" properties if available.
225            (append_idl_interface_documentation): New subroutine.
226    
227    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
228    
229            * mkdisdump.pl (append_module_group_documentation,
230            append_document_documentation): New functions.
231            (append_class_documentation, append_interface_documentation):
232            Generates method/attribute/constgroup information (in partial mode)
233            even if "is_partial" option is true to compute inheriting
234            class member information correctly.
235            (--resource-uri): New option.
236    
237            * Makefile (error.xml, minimpl.xml): New rules.
238    
239    2005-09-25  Wakaba  <wakaba@suika.fam.cx>
240    
241            * dac.pl, dac2pm.pl, mkdisdump.pl: Parameters "--dis-file-suffix",
242            "--daem-file-suffix", "--search-path-catalog-file-name", and
243            "--search-path" added.  New dae and daem database format support.
244            (dac_search_file_stem): New function.
245    
246    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
247    
248            * dac.pl, dac2pm.pl, mkdisdump.pl: "--debug" option added.
249            (dac_load_module_file): Allow "|" as qname prefix separator.
250    
251    2005-09-23  Wakaba  <wakaba@suika.fam.cx>
252    
253            * mkdisdump.pl: Fixed to support new dad database implementation.
254            
255    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
256    
257            * dac2pm.pl (status_msg_, status_msg): New functions.
258            (--create-perl-module): New option.
259    
260    2005-09-21  Wakaba  <wakaba@suika.fam.cx>
261    
262            * dac.pl: Show how long the process takes.
263            (status_msg_, status_msg): New functions.
264            (dac_load_module_file): Converts dis document into DNLite document.
265    
266            * dac2pm.pl: Unused namespace bindings removed.
267    
268    2005-09-19  Wakaba  <wakaba@suika.fam.cx>
269    
270            * mkdisdump.pl (progress_inc, progress_reset): New functions.
271    
272    2005-09-15  Wakaba  <wakaba@suika.fam.cx>
273    
274            * dac.pl: Calls "read_properties" method on database before
275            closure of it.
276    
277    2005-09-09  Wakaba  <wakaba@suika.fam.cx>
278    
279            * dac.pl: Writes the database file before checking undefined
280            resoruces.
281    
282    2005-09-08  Wakaba  <wakaba@suika.fam.cx>
283    
284            * dac.pl: Use ImplementationRegistry instead of
285            DOMImplementationRegistry.  Status messages added.
286            (--implementation-registry-package): Option removed.
287    
288            * dac2pm.pl: : Use ImplementationRegistry instead of
289            DOMImplementationRegistry.  Status messages added.
290            (--implementation-registry-package, --output-module-version): Options
291            removed.
292    
293            * mkdisdump.pl: Use ImplementationRegistry instead of
294            DOMImplementationRegistry.  Status messages added.
295            (append_module_documentation, append_class_documentation,
296            append_interface_documentation): Uses dis:FileName property
297            if any.
298            (append_inheritance): Adds information on implied
299            inheritance such as UNIVERSAL and Exporter.
300    
301    2005-09-07  Wakaba  <wakaba@suika.fam.cx>
302    
303            * mkdisdump.pl: Writes inheritance information on methods.
304            
305    2005-09-06  Wakaba  <wakaba@suika.fam.cx>
306    
307            * mkdisdump.pl (--with-implementators-note): New option.
308            (transform_disdoc): Lextypes dis:TypeQName, DISCore:NCNameOrQName,
309            DISPerl:MemRef, DOMMain:XCodeRef supported.
310            (append_subclassof): New function.  (It does not work yet.)
311            (append_raises): New function.
312    
313    2005-09-05  Wakaba  <wakaba@suika.fam.cx>
314    
315            * mkdisdump.pl (append_datatype_documentation): Sets ddoct:basePath
316            attribute to dump:datatype element.
317    
318    2005-09-04  Wakaba  <wakaba@suika.fam.cx>
319    
320            * mkdisdump.pl (append_module_documentation): Don't generate
321            documentation of child resource if it is already generated.
322            (--module-uri): Multiple "--module-uri" option can be accepted.
323    
324    2005-09-03  Wakaba  <wakaba@suika.fam.cx>
325    
326            * mkdisdump.pl: Sets @dump:uri to disdoc ddel:P elements.
327    
328    2005-09-02  Wakaba  <wakaba@suika.fam.cx>
329    
330            * mkdisdump.pl: Datatypes and constants and lextype dis:TFQNames
331            implemented.
332    
333    2005-08-31  Wakaba  <wakaba@suika.fam.cx>
334    
335            * mkdisdump.pl: Outputs referred resources in other modules
336            (add_uri): New function.
337    
338    2005-08-30  Wakaba  <wakaba@suika.fam.cx>
339    
340            * mkdisdump.pl: New script.
341    
342    2005-04-28  Wakaba  <wakaba@suika.fam.cx>
343    
344            * cdis2pm.pl (dispm_collect_hash_prop_value): Loop check added.
345    
346  2005-02-27  Wakaba  <wakaba@suika.fam.cx>  2005-02-27  Wakaba  <wakaba@suika.fam.cx>
347    
348          * cdis2pm.pl (perl_code): Allow "|" as well as ":" in disPerl:Code          * cdis2pm.pl (perl_code): Allow "|" as well as ":" in disPerl:Code

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24