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