1 |
|
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* dac2pm.pl: Reports how long it takes at END. |
4 |
|
|
5 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* dac.pl, dac2pm.pl, mkdisdump.pl: "--debug" option added. |
68 |
|
(dac_load_module_file): Allow "|" as qname prefix separator. |
69 |
|
|
70 |
|
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* mkdisdump.pl: Fixed to support new dad database implementation. |
73 |
|
|
74 |
|
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 |
|
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* mkdisdump.pl (progress_inc, progress_reset): New functions. |
90 |
|
|
91 |
|
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 |
|
2005-09-09 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* dac.pl: Writes the database file before checking undefined |
99 |
|
resoruces. |
100 |
|
|
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 |
|
DOMImplementationRegistry. Status messages added. |
114 |
|
(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 |
|
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 |
2005-09-02 Wakaba <wakaba@suika.fam.cx> |
2005-09-02 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
* mkdisdump.pl: Datatypes and constants and lextype dis:TFQNames |
* mkdisdump.pl: Datatypes and constants and lextype dis:TFQNames |