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