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

Contents of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.38 - (show annotations) (download)
Wed Nov 16 10:07:11 2005 UTC (19 years ago) by wakaba
Branch: MAIN
Changes since 1.37: +4 -0 lines
++ manakai/t/ChangeLog	16 Nov 2005 10:07:00 -0000
2005-11-16  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Rules to make |dom-mdomls2003.t| and |util-perlcode.t|
	added.

++ manakai/bin/ChangeLog	16 Nov 2005 09:50:31 -0000
2005-11-16  Wakaba  <wakaba@suika.fam.cx>

	* dac2text.pl: Dies if test code is not defined.

++ manakai/lib/Message/Markup/XML/ChangeLog	16 Nov 2005 09:59:26 -0000
2005-11-16  Wakaba  <wakaba@suika.fam.cx>

	* Parser.pm: A typo fix and |undef|-checking added.

++ manakai/lib/Message/Util/ChangeLog	16 Nov 2005 10:02:10 -0000
2005-11-16  Wakaba  <wakaba@suika.fam.cx>

	* PerlCode.dis: A test code added.  Typos in |ISA|
	properties fixed.
	(PerlSub.stringify): Generates prototype specification
	even if |prototype| attribute value's length is zero
	in case the |pc:prototype| attribute /is/ found.

++ manakai/lib/Message/Util/DIS/ChangeLog	16 Nov 2005 10:03:34 -0000
2005-11-16  Wakaba  <wakaba@suika.fam.cx>

	* Test.dis (assertTrue, assertFalse, assertNever): New methods.
	(assertNull, assertNotNull): The |actualValue| parameters
	fixed to parameters rather than named parameters.

++ manakai/lib/Message/DOM/ChangeLog	16 Nov 2005 09:58:21 -0000
2005-11-16  Wakaba  <wakaba@suika.fam.cx>

	* ManakaiDOMLS2003.dis: Tests added.
	(domConfig): Method name in the code fixed to |flag|.

	* DOMMain.dis (findOffset32): Missing |^| in regular expressions
	added.

	* DOMCore.dis (hasChildNodes): Returns |false| if the node type
	is defined not to have any children.
	(CharacterData): Typos in element type names and function names fixed.

++ manakai/lib/manakai/ChangeLog	16 Nov 2005 10:06:30 -0000
2005-11-16  Wakaba  <wakaba@suika.fam.cx>

	* domtest.pl (skip_rest): Exits test after generating comments.
	(assertEqualsCollection): Array reference dereferencing
	syntax fixed (it was mistakenly coded in JavaScript like style).

	* DISPerl.dis (StringRef): Don't |weaken| reference if
	there is already a weak reference.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24