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