/[suikacvs]/messaging/manakai/bin/ChangeLog
Suika

Contents of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.57 - (hide annotations) (download)
Sat Apr 1 14:41:29 2006 UTC (18 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.56: +6 -0 lines
++ manakai/t/ChangeLog	1 Apr 2006 09:28:43 -0000
2006-04-01  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (util-dis-DPG.t): New test.

	* Makefile (dom-XML.t): New test.
	* Makefile (dom-TreeCore.t): New test.
++ manakai/bin/ChangeLog	1 Apr 2006 08:52:15 -0000
2006-04-01  Wakaba  <wakaba@suika.fam.cx>

	* daf.pl (perl-pm, daf_generate_perl_test): Sets
	the |$Message::Util::DIS::Perl::Implementation| variable
	for compatibility.

++ manakai/lib/Message/Util/ChangeLog	1 Apr 2006 11:55:12 -0000
2006-04-01  Wakaba  <wakaba@suika.fam.cx>

	* Grove.dis (destroy): Threshold value changed to 4096.

	* PerlCode.dis (PerlCode): Associated as the default
	class with |pc:*| and |pc2:*| element types.
	(currentPackage, currentChunkNumber, getNextChunkNumber): Removed.
	(ReflectCDATA): Reimplemented using standard |Element|
	methods.
	(sourceFile, sourceLine, currentSourceFile, currentSourceLine,
	skipLines): Removed.
	(pc:line): Removed.
	(stringify): Support for the |pc:line| configuration
	parameter is removed.

	* DIS.dis (isFeatureProvided): Removed.

++ manakai/lib/Message/Util/DIS/ChangeLog	1 Apr 2006 09:24:59 -0000
2006-04-01  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plImplementation): Get the instance
	from the |$Message::Util::DIS::Perl::Implementation| variable.
	(plIsFeatureImplemented): Removed.
	(plPreprocessPerlCode, plPreprocessPerlStatement): The |sourceFile|
	and |sourceLine| parameters are removed.

	* DPG.dis (DPGElement): Associated to the |pg:*| element types.

++ manakai/lib/Message/DOM/ChangeLog	1 Apr 2006 11:35:47 -0000
	* DOMFeature.dis (getImplementation, getImplementationList): Support
	for new class information variables.
	(DOMLS:Generic): This old feature name is removed.

	* GenericLS.dis (createGLSParser, createGLSSerializer): Support
	for new class information variables.

	* TreeCore.dis (manakaiExpandedURI): New attribute.
	(Document, Element.___create_node_ref): New method
	implementations.

