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

Contents of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.40 - (hide annotations) (download)
Tue Dec 20 12:16:49 2005 UTC (18 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.39: +4 -0 lines
++ manakai/bin/ChangeLog	20 Dec 2005 12:03:40 -0000
2005-12-20  Wakaba  <wakaba@suika.fam.cx>

	* dac2pm.pl: Now requires GenericLS module.

++ manakai/lib/Message/Markup/ChangeLog	20 Dec 2005 12:04:20 -0000
2005-12-20  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: |PERL_OPTIONS| variables updated to new definition.

++ manakai/lib/Message/Util/ChangeLog	20 Dec 2005 12:04:47 -0000
2005-12-20  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis: DPG format support added.

++ manakai/lib/Message/Util/DIS/ChangeLog	20 Dec 2005 12:14:00 -0000
2005-12-20  Wakaba  <wakaba@suika.fam.cx>

	* DPG.dis (plCodeFragment): Output code to check lower bound
	of range even if it is zero (U+0000) since an negative value
	might occur to indicate end of file.  Code to generate |redo|
	statement is missing.  Embed statement with type |lang:Perl|
	support added.  Return value of |$next_token_required| was
	missing in some cases.  Ruleref cache now takes |$next_token_required|
	values into acount.  Parameter (for parser subroutine) support
	was missing.
	(DPGParser.DISPerl:dpgDef): DPG definition for the DPG textual
	syntax merged.

	* Perl.dis: Now requires |DPG| module.
	(plGeneratePerlModule): Obsolete property name
	|DOMMetaImpl:providedThrough| changed into |f:through| so
	that |f:through|s in "dis" modules now works.  In addition,
	its default code was misplaced.  |DISPerl:dpgDef| attribute
	is supported so that DPG code are converted into a set of
	methods.

	* Value.dis: DPG (|lang:dpg|) support added.

2005-12-19  Wakaba  <wakaba@suika.fam.cx>

	* DPG.dis (pg:lAssignmentStatement): Typo in element type name
	fixed.
	(DPGParser): New interface.

++ manakai/lib/manakai/ChangeLog	20 Dec 2005 12:16:38 -0000
2005-12-20  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Definitions for |PERL_OPTIONS| family updated.

	* DISPerl.dis (DISPerl:dpgDef): New property.

2005-12-19  Wakaba  <wakaba@suika.fam.cx>

	* DISPerl.dis (lang:dpg): New format.
	(lang:Perl): Now it is a subclass of |DISCore:DISString|
	rather than |DISCore:NSString| (since it depends on various
	"dis" contexts not only namespaces).

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24