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

Diff of /messaging/manakai/bin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by wakaba, Fri Dec 31 12:03:39 2004 UTC revision 1.27 by wakaba, Fri Sep 23 18:24:52 2005 UTC
# Line 1  Line 1 
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>
117    
118            * cdis2pm.pl: New operator "DISPerl:AsStringMethod" and
119            "DISPerl:NewMethod" added.
120    
121    2005-01-06  Wakaba  <wakaba@suika.fam.cx>
122    
123            * domtest2perl.pl (output_result): Removed.
124    
125    2005-01-05  Wakaba  <wakaba@suika.fam.cx>
126    
127            * cdis2pm.pl (pod): Documentation added.
128            (dispm_get_value): Set default value of "0" if type is number or boolean.
129            (perl_code): Assertion support added.
130            (--output-assert): New option.
131    
132            * domtest2perl.pl (pod): Documentation added.
133            (node2code): Exception package name is changed.
134            (implementationAttribute, hasFeature): Output a function call to check
135            implementation attribute.
136    
137            * domts2perl.pl: Message simplified.
138            (pod): Documentation added.
139    
140    2005-01-04  Wakaba  <wakaba@suika.fam.cx>
141    
142            * cdis2pm.pl (disperl_to_perl): Tree code element type
143            "DOMMain:raiseException" implemented.
144    
145    2005-01-03  Wakaba  <wakaba@suika.fam.cx>
146    
147            * idl2dis.pl: Generates new "dis" format.
148            
149            * cdis2pm.pl (dispm_muf_description): New function.
150    
151  2004-12-31  Wakaba  <wakaba@suika.fam.cx>  2004-12-31  Wakaba  <wakaba@suika.fam.cx>
152    
153          * cdis2pm.pl: Constant exporting support.          * cdis2pm.pl: Constant exporting support.

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.27

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24