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

Contents of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.45 - (hide annotations) (download)
Wed Feb 8 08:18:29 2006 UTC (18 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.44: +4 -0 lines
++ manakai/bin/ChangeLog	8 Feb 2006 07:59:04 -0000
2006-02-08  Wakaba  <wakaba@suika.fam.cx>

	* dac2test.pl (|test:ParserTest| converter): |c:erred| is supported.

++ manakai/lib/Message/Util/ChangeLog	8 Feb 2006 08:07:42 -0000
2006-02-08  Wakaba  <wakaba@suika.fam.cx>

	* PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements
	and their descendants were ignored.
	(getNameListAttrRM): New variant derived from |getNameListAttrR|,
	for |getUsePerlModuleNameList| and |getUseCharClassNameList|.
	(getUsePerlModuleNameList, getUseCharClassNameList): Don't
	include |pc:package| and their descendants to the target.
	(PerlFile.stringify): Outputs |use| statements
	for Perl modules and character classes not part of any package,
	if any.

	* DIS.dis: |lang:tdterr|'s |DVNSValue| convertion is supported.

2006-02-06  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (loadModule): Loads a "daem" submodule file
	if exists.

++ manakai/lib/Message/Util/Error/ChangeLog	8 Feb 2006 08:17:54 -0000
2006-02-06  Wakaba  <wakaba@suika.fam.cx>

	* DOMException.dis (ManakaiDOM:WarningClass): Removed.
	(ManakaiDOM:alwaysWarns): Removed.
	(disPerl:WARNING): Removed.
	(ManakaiDOM:ManakaiDOMExceptionOrWarning): Removed.
	(ManakaiDOM:ManakaiDOMWarning): Removed.

++ manakai/lib/Message/Util/DIS/ChangeLog	8 Feb 2006 08:16:38 -0000
2006-02-08  Wakaba  <wakaba@suika.fam.cx>

	* Value.dis: |lang:tdterr| type support is added.

	* Test.dis (failureComment): New method.
	(TFQNames): New token type.
	(rule node): It now accepts empty declaration.

2006-02-07  Wakaba  <wakaba@suika.fam.cx>

	* Test.dis (assertTypedValueEquals): New code fragment
	extracted from |assertDOMTreeEquals| method.
	(assertErrorEquals): New method.

2006-02-06  Wakaba  <wakaba@suika.fam.cx>

	* Test.dis (Require): Requires |Util:DIS| module.
	(parseTDTErrorString): New method.
	(URI, QName): New token types.
	(rule tdterr): New parser rule.
	(dtest:undeclared-namespace-prefix-error): New error.
	(dtest:bad-error-resource-error): New error.

++ manakai/lib/Message/DOM/ChangeLog	8 Feb 2006 08:01:24 -0000
2006-02-08  Wakaba  <wakaba@suika.fam.cx>

	* XMLParser.dis (XMLTests): Tests for |c:erred| is supported.

2006-02-06  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (c:erred): New property.
	(c:DOMErrorType): It should have been a subset
	of |ecore:AnyErrorCode|.

	* XMLParser.dis (XMLTests): Empty input tests added.

++ manakai/lib/manakai/ChangeLog	8 Feb 2006 08:18:20 -0000
2006-02-06  Wakaba  <wakaba@suika.fam.cx>

	* Test.dis (lang:tdterr): New type.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24