1 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DIS.dis (getMethodForType): Parameter |$resource| |
4 |
|
is changed to |$type_resource|. |
5 |
|
(getDOMConfigurationParameterName): New method. |
6 |
|
|
7 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* DIS.dis (loadResource): Support for the |dis:aliasChild| |
10 |
|
property has been removed. |
11 |
|
|
12 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* DIS.dis (loadResource): Sets the |srinfo| parameter |
15 |
|
of the |addTypeURI| method call. |
16 |
|
(addTypeURI): The |srinfo| parameter is added. Sets |
17 |
|
the |srinfo| parameter of the |isSubsetOfURI| and |mergeAsAlias| |
18 |
|
method calls. |
19 |
|
|
20 |
|
2006-03-11 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* DIS.dis (loadResource): Don't set |isDefined| |
23 |
|
flag for aliases. |
24 |
|
|
25 |
|
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* PerlCode.dis (stringify): Inserts new line after |COMMA|s |
28 |
|
in lists (hash literals and array literals --- "lists" theirselves |
29 |
|
are excluded since they are usually not so long). |
30 |
|
|
31 |
|
* DIS.dis (loadResource): Don't throw error |
32 |
|
if an alias is alreadt defined for same URI. Registers |
33 |
|
aliases from |srinfo| to the database. By these |
34 |
|
fixes aliases defined in another module from the canonical |
35 |
|
resource name's module can live even after the canonical's |
36 |
|
module is updated. |
37 |
|
|
38 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* ManakaiNode.dis (destroy): Don't cause |uninitialized value |
41 |
|
as SCALAR reference| error even if the node is disposed |
42 |
|
and it no longer has tree id. |
43 |
|
|
44 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* DIS.dis (mvOwnerElementResource): Allows an attribute |
47 |
|
with no owner element. |
48 |
|
|
49 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* PerlCode.dis (PerlStringLiteral.stringify): If some character |
52 |
|
are escaped, the string should have been quoted by |QUOTATION MARK|. |
53 |
|
|
54 |
|
* Makefile (.discore-all.pm): The parameter for |DIS/DPG.dis| |
55 |
|
module was misplaced. |
56 |
|
(distclean): New rule. |
57 |
|
(clean): Cleans subdirectories, too. |
58 |
|
|
59 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* ManakaiNodeTest.dis (Require): Missing reference |
62 |
|
to the |DISlib:Test| module is added. |
63 |
|
|
64 |
|
* Makefile: Revised for new |daf| database format. |
65 |
|
|
66 |
|
* DIS.dis (elementTypeMatch, isSubsetOfURI): The |srinfo| |
67 |
|
parameter is added. |
68 |
|
(getFor, getModule): Set reference rather than string |
69 |
|
itself to the |{for}| property. |
70 |
|
(loadResource): Passes |srinfo| parameter |
71 |
|
to |isSubsetOfURI|-calling methods. |
72 |
|
(mergeAsAlias): The |srinfo| parameter is added. |
73 |
|
|
74 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* PerlCode.dis (Require): Missing reference to the |DISlib:DISMarkup| |
77 |
|
module is added. |
78 |
|
|
79 |
|
2006-02-25 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* DIS.dis (lookupNamespacePrefix): Resolves prefix by |
82 |
|
namespace resolver if available. |
83 |
|
(disNamespaceResolver): New attribute. |
84 |
|
(loadModule): Sets |revision| attribute of the created module. |
85 |
|
(ownerModuleRef): Setter is added. |
86 |
|
(addTypeURI): Set |ownerModule| attribute if possible. |
87 |
|
(ManakaiDISModuleLite): The class no longer inherits |DISAnyResource| |
88 |
|
class and |ManakaiDefaultExceptionHandler| class. |
89 |
|
(mergeAsAlias): New |noEqualityCheck| parameter is added. |
90 |
|
|
91 |
|
* Makefile: New variables for |DAF| are added. |
92 |
|
|
93 |
|
2006-02-24 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* DIS.dis (loadModule): Adds name URIs of |Require|d |
96 |
|
modules to the list of such modules. |
97 |
|
(DIS:forURI): New property. |
98 |
|
(getReferringModuleURIList, addReferringModuleURI): New methods. |
99 |
|
(DIS:referringModule): New property. |
100 |
|
|
101 |
|
2006-02-24 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* DIS.dis (loadResource): URI registration by |addResourceList| |
104 |
|
was incorrect for aliases. |
105 |
|
(unloadResource): It did not support resources with |
106 |
|
no e.g. |{subOf}| hash. |
107 |
|
(addResourceURI): New method. |
108 |
|
(getResourceURIList): New method. |
109 |
|
|
110 |
|
2006-02-23 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* DIS.dis (loadResource, loadFor, loadModule): New |srinfo| |
113 |
|
parameter is added. Restores super-resource information |
114 |
|
from |srinfo| if available. |
115 |
|
(unloadModule): New method. |
116 |
|
(getModuleResourceList): New method. |
117 |
|
(addResourceList): Adds all alias names to the list. |
118 |
|
(addForResource): New method analog to |addResourceList|. |
119 |
|
(getForResourceList): New method analog to |getResourceList|. |
120 |
|
(dx:Interface.getErrorInterfaceResource): New method |
121 |
|
implementation. |
122 |
|
|
123 |
|
2006-02-22 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* PerlCode.dis (PCVariable.stringify): The |hashKey| |
126 |
|
attribute was not reflected to the stringified representation. |
127 |
|
|
128 |
|
* DIS.dis (getErrorInterfaceResource): New method. |
129 |
|
(getErrorCodeResource): New method. |
130 |
|
|
131 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* DIS.dis (MUErrorHandler): Missing |For| specification is added. |
134 |
|
|
135 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
|
* DIS.dis (getMethodForType): Bug fixed. |
138 |
|
|
139 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* DIS.dis (isPropertyElement): The |DISCore:resourceType| |
142 |
|
element type is now recognized as a property. In addition, |
143 |
|
element types that are a |DISSource:Property| are |
144 |
|
properties. |
145 |
|
(DIS:AnyMethod, DIS:Method, DIS:Attribute): New types. |
146 |
|
(DIS:targetType): New property. |
147 |
|
(DISModule, DISFor, DISResource, DISDatabase): These |
148 |
|
classes no longer inherits |ManakaiDISExceptionTarget|. |
149 |
|
(DISDatabase.loadResource): Reads |DISCore:resourceType| property |
150 |
|
as well as |rdf:type| property. |
151 |
|
(DISAnyResource.MUErrorHandler, DISDatabase.MUErrorHandler): New |
152 |
|
methods. |
153 |
|
(DISDatabase.domConfig): New attribute. |
154 |
|
(error-handler): New configuration parameter. |
155 |
|
(getMethodForType): New code fragment. |
156 |
|
(DIS:more-than-one-methods-for-a-type): New error. |
157 |
|
(ManakaiDISExceptionTarget): Removed. |
158 |
|
|
159 |
|
2006-02-19 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* DIS.dis (composeSubsetURI): New code fragment. |
162 |
|
(getResource, getModule, getFor, loadResource): Old |rdf:type| settking |
163 |
|
code is removed. |
164 |
|
(isSubsetOfURI): Old compatibility code removed. |
165 |
|
(addTypeURI): Bugs fixed. |
166 |
|
|
167 |
|
2006-02-19 Wakaba <wakaba@suika.fam.cx> |
168 |
|
|
169 |
|
* DIS.dis (getResource, getFor, getModule): Set |DIS:typeURI| |
170 |
|
property on creation of an object. |
171 |
|
(isAnonymous): Setter is added. |
172 |
|
(isTypeURI): Redefined using |typeResource| and |isSubsetOfURI|. |
173 |
|
(getTypeURIList): New method. |
174 |
|
(typeResource): New attribute. |
175 |
|
(addTypeURI): New method. |
176 |
|
(DISModule.isAnonymous, DISFor.isAnonymous): Removed. Now |for|s |
177 |
|
and modules as well as normal resources can be anonymous. |
178 |
|
(getSuperResourceURIList): New method. |
179 |
|
|
180 |
|
2006-02-18 Wakaba <wakaba@suika.fam.cx> |
181 |
|
|
182 |
|
* DIS.dis (revision): New attribute. |
183 |
|
|
184 |
|
2006-02-09 Wakaba <wakaba@suika.fam.cx> |
185 |
|
|
186 |
|
* PerlCode.dis (PerlStringLiteral.stringify): |pc:preserve-line-break| |
187 |
|
configuration parameter support is added. |
188 |
|
(pc:preserve-line-break): New configuration option. |
189 |
|
|
190 |
|
* DIS.dis (readProperties): |DISCore:UString| lextype support added. |
191 |
|
|
192 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
193 |
|
|
194 |
|
* PerlCode.dis (PCReference.stringify): Reference operator |\| |
195 |
|
was missing. |
196 |
|
|
197 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
199 |
|
* PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements |
200 |
|
and their descendants were ignored. |
201 |
|
(getNameListAttrRM): New variant derived from |getNameListAttrR|, |
202 |
|
for |getUsePerlModuleNameList| and |getUseCharClassNameList|. |
203 |
|
(getUsePerlModuleNameList, getUseCharClassNameList): Don't |
204 |
|
include |pc:package| and their descendants to the target. |
205 |
|
(PerlFile.stringify): Outputs |use| statements |
206 |
|
for Perl modules and character classes not part of any package, |
207 |
|
if any. |
208 |
|
|
209 |
|
* DIS.dis: |lang:tdterr|'s |DVNSValue| convertion is supported. |
210 |
|
|
211 |
|
2006-02-06 Wakaba <wakaba@suika.fam.cx> |
212 |
|
|
213 |
|
* DIS.dis (loadModule): Loads a "daem" submodule file |
214 |
|
if exists. |
215 |
|
|
216 |
|
2006-01-30 Wakaba <wakaba@suika.fam.cx> |
217 |
|
|
218 |
|
* Makefile: Typo fixed. |
219 |
|
|
220 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
221 |
|
|
222 |
|
* Makefile: Updated to be consist with |../DOM/Makefile|. |
223 |
|
|
224 |
|
* DIS.dis (parse): Parameter |input|'s type is |
225 |
|
changed from |DOMLS:LSInput| to |DISPerl:HASH| to |
226 |
|
remove dependency on |MDOM:DOMLS| module. |
227 |
|
|
228 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
229 |
|
|
230 |
|
* PerlCode.dis (skipLines): Its code was incorrect. |
231 |
|
(createPCLiteral): Creates a |undef| keyword node |
232 |
|
for an |undef| value. Tests added. |
233 |
|
|
234 |
|
2006-01-25 Wakaba <wakaba@suika.fam.cx> |
235 |
|
|
236 |
|
* ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added. |
237 |
|
|
238 |
|
2006-01-24 Wakaba <wakaba@suika.fam.cx> |
239 |
|
|
240 |
|
* ManakaiNodeTest.dis: Tests added. |
241 |
|
|
242 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
243 |
|
|
244 |
|
* .cvsignore: |ManakaiNodeTest.pm| added. |
245 |
|
|
246 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
247 |
|
|
248 |
|
* ManakaiNodeTest.dis: New module. |
249 |
|
|
250 |
|
* Makefile: |ManakaiNodeTest.dis| added. |
251 |
|
|
252 |
|
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
253 |
|
|
254 |
|
* PerlCode.dis: Fixed not |getAttributeNS| to cause |
255 |
|
uninitialized value warnings. |
256 |
|
|
257 |
|
2006-01-19 Wakaba <wakaba@suika.fam.cx> |
258 |
|
|
259 |
|
* PerlCode.dis (PCPackage.stringify): Appends a string |
260 |
|
representation of non-|pc:*| element children for |
261 |
|
the stringified value. |
262 |
|
|
263 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
264 |
|
|
265 |
|
* Makefile: |../DOM/XDoctype.dis| added. |
266 |
|
|
267 |
|
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
268 |
|
|
269 |
|
* PerlCode.dis (PCReference): New interface. |
270 |
|
|
271 |
|
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
272 |
|
|
273 |
|
* PerlCode.dis (PerlSub.clearPerlName): New method. |
274 |
|
(PCDocument.createPCLiteral): Adopts |PerlCode| node |
275 |
|
if it is a foreign one. |
276 |
|
|
277 |
|
* DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS| |
278 |
|
character is replaced to |UNDERLINE| character. |
279 |
|
|
280 |
|
2005-12-21 Wakaba <wakaba@suika.fam.cx> |
281 |
|
|
282 |
|
* Makefile: |dpg.dae| rule merged into |discore.dae| rule. |
283 |
|
|
284 |
|
2005-12-20 Wakaba <wakaba@suika.fam.cx> |
285 |
|
|
286 |
|
* DIS.dis: DPG format support added. |
287 |
|
|
288 |
|
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
289 |
|
|
290 |
|
* PerlCode.dis (PCDocument.createPerlSub): New method. |
291 |
|
|
292 |
|
* Makefile: Rules to make |DIS/DPG.pm| added. |
293 |
|
|
294 |
|
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
295 |
|
|
296 |
|
* PerlCode.dis (PCExpression.stringify): More operators supported. |
297 |
|
(PCDocument.createPCStatement): New method. |
298 |
|
|
299 |
|
2005-12-17 Wakaba <wakaba@suika.fam.cx> |
300 |
|
|
301 |
|
* PerlCode.dis (PCWhen): New interface. |
302 |
|
|
303 |
|
2005-12-16 Wakaba <wakaba@suika.fam.cx> |
304 |
|
|
305 |
|
* PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces. |
306 |
|
(arrayRefLiteral, hashRefLiteral): Typos in element type names fixed. |
307 |
|
(PCExpression.stringify): Outputs children other than expression. |
308 |
|
Inserts space before and after operators if desired. |
309 |
|
|
310 |
|
2005-12-15 Wakaba <wakaba@suika.fam.cx> |
311 |
|
|
312 |
|
* PerlCode.dis (PCCondition, PCBlock): New interface. |
313 |
|
(ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to |
314 |
|
distingulish new |ManakaiPCBlock| class implementing new |PCBlock| |
315 |
|
interface. |
316 |
|
|
317 |
|
2005-12-14 Wakaba <wakaba@suika.fam.cx> |
318 |
|
|
319 |
|
* PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New |
320 |
|
interfaces and element types. |
321 |
|
(getChildElementByType): New code. |
322 |
|
(PCFunctionCall): New interface and element type. |
323 |
|
|
324 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
325 |
|
|
326 |
|
* DIS.dis (stringify): Returns |DIS:uri| error parameter if available. |
327 |
|
|
328 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
329 |
|
|
330 |
|
* Error.pm (new): Sets |-stacktrace_| property if debug |
331 |
|
or verbose mode. |
332 |
|
(stringify): Appends longer trace if debug or verbose mode. |
333 |
|
($VERBOSE): New flag. |
334 |
|
|
335 |
|
* DIS.dis: Bugs on error depth fixed. |
336 |
|
|
337 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
338 |
|
|
339 |
|
* DIS.dis (text): New attribute implementation. |
340 |
|
|
341 |
|
* ManakaiNode.dis (destroyNodeStem): New method. |
342 |
|
|
343 |
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
344 |
|
|
345 |
* Makefile: |../DOM/Tree.dis| added. |
* Makefile: |../DOM/Tree.dis| added. |