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