1 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* PerlCode.dis: A test code added. Typos in |ISA| |
4 |
|
properties fixed. |
5 |
|
(PerlSub.stringify): Generates prototype specification |
6 |
|
even if |prototype| attribute value's length is zero |
7 |
|
in case the |pc:prototype| attribute /is/ found. |
8 |
|
|
9 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* Makefile: Missing rule to make |Message/DOM/core.dae| added. |
12 |
|
|
13 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules |
16 |
|
added. |
17 |
|
|
18 |
|
* DIS.dis (DIS:): Removed (moved to |DIS/common.dis|). |
19 |
|
|
20 |
|
2005-11-13 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral): |
23 |
|
New interfaces. |
24 |
|
(createPCLiteral, appendNewPCLiteral): New methods. |
25 |
|
(PCDocument): New interface. |
26 |
|
(factory methods): Namespace URI and local name of document |
27 |
|
element arguments added to |createDocument| to obtain |
28 |
|
an instance of |PCDocument|. |
29 |
|
|
30 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* PerlCode.dis (pc:line): New configuration parameter. |
33 |
|
(stringify): Don't output "#line" directive |
34 |
|
unless "pc:line" parameter is set to "true". |
35 |
|
(pc:split-resolver): New configuration parameter. |
36 |
|
|
37 |
|
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* ManakaiNode.dis (anydata0): New property type. |
40 |
|
|
41 |
|
* PerlCode.dis (stringify): Prints node id if file name |
42 |
|
is not available. |
43 |
|
(perlLiteral): Prints as is if the value is blessed |
44 |
|
with "manakai::code" package. |
45 |
|
|
46 |
|
2005-10-13 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* PerlCode.dis (CDATADOMString): Changed to use code |
49 |
|
fragment defined in DOMCore module directly. |
50 |
|
|
51 |
|
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* PerlCode.dis (ForClassCompat): Removed. |
54 |
|
|
55 |
|
* ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference): |
56 |
|
Removed. |
57 |
|
(newNode): New method. |
58 |
|
(generateUniqueID): Algorithm has changed to save random |
59 |
|
string generation time. |
60 |
|
|
61 |
|
* DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth". |
62 |
|
|
63 |
|
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based |
66 |
|
on DOMCore and element type definitions added. |
67 |
|
(localName): Renamed to "pcLocalName" to avoid |
68 |
|
conflict with "Node.localName" attribute. |
69 |
|
|
70 |
|
2005-10-10 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* DIS.dis (Require): Unused reference to "PerlCode.dis" removed. |
73 |
|
|
74 |
|
* Makefile: Rules to make "PerlCode.pm" separated |
75 |
|
from ones for "DIS.pm". |
76 |
|
|
77 |
|
* ManakaiNode.dis (mn:unsetXRefNode): "$referent" |
78 |
|
parameter is replaced with "$referrer->{$propName}". |
79 |
|
|
80 |
|
* PerlCode.dis (Require): References "DOMCore.dis". |
81 |
|
(DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest". |
82 |
|
(Util: for ManakaiDOM:ManakaiDOM): New. |
83 |
|
|
84 |
|
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* ManakaiNode.dis: New "mn:xrefnode0" property type has |
87 |
|
been introduced and methods are fixed to support it. |
88 |
|
(mn:setXRefNode, mn:unsetXRefNode): New codes. |
89 |
|
|
90 |
|
* DIS.dis (loadResource): Skips a root resource definition |
91 |
|
if it is an alias and it has "dis:Name" attribute and |
92 |
|
referenced canonical definition is already read. (Note |
93 |
|
that similar case that the resource definition has "dis:QName" |
94 |
|
attribute is already fixed in the same way.) |
95 |
|
|
96 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* DIS.dis (readProperties): Recognizes hexdecimal |
99 |
|
in "DISCore:Integer" (prefixed by "0x"). |
100 |
|
|
101 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* PerlCode.dis (getExceptionInterfacePackageNameList, |
104 |
|
addExceptionInterfacePackageName): New methods. |
105 |
|
(ToString): Sorts hash keys where they result in |
106 |
|
the order of statements in result code. |
107 |
|
|
108 |
|
* Error.pm ($DEBUG): New option variable. |
109 |
|
(___get_error_def): Calls "___error_def" method in second or later "@ISA" |
110 |
|
package even if elder package has "___error_def" method. |
111 |
|
|
112 |
|
* DIS.dis: Now constant values are only defined |
113 |
|
in interfaces. |
114 |
|
(DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode. |
115 |
|
|
116 |
|
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
117 |
|
|
118 |
|
* DIS.dis (getAnyResourceURIList, getModuleURIList): New methods. |
119 |
|
|
120 |
|
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* DIS.dis (getAnyResource): New method. |
123 |
|
(isTypeURI): Now it is a method of "DIS:DISAnyResource" interface. |
124 |
|
(getPropertyResource, getPropertyResourceList): Now |
125 |
|
they uses "getAnyResource" method. |
126 |
|
(getPropertyModuleList): Removed. |
127 |
|
|
128 |
|
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* DIS.dis (readProperties): Saves property name to values. |
131 |
|
(getPropertyModuleList): New method. |
132 |
|
|
133 |
|
2005-09-29 Wakaba <wakaba@suika.fam.cx> |
134 |
|
|
135 |
|
* DIS.dis: Shares local name, namespace URI and for URI |
136 |
|
if possible. |
137 |
|
|
138 |
|
* PerlCode.dis (stringify): Sorts "require" statements by module |
139 |
|
name. |
140 |
|
|
141 |
|
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* PerlCode.dis (perlLiteral): Sorts output by hash key. |
144 |
|
|
145 |
|
* ManakaiNode.dis (new): Sets "mn:groveReferenceCounter" |
146 |
|
property. |
147 |
|
(getNewReference): Increments "mn:groveReferenceCounter" |
148 |
|
property. |
149 |
|
(ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't |
150 |
|
check "defined" to allow "undef" value in "while" condition. |
151 |
|
(mn:isGroveReferenced): New code. |
152 |
|
(changeTreeID): New "groveRC" parameter added. |
153 |
|
(importTree, changeTreeID): Updates "mn:groveReferenceCounter" |
154 |
|
properties. |
155 |
|
(destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred". |
156 |
|
(mn:groveReferenceCounter): New property. |
157 |
|
|
158 |
|
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
159 |
|
|
160 |
|
* DIS.dis: Use "tag:" URI for internal URIs. |
161 |
|
|
162 |
|
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
163 |
|
|
164 |
|
* ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*" |
165 |
|
properties. |
166 |
|
(generateUniqueID): Use "tag:" URI. |
167 |
|
|
168 |
|
* DIS.dis (targetNamespaceURI): New attribute. |
169 |
|
(ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler. |
170 |
|
(ManakaiDISModuleLite->AUTOLOAD): Don't load module |
171 |
|
if method name is "DESTROY". |
172 |
|
|
173 |
|
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
174 |
|
|
175 |
|
* ManakaiNode.dis (ManakaiNodeStem): Use per-class |
176 |
|
variable for searching noderel properties instead |
177 |
|
of per-node properties. |
178 |
|
|
179 |
|
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
180 |
|
|
181 |
|
* ManakaiNode.dis (new): New "className" parameter added. |
182 |
|
(mn:NodeRefRole): New role. |
183 |
|
(mn:type): New property. |
184 |
|
(mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0, |
185 |
|
mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties. |
186 |
|
|
187 |
|
* Makefile: Rules to make "DIS/DISDump" is separeted |
188 |
|
from "DIS/DISDoc". |
189 |
|
|
190 |
|
* DIS.dis (getFor): Loads database module if unread |
191 |
|
"for" is referenced. |
192 |
|
(addResourceList, getResourceList): New method. |
193 |
|
(ManakaiDISModuleLite): New class. |
194 |
|
|
195 |
|
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
196 |
|
|
197 |
|
* DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code. |
198 |
|
(getResource): New "dae" and "daem" database format support. |
199 |
|
(DISResourceList): New type. |
200 |
|
(uriRef, ownerModuleURI, ownerModuleURIRef): New attributes. |
201 |
|
(addChildResource, addDynamicChildResource): New methods. |
202 |
|
(getChildResourceList, getDynamicChildResourceList): New method. |
203 |
|
(getChildResourceListByType): New method. |
204 |
|
(parentResource, dynamicParentResource): New attributes. |
205 |
|
|
206 |
|
* Makefile (DAC_SUFFIX): Changed to ".dae". |
207 |
|
(DAEM_SUFFIX): New. |
208 |
|
|
209 |
|
|
210 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
211 |
|
|
212 |
|
* ManakaiNode.dis: Use "disPerl:H" instead |
213 |
|
of "disPerl:Q" for hash keys. |
214 |
|
(NodeStem): Property value "mn:treeID" |
215 |
|
has changed to scalar reference. |
216 |
|
|
217 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
218 |
|
|
219 |
|
* ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New |
220 |
|
properties. |
221 |
|
(mn:stemName, mn:refName): New properties. |
222 |
|
|
223 |
|
* Makefile (.discore-all.pm): New rule to create dis-related |
224 |
|
Perl module files at once. |
225 |
|
|
226 |
|
* DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code. |
227 |
|
(hashKeyName, hashKeyScope, anotherURI): New error parameters. |
228 |
|
|
229 |
|
* ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead |
230 |
|
of "disPerl:Q" for hash keys. |
231 |
|
|
232 |
|
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
233 |
|
|
234 |
|
* DIS.dis (DISParser.new): New method. |
235 |
|
(hasFeature): Removed. ManakaiDISAnyResource now |
236 |
|
extends DOMFeature:ManakaiHasFeatureByGetFeature. |
237 |
|
(readProperties): Support for property value data |
238 |
|
types DISLang:MemberRef and dx:XCRef added. |
239 |
|
(ManakaiDISExceptionTarget): It is now an alias |
240 |
|
for dx:ManakaiDefaultExceptionHandler. |
241 |
|
|
242 |
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
243 |
|
|
244 |
|
* Makefile: DAC_SUFFIX changed to ".dad". |
245 |
|
|
246 |
* DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest. |
* DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest. |
247 |
(disIsNullable): Reimplemented. |
(disIsNullable): Reimplemented. |
248 |
|
|