2006-04-01  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.57 2006-04-01 Wakaba <wakaba@suika.fam.cx>
2    
3     * daf.pl (perl-pm, daf_generate_perl_test): Sets
4     the |$Message::Util::DIS::Perl::Implementation| variable
5     for compatibility.
6    
7 wakaba 1.56 2006-03-18 Wakaba <wakaba@suika.fam.cx>
8    
9     * daf.pl (daf_get_file_path_stem): The '.' is removed from
10     the default search path.
11    
12 wakaba 1.55 2006-03-17 Wakaba <wakaba@suika.fam.cx>
13    
14     * daf.pl: The position of two |undef| statements was incorrect.
15     (daf_generate_perl_test): Provides |--skip| option
16     for test scripts.
17    
18 wakaba 1.54 2006-03-16 Wakaba <wakaba@suika.fam.cx>
19    
20     * daf.pl: In parser tests |c:anyDOMConfigurationParameter|
21     properties are supported.
22    
23 wakaba 1.53 2006-03-12 Wakaba <wakaba@suika.fam.cx>
24    
25     * daf.pl: Don't require |Test| modules for bootstrap.
26    
27 wakaba 1.52 2006-03-06 Wakaba <wakaba@suika.fam.cx>
28    
29     * daf.pl (get_referring_module_uri_list): Don't
30     invoke |daf_convert_dis_document_to_dnl_document| to prevent
31     prefix-not-defined error because the referred module is not
32     yet loaded.
33    
34 wakaba 1.49 2006-02-26 Wakaba <wakaba@suika.fam.cx>
35    
36 wakaba 1.51 * daf.pl: Request for |fe:GenericLS| feature was missing.
37     Sets the |pc:preserve-line-break| parameter for test
38     code as |dac2test.pl| had been.
39    
40     * dac.pl, dac2pm.pl, dac2test.pl: Removed.
41    
42     * disc.pl, cdis2pm.pl, cdis2rdf.pl: Removed.
43    
44     2006-02-26 Wakaba <wakaba@suika.fam.cx>
45    
46 wakaba 1.50 * daf.pl: Perl test file generation support from |dac2test.pl|
47     is added. Exits the program before any generation
48     if the database constrution process has error.
49    
50     2006-02-26 Wakaba <wakaba@suika.fam.cx>
51    
52 wakaba 1.49 * dac2pm.pl (--dafx-file-suffix): New dummy option.
53    
54     * daf.pl: New script.
55    
56 wakaba 1.48 2006-02-24 Wakaba <wakaba@suika.fam.cx>
57    
58     * dac.pl (--dafx-file-suffix): New option.
59     (pl_store resource_resolver parameter): New |dafx|
60     index file resolution is implemented.
61    
62 wakaba 1.47 2006-02-23 Wakaba <wakaba@suika.fam.cx>
63    
64     * dac.pl (--update): New option.
65    
66 wakaba 1.46 2006-02-09 Wakaba <wakaba@suika.fam.cx>
67    
68     * dac2test.pl: Set |pc:preserve-line-break| configuration
69     parameter |true|.
70    
71 wakaba 1.45 2006-02-08 Wakaba <wakaba@suika.fam.cx>
72    
73     * dac2test.pl (|test:ParserTest| converter): |c:erred| is supported.
74    
75 wakaba 1.44 2006-01-28 Wakaba <wakaba@suika.fam.cx>
76    
77     * dac2test.pl (|test:StandaloneTest| converter): Generates |otherwise|
78     clause to catch exception and continue remaining tests.
79    
80 wakaba 1.43 2006-01-21 Wakaba <wakaba@suika.fam.cx>
81    
82     * dac2test.pl: Dies if no perl code is defined
83     for a |test:ParserTestSet|.
84    
85 wakaba 1.42 2006-01-12 Wakaba <wakaba@suika.fam.cx>
86    
87     * dac2test.pl: |test:ParserTestSet| and |test:ParserTest|
88     test types are implemented.
89    
90 wakaba 1.41 2005-12-21 Wakaba <wakaba@suika.fam.cx>
91    
92     * dac2pm.pl: Now requires |Message::Util::DIS::DPG| module.
93    
94 wakaba 1.40 2005-12-20 Wakaba <wakaba@suika.fam.cx>
95    
96     * dac2pm.pl: Now requires GenericLS module.
97    
98 wakaba 1.39 2005-11-23 Wakaba <wakaba@suika.fam.cx>
99    
100     * dac.pl, dac2pm.pl, dac2test.pl: |--verbose| or |--debug|
101     option turns verbose or debug mode of |Message::Util::Error|
102     module respectively.
103    
104 wakaba 1.38 2005-11-16 Wakaba <wakaba@suika.fam.cx>
105    
106     * dac2text.pl: Dies if test code is not defined.
107    
108 wakaba 1.37 2005-11-15 Wakaba <wakaba@suika.fam.cx>
109    
110     * dac2test.pl: Adds the module as |require|d module.
111    
112     * mkdisdump.pl: Requests |DOMLS:Generic| feature
113     instead of obsoleted |DOMLS:LS| feature.
114    
115     2005-11-13 Wakaba <wakaba@suika.fam.cx>
116    
117     * dac2test.pl: New script.
118    
119 wakaba 1.36 2005-10-16 Wakaba <wakaba@suika.fam.cx>
120    
121     * dac2pm.pl (--output-line): New option.
122    
123 wakaba 1.35 2005-10-11 Wakaba <wakaba@suika.fam.cx>
124    
125     * dac2pm.pl: Reports how long it takes at END.
126    
127 wakaba 1.34 2005-10-06 Wakaba <wakaba@suika.fam.cx>
128    
129     * mkdommemlist.pl: Revised for new "dae" database.
130    
131     * domts2perl.pl (--domtest2perl-option): New option.
132    
133     * domtest2perl.pl: Revised for new DOM Perl binding.
134    
135     * Makefile: Rules to make "dommemlist.pl.tmp" revised.
136    
137 wakaba 1.33 2005-10-05 Wakaba <wakaba@suika.fam.cx>
138    
139     * mkdisdump.pl (dd_get_qname_uri): Sets "dump:uri" attribute.
140    
141     2005-10-03 Wakaba <wakaba@suika.fam.cx>
142    
143     * mkdisdump.pl (append_module_documentation): Outputs
144     any "DISCore:AnyAppName" property value in
145     addition to "dis:AppName" values. Use "dump:ref"
146     property if the value is a URI.
147     (append_method_documentation): Likewise.
148     (append_document_documentation): Likewise.
149    
150 wakaba 1.32 2005-10-02 Wakaba <wakaba@suika.fam.cx>
151    
152     * mkdisdump.pl (append_document_documentation): Outputs "doc:as"
153     properties if available.
154     (append_module_documentation): Outputs "dis:AppName"
155     and "idl:prefix" attribute if available.
156     (append_idl_interface_documentation): Removed (Merged
157     to "append_interface_documentation").
158     (ReferredResource): Don't set "is_partial" flag
159     if ReferredResource value is greater than "1".
160    
161 wakaba 1.31 2005-10-01 Wakaba <wakaba@suika.fam.cx>
162    
163     * mkdisdump.pl (append_document_properties): New subroutine.
164     (append_datatype_documentation): Outputs "dis:Def"
165     and "dis:AppName" properties if available.
166     (append_idl_interface_documentation): New subroutine.
167    
168 wakaba 1.30 2005-09-30 Wakaba <wakaba@suika.fam.cx>
169    
170     * mkdisdump.pl (append_module_group_documentation,
171     append_document_documentation): New functions.
172     (append_class_documentation, append_interface_documentation):
173     Generates method/attribute/constgroup information (in partial mode)
174     even if "is_partial" option is true to compute inheriting
175     class member information correctly.
176     (--resource-uri): New option.
177    
178     * Makefile (error.xml, minimpl.xml): New rules.
179    
180 wakaba 1.29 2005-09-25 Wakaba <wakaba@suika.fam.cx>
181    
182     * dac.pl, dac2pm.pl, mkdisdump.pl: Parameters "--dis-file-suffix",
183     "--daem-file-suffix", "--search-path-catalog-file-name", and
184     "--search-path" added. New dae and daem database format support.
185     (dac_search_file_stem): New function.
186    
187 wakaba 1.27 2005-09-24 Wakaba <wakaba@suika.fam.cx>
188    
189     * dac.pl, dac2pm.pl, mkdisdump.pl: "--debug" option added.
190 wakaba 1.28 (dac_load_module_file): Allow "|" as qname prefix separator.
191 wakaba 1.27
192     2005-09-23 Wakaba <wakaba@suika.fam.cx>
193    
194     * mkdisdump.pl: Fixed to support new dad database implementation.
195    
196 wakaba 1.26 2005-09-22 Wakaba <wakaba@suika.fam.cx>
197    
198     * dac2pm.pl (status_msg_, status_msg): New functions.
199     (--create-perl-module): New option.
200    
201     2005-09-21 Wakaba <wakaba@suika.fam.cx>
202    
203     * dac.pl: Show how long the process takes.
204     (status_msg_, status_msg): New functions.
205     (dac_load_module_file): Converts dis document into DNLite document.
206    
207     * dac2pm.pl: Unused namespace bindings removed.
208    
209 wakaba 1.25 2005-09-19 Wakaba <wakaba@suika.fam.cx>
210    
211     * mkdisdump.pl (progress_inc, progress_reset): New functions.
212    
213 wakaba 1.24 2005-09-15 Wakaba <wakaba@suika.fam.cx>
214    
215     * dac.pl: Calls "read_properties" method on database before
216     closure of it.
217    
218 wakaba 1.23 2005-09-09 Wakaba <wakaba@suika.fam.cx>
219    
220 wakaba 1.24 * dac.pl: Writes the database file before checking undefined
221     resoruces.
222 wakaba 1.23
223     2005-09-08 Wakaba <wakaba@suika.fam.cx>
224    
225     * dac.pl: Use ImplementationRegistry instead of
226     DOMImplementationRegistry. Status messages added.
227     (--implementation-registry-package): Option removed.
228    
229     * dac2pm.pl: : Use ImplementationRegistry instead of
230     DOMImplementationRegistry. Status messages added.
231     (--implementation-registry-package, --output-module-version): Options
232     removed.
233    
234     * mkdisdump.pl: Use ImplementationRegistry instead of
235 wakaba 1.24 DOMImplementationRegistry. Status messages added.
236 wakaba 1.23 (append_module_documentation, append_class_documentation,
237     append_interface_documentation): Uses dis:FileName property
238     if any.
239     (append_inheritance): Adds information on implied
240     inheritance such as UNIVERSAL and Exporter.
241    
242     2005-09-07 Wakaba <wakaba@suika.fam.cx>
243    
244     * mkdisdump.pl: Writes inheritance information on methods.
245    
246     2005-09-06 Wakaba <wakaba@suika.fam.cx>
247    
248     * mkdisdump.pl (--with-implementators-note): New option.
249     (transform_disdoc): Lextypes dis:TypeQName, DISCore:NCNameOrQName,
250     DISPerl:MemRef, DOMMain:XCodeRef supported.
251     (append_subclassof): New function. (It does not work yet.)
252     (append_raises): New function.
253    
254     2005-09-05 Wakaba <wakaba@suika.fam.cx>
255    
256     * mkdisdump.pl (append_datatype_documentation): Sets ddoct:basePath
257     attribute to dump:datatype element.
258    
259 wakaba 1.22 2005-09-04 Wakaba <wakaba@suika.fam.cx>
260    
261     * mkdisdump.pl (append_module_documentation): Don't generate
262     documentation of child resource if it is already generated.
263     (--module-uri): Multiple "--module-uri" option can be accepted.
264    
265     2005-09-03 Wakaba <wakaba@suika.fam.cx>
266    
267     * mkdisdump.pl: Sets @dump:uri to disdoc ddel:P elements.
268    
269 wakaba 1.21 2005-09-02 Wakaba <wakaba@suika.fam.cx>
270    
271     * mkdisdump.pl: Datatypes and constants and lextype dis:TFQNames
272     implemented.
273    
274 wakaba 1.20 2005-08-31 Wakaba <wakaba@suika.fam.cx>
275    
276     * mkdisdump.pl: Outputs referred resources in other modules
277     (add_uri): New function.
278    
279 wakaba 1.19 2005-08-30 Wakaba <wakaba@suika.fam.cx>
280    
281     * mkdisdump.pl: New script.
282    
283 wakaba 1.18 2005-04-28 Wakaba <wakaba@suika.fam.cx>
284    
285     * cdis2pm.pl (dispm_collect_hash_prop_value): Loop check added.
286    
287 wakaba 1.17 2005-02-27 Wakaba <wakaba@suika.fam.cx>
288    
289     * cdis2pm.pl (perl_code): Allow "|" as well as ":" in disPerl:Code
290     inline code name.
291    
292 wakaba 1.16 2005-02-26 Wakaba <wakaba@suika.fam.cx>
293    
294     * dac.pl: New script (not work yet).
295    
296     * cdis2pm.pl (perl_code): "disPerl:UNDEEP" block supported.
297    
298 wakaba 1.15 2005-02-20 Wakaba <wakaba@suika.fam.cx>
299    
300     * cdis2pm.pl (perl_code): Bug in "disPerl:DEEP" not to pass "%opt"
301     arguments is fixed.
302    
303 wakaba 1.14 2005-02-16 Wakaba <wakaba@suika.fam.cx>
304    
305     * cdis2pm.pl: New operator "DISPerl:AsStringMethod" and
306     "DISPerl:NewMethod" added.
307    
308 wakaba 1.13 2005-01-06 Wakaba <wakaba@suika.fam.cx>
309    
310     * domtest2perl.pl (output_result): Removed.
311    
312 wakaba 1.12 2005-01-05 Wakaba <wakaba@suika.fam.cx>
313    
314     * cdis2pm.pl (pod): Documentation added.
315     (dispm_get_value): Set default value of "0" if type is number or boolean.
316     (perl_code): Assertion support added.
317     (--output-assert): New option.
318    
319     * domtest2perl.pl (pod): Documentation added.
320     (node2code): Exception package name is changed.
321     (implementationAttribute, hasFeature): Output a function call to check
322     implementation attribute.
323    
324     * domts2perl.pl: Message simplified.
325     (pod): Documentation added.
326    
327     2005-01-04 Wakaba <wakaba@suika.fam.cx>
328    
329     * cdis2pm.pl (disperl_to_perl): Tree code element type
330     "DOMMain:raiseException" implemented.
331    
332     2005-01-03 Wakaba <wakaba@suika.fam.cx>
333    
334     * idl2dis.pl: Generates new "dis" format.
335    
336     * cdis2pm.pl (dispm_muf_description): New function.
337    
338 wakaba 1.11 2004-12-31 Wakaba <wakaba@suika.fam.cx>
339    
340     * cdis2pm.pl: Constant exporting support.
341    
342     * mkdommemlist.pl: Rewritten to read new cdis file.
343    
344     * Makefile: Modified for new mkdommemlist.pl.
345    
346     * domtest2perl.pl: Use Message::Util::QName::Filter.
347    
348 wakaba 1.10 2004-12-29 Wakaba <wakaba@suika.fam.cx>
349    
350     * disc.pl: Initialize namespace and element type bindings
351     before loading the first file.
352    
353 wakaba 1.9 2004-11-24 Wakaba <wakaba@suika.fam.cx>
354    
355     * cdis2rdf.pl (res_canon): New.
356    
357 wakaba 1.8 2004-11-23 Wakaba <wakaba@suika.fam.cx>
358    
359     * disc.pl: New script.
360    
361     * cdis2rdf.pl, cdis2pm.pl: New script.
362     * dis2rdf.pl, dis2pm.pl: Removed.
363    
364 wakaba 1.7 2004-11-03 Wakaba <wakaba@suika.fam.cx>
365    
366     * dis2rdf.pl: New script.
367    
368 wakaba 1.6 2004-10-31 Wakaba <wakaba@suika.fam.cx>
369    
370     * domts2perl.pl: New option '--domtest2perl' introduced.
371    
372 wakaba 1.5 2004-10-11 Wakaba <wakaba@suika.fam.cx>
373    
374     * dis2pm.pl (disdoc2pod, disdoc2text): New element type "eg", "KEY"
375     and "EM" introduced.
376     (type_label): ManakaiDOM:ManakaiDOMKeyIdentifier and
377     ManakaiDOM:ManakaiDOMKeyIdentifiers added.
378    
379 wakaba 1.3 2004-10-10 Wakaba <wakaba@suika.fam.cx>
380 wakaba 1.5
381     * dis2pm.pl (disdoc2text, disdoc2pod): New element "NOTE" introduced.
382 wakaba 1.3
383 wakaba 1.4 * domtest2perl.pl: New file.
384    
385     * Makefile, mkdommemlist.pl: New files.
386    
387 wakaba 1.3 * dis2pm.pl, idl2dis.pl: New (moved from ../lib/Message/DOM/).
388    
389     * genlib.pl: Removed (moved to ../lib/manakai/).
390    
391 wakaba 1.2 2004-10-09 Wakaba <wakaba@suika.fam.cx>
392    
393     * domtest2perl.pl, genlib.pl: New.
394    
395 wakaba 1.1 2003-09-07 Wakaba <wakaba@suika.fam.cx>
396    
397     * xml-validate.pl: New script.
398     * ChangeLog: Likewise.
399    
400    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24