1 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* PerlCode.dis (pc:line): New configuration parameter. |
4 |
|
(stringify): Don't output "#line" directive |
5 |
|
unless "pc:line" parameter is set to "true". |
6 |
|
(pc:split-resolver): New configuration parameter. |
7 |
|
|
8 |
|
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* ManakaiNode.dis (anydata0): New property type. |
11 |
|
|
12 |
|
* PerlCode.dis (stringify): Prints node id if file name |
13 |
|
is not available. |
14 |
|
(perlLiteral): Prints as is if the value is blessed |
15 |
|
with "manakai::code" package. |
16 |
|
|
17 |
|
2005-10-13 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* PerlCode.dis (CDATADOMString): Changed to use code |
20 |
|
fragment defined in DOMCore module directly. |
21 |
|
|
22 |
|
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* PerlCode.dis (ForClassCompat): Removed. |
25 |
|
|
26 |
|
* ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference): |
27 |
|
Removed. |
28 |
|
(newNode): New method. |
29 |
|
(generateUniqueID): Algorithm has changed to save random |
30 |
|
string generation time. |
31 |
|
|
32 |
|
* DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth". |
33 |
|
|
34 |
|
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based |
37 |
|
on DOMCore and element type definitions added. |
38 |
|
(localName): Renamed to "pcLocalName" to avoid |
39 |
|
conflict with "Node.localName" attribute. |
40 |
|
|
41 |
|
2005-10-10 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* DIS.dis (Require): Unused reference to "PerlCode.dis" removed. |
44 |
|
|
45 |
|
* Makefile: Rules to make "PerlCode.pm" separated |
46 |
|
from ones for "DIS.pm". |
47 |
|
|
48 |
|
* ManakaiNode.dis (mn:unsetXRefNode): "$referent" |
49 |
|
parameter is replaced with "$referrer->{$propName}". |
50 |
|
|
51 |
|
* PerlCode.dis (Require): References "DOMCore.dis". |
52 |
|
(DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest". |
53 |
|
(Util: for ManakaiDOM:ManakaiDOM): New. |
54 |
|
|
55 |
|
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* ManakaiNode.dis: New "mn:xrefnode0" property type has |
58 |
|
been introduced and methods are fixed to support it. |
59 |
|
(mn:setXRefNode, mn:unsetXRefNode): New codes. |
60 |
|
|
61 |
|
* DIS.dis (loadResource): Skips a root resource definition |
62 |
|
if it is an alias and it has "dis:Name" attribute and |
63 |
|
referenced canonical definition is already read. (Note |
64 |
|
that similar case that the resource definition has "dis:QName" |
65 |
|
attribute is already fixed in the same way.) |
66 |
|
|
67 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* DIS.dis (readProperties): Recognizes hexdecimal |
70 |
|
in "DISCore:Integer" (prefixed by "0x"). |
71 |
|
|
72 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* PerlCode.dis (getExceptionInterfacePackageNameList, |
75 |
|
addExceptionInterfacePackageName): New methods. |
76 |
|
(ToString): Sorts hash keys where they result in |
77 |
|
the order of statements in result code. |
78 |
|
|
79 |
|
* Error.pm ($DEBUG): New option variable. |
80 |
|
(___get_error_def): Calls "___error_def" method in second or later "@ISA" |
81 |
|
package even if elder package has "___error_def" method. |
82 |
|
|
83 |
|
* DIS.dis: Now constant values are only defined |
84 |
|
in interfaces. |
85 |
|
(DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode. |
86 |
|
|
87 |
|
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* DIS.dis (getAnyResourceURIList, getModuleURIList): New methods. |
90 |
|
|
91 |
|
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* DIS.dis (getAnyResource): New method. |
94 |
|
(isTypeURI): Now it is a method of "DIS:DISAnyResource" interface. |
95 |
|
(getPropertyResource, getPropertyResourceList): Now |
96 |
|
they uses "getAnyResource" method. |
97 |
|
(getPropertyModuleList): Removed. |
98 |
|
|
99 |
|
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* DIS.dis (readProperties): Saves property name to values. |
102 |
|
(getPropertyModuleList): New method. |
103 |
|
|
104 |
2005-09-29 Wakaba <wakaba@suika.fam.cx> |
2005-09-29 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
* DIS.dis: Shares local name, namespace URI and for URI |
* DIS.dis: Shares local name, namespace URI and for URI |
177 |
* Makefile (DAC_SUFFIX): Changed to ".dae". |
* Makefile (DAC_SUFFIX): Changed to ".dae". |
178 |
(DAEM_SUFFIX): New. |
(DAEM_SUFFIX): New. |
179 |
|
|
180 |
|
|
181 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
182 |
|
|
183 |
* ManakaiNode.dis (NodeStem): Property value "mn:treeID" |
* ManakaiNode.dis: Use "disPerl:H" instead |
184 |
has changed to scalar reference. |
of "disPerl:Q" for hash keys. |
185 |
|
(NodeStem): Property value "mn:treeID" |
186 |
|
has changed to scalar reference. |
187 |
|
|
188 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
189 |
|
|