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

Contents of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.43 - (hide annotations) (download)
Sat Jan 21 16:28:13 2006 UTC (18 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.42: +5 -0 lines
++ manakai/bin/ChangeLog	21 Jan 2006 16:17:06 -0000
2006-01-21  Wakaba  <wakaba@suika.fam.cx>

	* dac2test.pl: Dies if no perl code is defined
	for a |test:ParserTestSet|.

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

	*

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

	* Perl.dis (plGeneratePerlModuleFile): Use |getAnyResource|
	method instead of |getResource| method to obtain
	resource from URI listed in |disGetRequiredModuleURI|
	in |PerlCode| objects.  This fix removes the problem
	that some expected |require| statements were not generated.

	* DPG.dis (plCodeFragment): Default |token-error| code was
	not generated.
	(pg:qRequiresNextTokenStatement): New element type.

	* Test.dis: Wrong namespace URI in some resource names are fixed.
	(assertDOMTreeEquals): Adds node type
	information to node path string in error messages.
	Allows |false| value as a |null|.
	(TDTParser): Node type |entity| and |entity-reference|
	are changed to |general-entity| and |general-entity-reference|
	respectively.
	(lexmode default): Definition for the token |SEMICOLON|
	was missing.
	(token-error default): Added.

++ manakai/lib/Message/DOM/ChangeLog	21 Jan 2006 16:22:22 -0000
	* DOMXML.dis (DocumentType.childNodes): Removed
	from |ManakaiDOM:ManakaiDOMLatest| variant.

	* XMLParser.dis: Parsing of general internal entities implemented.
	(_DocumentTypeDeclaration): Appends a document type definition
	node to the document.
	(_ProcessingInstructionDTD): Appends a processing
	instruction node to the document type definition.
	(Element_): Document element could not be an |EmptyElemTag|.

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24