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

Contents of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.42 - (show annotations) (download)
Sat Jan 21 07:06:09 2006 UTC (18 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.41: +5 -0 lines
++ manakai/t/ChangeLog	21 Jan 2006 07:06:03 -0000
2006-01-21  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: |dom-xmlparser.t| added.

++ manakai/bin/ChangeLog	21 Jan 2006 06:58:44 -0000
2006-01-12  Wakaba  <wakaba@suika.fam.cx>

	* dac2test.pl: |test:ParserTestSet| and |test:ParserTest|
	test types are implemented.

++ manakai/lib/Message/Util/ChangeLog	21 Jan 2006 07:02:03 -0000
2006-01-19  Wakaba  <wakaba@suika.fam.cx>

	* PerlCode.dis (PCPackage.stringify): Appends a string
	representation of non-|pc:*| element children for
	the stringified value.

++ manakai/lib/Message/Util/DIS/ChangeLog	21 Jan 2006 07:04:28 -0000
2006-01-20  Wakaba  <wakaba@suika.fam.cx>

	* DPG.dis (plCodeFragment): Sets |param| value of default
	for default parse error handler to avoid array dereference error.

	* Test.dis (assertDOMTreeEquals): New method.

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

	* Test.dis (TDTParser): New.
	(PARSE_ERR): New exception type.

++ manakai/lib/Message/DOM/ChangeLog	21 Jan 2006 07:00:52 -0000
2006-01-21  Wakaba  <wakaba@suika.fam.cx>

	* DOMFeature.dis (featuresParamToFeaturesHash): New block
	code (seprated from |InputProcessor|).  Now
	a |features| parameter's version can be specified by
	an array reference that contains a set of version
	numbers.  A test added.

	* XMLParser.dis: A test added.

++ manakai/lib/manakai/ChangeLog	21 Jan 2006 07:05:39 -0000
2006-01-11  Wakaba  <wakaba@suika.fam.cx>

	* Test.dis (test:ParserTestSet, test:ParserTest): New types.
	(test:Entity, test:RootEntity): New types.
	(lang:tdt): New lextype.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24