1 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* dac.pl, dac2pm.pl, mkdisdump.pl: "--debug" option added. |
4 |
|
|
5 |
|
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* mkdisdump.pl: Fixed to support new dad database implementation. |
8 |
|
|
9 |
|
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* dac2pm.pl (status_msg_, status_msg): New functions. |
12 |
|
(--create-perl-module): New option. |
13 |
|
|
14 |
|
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* dac.pl: Show how long the process takes. |
17 |
|
(status_msg_, status_msg): New functions. |
18 |
|
(dac_load_module_file): Converts dis document into DNLite document. |
19 |
|
|
20 |
|
* dac2pm.pl: Unused namespace bindings removed. |
21 |
|
|
22 |
|
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* mkdisdump.pl (progress_inc, progress_reset): New functions. |
25 |
|
|
26 |
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* dac.pl: Calls "read_properties" method on database before |
29 |
|
closure of it. |
30 |
|
|
31 |
|
2005-09-09 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* dac.pl: Writes the database file before checking undefined |
34 |
|
resoruces. |
35 |
|
|
36 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* dac.pl: Use ImplementationRegistry instead of |
39 |
|
DOMImplementationRegistry. Status messages added. |
40 |
|
(--implementation-registry-package): Option removed. |
41 |
|
|
42 |
|
* dac2pm.pl: : Use ImplementationRegistry instead of |
43 |
|
DOMImplementationRegistry. Status messages added. |
44 |
|
(--implementation-registry-package, --output-module-version): Options |
45 |
|
removed. |
46 |
|
|
47 |
|
* mkdisdump.pl: Use ImplementationRegistry instead of |
48 |
|
DOMImplementationRegistry. Status messages added. |
49 |
|
(append_module_documentation, append_class_documentation, |
50 |
|
append_interface_documentation): Uses dis:FileName property |
51 |
|
if any. |
52 |
|
(append_inheritance): Adds information on implied |
53 |
|
inheritance such as UNIVERSAL and Exporter. |
54 |
|
|
55 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* mkdisdump.pl: Writes inheritance information on methods. |
58 |
|
|
59 |
|
2005-09-06 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* mkdisdump.pl (--with-implementators-note): New option. |
62 |
|
(transform_disdoc): Lextypes dis:TypeQName, DISCore:NCNameOrQName, |
63 |
|
DISPerl:MemRef, DOMMain:XCodeRef supported. |
64 |
|
(append_subclassof): New function. (It does not work yet.) |
65 |
|
(append_raises): New function. |
66 |
|
|
67 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* mkdisdump.pl (append_datatype_documentation): Sets ddoct:basePath |
70 |
|
attribute to dump:datatype element. |
71 |
|
|
72 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* mkdisdump.pl (append_module_documentation): Don't generate |
75 |
|
documentation of child resource if it is already generated. |
76 |
|
(--module-uri): Multiple "--module-uri" option can be accepted. |
77 |
|
|
78 |
|
2005-09-03 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* mkdisdump.pl: Sets @dump:uri to disdoc ddel:P elements. |
81 |
|
|
82 |
|
2005-09-02 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* mkdisdump.pl: Datatypes and constants and lextype dis:TFQNames |
85 |
|
implemented. |
86 |
|
|
87 |
|
2005-08-31 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* mkdisdump.pl: Outputs referred resources in other modules |
90 |
|
(add_uri): New function. |
91 |
|
|
92 |
|
2005-08-30 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* mkdisdump.pl: New script. |
95 |
|
|
96 |
|
2005-04-28 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* cdis2pm.pl (dispm_collect_hash_prop_value): Loop check added. |
99 |
|
|
100 |
|
2005-02-27 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* cdis2pm.pl (perl_code): Allow "|" as well as ":" in disPerl:Code |
103 |
|
inline code name. |
104 |
|
|
105 |
|
2005-02-26 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* dac.pl: New script (not work yet). |
108 |
|
|
109 |
|
* cdis2pm.pl (perl_code): "disPerl:UNDEEP" block supported. |
110 |
|
|
111 |
|
2005-02-20 Wakaba <wakaba@suika.fam.cx> |
112 |
|
|
113 |
|
* cdis2pm.pl (perl_code): Bug in "disPerl:DEEP" not to pass "%opt" |
114 |
|
arguments is fixed. |
115 |
|
|
116 |
2005-02-16 Wakaba <wakaba@suika.fam.cx> |
2005-02-16 Wakaba <wakaba@suika.fam.cx> |
117 |
|
|
118 |
* cdis2pm.pl: New operator "DISPerl:AsStringMethod" and |
* cdis2pm.pl: New operator "DISPerl:AsStringMethod" and |