1 |
|
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* mkdisdump.pl (append_document_documentation): Outputs "doc:as" |
4 |
|
properties if available. |
5 |
|
(append_module_documentation): Outputs "dis:AppName" |
6 |
|
and "idl:prefix" attribute if available. |
7 |
|
(append_idl_interface_documentation): Removed (Merged |
8 |
|
to "append_interface_documentation"). |
9 |
|
(ReferredResource): Don't set "is_partial" flag |
10 |
|
if ReferredResource value is greater than "1". |
11 |
|
|
12 |
|
2005-10-01 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* mkdisdump.pl (append_document_properties): New subroutine. |
15 |
|
(append_datatype_documentation): Outputs "dis:Def" |
16 |
|
and "dis:AppName" properties if available. |
17 |
|
(append_idl_interface_documentation): New subroutine. |
18 |
|
|
19 |
|
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* mkdisdump.pl (append_module_group_documentation, |
22 |
|
append_document_documentation): New functions. |
23 |
|
(append_class_documentation, append_interface_documentation): |
24 |
|
Generates method/attribute/constgroup information (in partial mode) |
25 |
|
even if "is_partial" option is true to compute inheriting |
26 |
|
class member information correctly. |
27 |
|
(--resource-uri): New option. |
28 |
|
|
29 |
|
* Makefile (error.xml, minimpl.xml): New rules. |
30 |
|
|
31 |
|
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* dac.pl, dac2pm.pl, mkdisdump.pl: Parameters "--dis-file-suffix", |
34 |
|
"--daem-file-suffix", "--search-path-catalog-file-name", and |
35 |
|
"--search-path" added. New dae and daem database format support. |
36 |
|
(dac_search_file_stem): New function. |
37 |
|
|
38 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* dac.pl, dac2pm.pl, mkdisdump.pl: "--debug" option added. |
41 |
|
(dac_load_module_file): Allow "|" as qname prefix separator. |
42 |
|
|
43 |
|
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* mkdisdump.pl: Fixed to support new dad database implementation. |
46 |
|
|
47 |
|
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* dac2pm.pl (status_msg_, status_msg): New functions. |
50 |
|
(--create-perl-module): New option. |
51 |
|
|
52 |
|
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* dac.pl: Show how long the process takes. |
55 |
|
(status_msg_, status_msg): New functions. |
56 |
|
(dac_load_module_file): Converts dis document into DNLite document. |
57 |
|
|
58 |
|
* dac2pm.pl: Unused namespace bindings removed. |
59 |
|
|
60 |
|
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* mkdisdump.pl (progress_inc, progress_reset): New functions. |
63 |
|
|
64 |
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* dac.pl: Calls "read_properties" method on database before |
67 |
|
closure of it. |
68 |
|
|
69 |
|
2005-09-09 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* dac.pl: Writes the database file before checking undefined |
72 |
|
resoruces. |
73 |
|
|
74 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* dac.pl: Use ImplementationRegistry instead of |
77 |
|
DOMImplementationRegistry. Status messages added. |
78 |
|
(--implementation-registry-package): Option removed. |
79 |
|
|
80 |
|
* dac2pm.pl: : Use ImplementationRegistry instead of |
81 |
|
DOMImplementationRegistry. Status messages added. |
82 |
|
(--implementation-registry-package, --output-module-version): Options |
83 |
|
removed. |
84 |
|
|
85 |
|
* mkdisdump.pl: Use ImplementationRegistry instead of |
86 |
|
DOMImplementationRegistry. Status messages added. |
87 |
|
(append_module_documentation, append_class_documentation, |
88 |
|
append_interface_documentation): Uses dis:FileName property |
89 |
|
if any. |
90 |
|
(append_inheritance): Adds information on implied |
91 |
|
inheritance such as UNIVERSAL and Exporter. |
92 |
|
|
93 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* mkdisdump.pl: Writes inheritance information on methods. |
96 |
|
|
97 |
|
2005-09-06 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* mkdisdump.pl (--with-implementators-note): New option. |
100 |
|
(transform_disdoc): Lextypes dis:TypeQName, DISCore:NCNameOrQName, |
101 |
|
DISPerl:MemRef, DOMMain:XCodeRef supported. |
102 |
|
(append_subclassof): New function. (It does not work yet.) |
103 |
|
(append_raises): New function. |
104 |
|
|
105 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* mkdisdump.pl (append_datatype_documentation): Sets ddoct:basePath |
108 |
|
attribute to dump:datatype element. |
109 |
|
|
110 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* mkdisdump.pl (append_module_documentation): Don't generate |
113 |
|
documentation of child resource if it is already generated. |
114 |
|
(--module-uri): Multiple "--module-uri" option can be accepted. |
115 |
|
|
116 |
|
2005-09-03 Wakaba <wakaba@suika.fam.cx> |
117 |
|
|
118 |
|
* mkdisdump.pl: Sets @dump:uri to disdoc ddel:P elements. |
119 |
|
|
120 |
|
2005-09-02 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* mkdisdump.pl: Datatypes and constants and lextype dis:TFQNames |
123 |
|
implemented. |
124 |
|
|
125 |
|
2005-08-31 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* mkdisdump.pl: Outputs referred resources in other modules |
128 |
|
(add_uri): New function. |
129 |
|
|
130 |
|
2005-08-30 Wakaba <wakaba@suika.fam.cx> |
131 |
|
|
132 |
|
* mkdisdump.pl: New script. |
133 |
|
|
134 |
|
2005-04-28 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* cdis2pm.pl (dispm_collect_hash_prop_value): Loop check added. |
137 |
|
|
138 |
|
2005-02-27 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* cdis2pm.pl (perl_code): Allow "|" as well as ":" in disPerl:Code |
141 |
|
inline code name. |
142 |
|
|
143 |
|
2005-02-26 Wakaba <wakaba@suika.fam.cx> |
144 |
|
|
145 |
|
* dac.pl: New script (not work yet). |
146 |
|
|
147 |
|
* cdis2pm.pl (perl_code): "disPerl:UNDEEP" block supported. |
148 |
|
|
149 |
|
2005-02-20 Wakaba <wakaba@suika.fam.cx> |
150 |
|
|
151 |
|
* cdis2pm.pl (perl_code): Bug in "disPerl:DEEP" not to pass "%opt" |
152 |
|
arguments is fixed. |
153 |
|
|
154 |
|
2005-02-16 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* cdis2pm.pl: New operator "DISPerl:AsStringMethod" and |
157 |
|
"DISPerl:NewMethod" added. |
158 |
|
|
159 |
2005-01-06 Wakaba <wakaba@suika.fam.cx> |
2005-01-06 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
* domtest2perl.pl (output_result): Removed. |
* domtest2perl.pl (output_result): Removed. |