1 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* PerlCode.dis (getExceptionInterfacePackageNameList, |
4 |
|
addExceptionInterfacePackageName): New methods. |
5 |
|
(ToString): Sorts hash keys where they result in |
6 |
|
the order of statements in result code. |
7 |
|
|
8 |
|
* Error.pm ($DEBUG): New option variable. |
9 |
|
(___get_error_def): Calls "___error_def" method in second or later "@ISA" |
10 |
|
package even if elder package has "___error_def" method. |
11 |
|
|
12 |
|
* DIS.dis: Now constant values are only defined |
13 |
|
in interfaces. |
14 |
|
(DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode. |
15 |
|
|
16 |
|
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* DIS.dis (getAnyResourceURIList, getModuleURIList): New methods. |
19 |
|
|
20 |
|
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* DIS.dis (getAnyResource): New method. |
23 |
|
(isTypeURI): Now it is a method of "DIS:DISAnyResource" interface. |
24 |
|
(getPropertyResource, getPropertyResourceList): Now |
25 |
|
they uses "getAnyResource" method. |
26 |
|
(getPropertyModuleList): Removed. |
27 |
|
|
28 |
|
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* DIS.dis (readProperties): Saves property name to values. |
31 |
|
(getPropertyModuleList): New method. |
32 |
|
|
33 |
|
2005-09-29 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* DIS.dis: Shares local name, namespace URI and for URI |
36 |
|
if possible. |
37 |
|
|
38 |
|
* PerlCode.dis (stringify): Sorts "require" statements by module |
39 |
|
name. |
40 |
|
|
41 |
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
* PerlCode.dis (perlLiteral): Sorts output by hash key. |
* PerlCode.dis (perlLiteral): Sorts output by hash key. |
106 |
* Makefile (DAC_SUFFIX): Changed to ".dae". |
* Makefile (DAC_SUFFIX): Changed to ".dae". |
107 |
(DAEM_SUFFIX): New. |
(DAEM_SUFFIX): New. |
108 |
|
|
109 |
|
|
110 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
* ManakaiNode.dis (NodeStem): Property value "mn:treeID" |
* ManakaiNode.dis: Use "disPerl:H" instead |
113 |
has changed to scalar reference. |
of "disPerl:Q" for hash keys. |
114 |
|
(NodeStem): Property value "mn:treeID" |
115 |
|
has changed to scalar reference. |
116 |
|
|
117 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|