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

Contents of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.35 - (hide annotations) (download)
Wed Oct 12 00:30:54 2005 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.34: +4 -0 lines
++ manakai/bin/ChangeLog	12 Oct 2005 00:13:08 -0000
2005-10-11  Wakaba  <wakaba@suika.fam.cx>

	* dac2pm.pl: Reports how long it takes at END.

++ manakai/lib/Message/Util/ChangeLog	12 Oct 2005 00:25:36 -0000
2005-10-11  Wakaba  <wakaba@suika.fam.cx>

	* PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based
	on DOMCore and element type definitions added.
	(localName): Renamed to "pcLocalName" to avoid
	conflict with "Node.localName" attribute.

2005-10-10  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis (Require): Unused reference to "PerlCode.dis" removed.

	* Makefile: Rules to make "PerlCode.pm" separated
	from ones for "DIS.pm".

	* ManakaiNode.dis (mn:unsetXRefNode): "$referent"
	parameter is replaced with "$referrer->{$propName}".

	* PerlCode.dis (Require): References "DOMCore.dis".
	(DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest".
	(Util: for ManakaiDOM:ManakaiDOM): New.

++ manakai/lib/Message/Util/DIS/ChangeLog	12 Oct 2005 00:30:10 -0000
2005-10-11  Wakaba  <wakaba@suika.fam.cx>

	* Perl.dis (plImplementation): Changed to direct
	instantiation of "ManakaiPCImplementation" class.
	(getPerlNameList, getPerlOperatorList): New methods.
	(plCodeFragment): Now allows subroutines having more than
	two method names and operators.
	(plMethodOperator): Removed.

2005-10-10  Wakaba  <wakaba@suika.fam.cx>

	* DNLite.dis (Require): Reference to "DIS/Perl.dis" added.

	* Perl.dis (Require): Reference to "PerlCode.dis" added.

++ manakai/lib/Message/DOM/ChangeLog	12 Oct 2005 00:15:44 -0000
2005-10-11  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (appendChild, createElementNS, createAttributeNS,
	setAttribute, setAttributeNS): "strictErrorChecking" attribute supported.
	(doStrictErrorChecking): New code.

	* DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute
	supported.

	* Makefile: Rule to make "DOMFeature.pm" restored.

2005-10-10  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode.
	(adoptNode): Implemented.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24