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