1 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* PerlCode.dis (getExceptionInterfacePackageNameList, |
4 |
|
addExceptionInterfacePackageName): New methods. |
5 |
|
(ToString): Sorts hash keys where they result in |
6 |
|
the order of statements in result code. |
7 |
|
|
8 |
|
* Error.pm ($DEBUG): New option variable. |
9 |
|
(___get_error_def): Calls "___error_def" method in second or later "@ISA" |
10 |
|
package even if elder package has "___error_def" method. |
11 |
|
|
12 |
|
* DIS.dis: Now constant values are only defined |
13 |
|
in interfaces. |
14 |
|
(DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode. |
15 |
|
|
16 |
|
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* DIS.dis (getAnyResourceURIList, getModuleURIList): New methods. |
19 |
|
|
20 |
|
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* DIS.dis (getAnyResource): New method. |
23 |
|
(isTypeURI): Now it is a method of "DIS:DISAnyResource" interface. |
24 |
|
(getPropertyResource, getPropertyResourceList): Now |
25 |
|
they uses "getAnyResource" method. |
26 |
|
(getPropertyModuleList): Removed. |
27 |
|
|
28 |
|
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* DIS.dis (readProperties): Saves property name to values. |
31 |
|
(getPropertyModuleList): New method. |
32 |
|
|
33 |
|
2005-09-29 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* DIS.dis: Shares local name, namespace URI and for URI |
36 |
|
if possible. |
37 |
|
|
38 |
|
* PerlCode.dis (stringify): Sorts "require" statements by module |
39 |
|
name. |
40 |
|
|
41 |
|
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* PerlCode.dis (perlLiteral): Sorts output by hash key. |
44 |
|
|
45 |
|
* ManakaiNode.dis (new): Sets "mn:groveReferenceCounter" |
46 |
|
property. |
47 |
|
(getNewReference): Increments "mn:groveReferenceCounter" |
48 |
|
property. |
49 |
|
(ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't |
50 |
|
check "defined" to allow "undef" value in "while" condition. |
51 |
|
(mn:isGroveReferenced): New code. |
52 |
|
(changeTreeID): New "groveRC" parameter added. |
53 |
|
(importTree, changeTreeID): Updates "mn:groveReferenceCounter" |
54 |
|
properties. |
55 |
|
(destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred". |
56 |
|
(mn:groveReferenceCounter): New property. |
57 |
|
|
58 |
|
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* DIS.dis: Use "tag:" URI for internal URIs. |
61 |
|
|
62 |
|
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*" |
65 |
|
properties. |
66 |
|
(generateUniqueID): Use "tag:" URI. |
67 |
|
|
68 |
|
* DIS.dis (targetNamespaceURI): New attribute. |
69 |
|
(ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler. |
70 |
|
(ManakaiDISModuleLite->AUTOLOAD): Don't load module |
71 |
|
if method name is "DESTROY". |
72 |
|
|
73 |
|
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* ManakaiNode.dis (ManakaiNodeStem): Use per-class |
76 |
|
variable for searching noderel properties instead |
77 |
|
of per-node properties. |
78 |
|
|
79 |
|
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* ManakaiNode.dis (new): New "className" parameter added. |
82 |
|
(mn:NodeRefRole): New role. |
83 |
|
(mn:type): New property. |
84 |
|
(mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0, |
85 |
|
mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties. |
86 |
|
|
87 |
|
* Makefile: Rules to make "DIS/DISDump" is separeted |
88 |
|
from "DIS/DISDoc". |
89 |
|
|
90 |
|
* DIS.dis (getFor): Loads database module if unread |
91 |
|
"for" is referenced. |
92 |
|
(addResourceList, getResourceList): New method. |
93 |
|
(ManakaiDISModuleLite): New class. |
94 |
|
|
95 |
|
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code. |
98 |
|
(getResource): New "dae" and "daem" database format support. |
99 |
|
(DISResourceList): New type. |
100 |
|
(uriRef, ownerModuleURI, ownerModuleURIRef): New attributes. |
101 |
|
(addChildResource, addDynamicChildResource): New methods. |
102 |
|
(getChildResourceList, getDynamicChildResourceList): New method. |
103 |
|
(getChildResourceListByType): New method. |
104 |
|
(parentResource, dynamicParentResource): New attributes. |
105 |
|
|
106 |
|
* Makefile (DAC_SUFFIX): Changed to ".dae". |
107 |
|
(DAEM_SUFFIX): New. |
108 |
|
|
109 |
|
|
110 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* ManakaiNode.dis: Use "disPerl:H" instead |
113 |
|
of "disPerl:Q" for hash keys. |
114 |
|
(NodeStem): Property value "mn:treeID" |
115 |
|
has changed to scalar reference. |
116 |
|
|
117 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New |
120 |
|
properties. |
121 |
|
(mn:stemName, mn:refName): New properties. |
122 |
|
|
123 |
|
* Makefile (.discore-all.pm): New rule to create dis-related |
124 |
|
Perl module files at once. |
125 |
|
|
126 |
|
* DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code. |
127 |
|
(hashKeyName, hashKeyScope, anotherURI): New error parameters. |
128 |
|
|
129 |
|
* ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead |
130 |
|
of "disPerl:Q" for hash keys. |
131 |
|
|
132 |
|
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
133 |
|
|
134 |
|
* DIS.dis (DISParser.new): New method. |
135 |
|
(hasFeature): Removed. ManakaiDISAnyResource now |
136 |
|
extends DOMFeature:ManakaiHasFeatureByGetFeature. |
137 |
|
(readProperties): Support for property value data |
138 |
|
types DISLang:MemberRef and dx:XCRef added. |
139 |
|
(ManakaiDISExceptionTarget): It is now an alias |
140 |
|
for dx:ManakaiDefaultExceptionHandler. |
141 |
|
|
142 |
|
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
143 |
|
|
144 |
|
* Makefile: DAC_SUFFIX changed to ".dad". |
145 |
|
|
146 |
|
* DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest. |
147 |
|
(disIsNullable): Reimplemented. |
148 |
|
|
149 |
|
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
150 |
|
|
151 |
|
* DIS.dis (addNamespaceBinding): New method. |
152 |
|
|
153 |
|
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
154 |
|
|
155 |
|
* DIS.dis: Use valueRef and nodeIDRef where possible so |
156 |
|
that dad file can share text data if possible. |
157 |
|
For resources, {subOf} and {supOf} is now optional. |
158 |
|
(sourceNodeIDRef): New attribute. |
159 |
|
|
160 |
|
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
161 |
|
|
162 |
|
* DIS.dis: Parameter "databaseArg" added to various |
163 |
|
methods to support objects that have no associated |
164 |
|
database. |
165 |
|
(getNamespaceBindingList, getDefaultNamespaceURIRef): New |
166 |
|
methods. |
167 |
|
(NO_RDF_TYPE_ERR): New error type. |
168 |
|
(loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type |
169 |
|
attribute specified for a resource definition. |
170 |
|
|
171 |
|
2005-09-16 Wakaba <wakaba@suika.fam.cx> |
172 |
|
|
173 |
|
* DIS.dis (DISResourceProp): Methods reimplemented to |
174 |
|
support DIS/Value values. |
175 |
|
|
176 |
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
177 |
|
|
178 |
|
* DIS.dis (readProperties): New methods. Emploies DIS/Value |
179 |
|
classes for internal data structure. |
180 |
|
|
181 |
|
2005-09-14 Wakaba <wakaba@suika.fam.cx> |
182 |
|
|
183 |
|
* DIS.dis: Now references DIS/Value.dis. |
184 |
|
(DISAnyResource): New interface separeted from DISModule. |
185 |
|
DISFor and DISResource. |
186 |
|
|
187 |
|
2005-09-13 Wakaba <wakaba@suika.fam.cx> |
188 |
|
|
189 |
|
* DIS.dis: Perl-related methods are moved to a separate |
190 |
|
module "DIS/Perl.dis". |
191 |
|
|
192 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
193 |
|
|
194 |
|
* Makefile: Renewaled. |
195 |
|
|
196 |
|
* ManakaiNode.dis (free): New method. |
197 |
|
|
198 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
199 |
|
|
200 |
|
* DIS.dis: Interfaces added. |
201 |
|
(free): New method. |
202 |
|
|
203 |
|
* PerlCode.dis: Interfaces added. |
204 |
|
|
205 |
|
2005-09-06 Wakaba <wakaba@suika.fam.cx> |
206 |
|
|
207 |
|
* DIS.dis (plName): Use AppName attribute, if any, |
208 |
|
for ManakaiDOM:ConstGroup resources. |
209 |
|
|
210 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
211 |
|
|
212 |
|
* DIS.dis (plGeneratePerlModuleFile): Don't generate code for |
213 |
|
the same class or variable twice whose alias is defined |
214 |
|
in the same module. |
215 |
|
|
216 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
217 |
|
|
218 |
|
* PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName |
219 |
|
and pc:prortotype properties. |
220 |
|
|
221 |
|
* DIS.dis (plAdditionalISAPackages): New attribute. |
222 |
|
|
223 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
224 |
|
|
225 |
|
* DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype |
226 |
|
supported. |
227 |
|
|
228 |
2005-08-31 Wakaba <wakaba@suika.fam.cx> |
2005-08-31 Wakaba <wakaba@suika.fam.cx> |
229 |
|
|
230 |
* DIS.dis (uris): New attribute. |
* DIS.dis (uris): New attribute. |