1 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DIS.dis (readProperties): New |implementation| parameters |
4 |
|
are added. Support for the |lang:dcmodel| lexical |
5 |
|
type is added. |
6 |
|
(parseString): New method. |
7 |
|
|
8 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* Makefile (.discore-all.pm): |../DOM/TreeStore.pm| is added |
11 |
|
to the list. |
12 |
|
|
13 |
|
2006-05-28 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* DIS.dis (Require): An explicit reference to the |MDOM:DOMCore| |
16 |
|
module is added. |
17 |
|
(readProperties): The support for the |DISCore:NSString| type |
18 |
|
is added. |
19 |
|
|
20 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* .cvsignore: Updated. |
23 |
|
|
24 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* PerlCode.t (CDATADOMString2): New reflecting datatype. |
27 |
|
(prototype): Returns |null| if it is not specified. |
28 |
|
|
29 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* Makefile (.discore-all.pm): |CharacterData.pm| is added. |
32 |
|
|
33 |
|
2006-04-05 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* Grove.dis (generateUniqueID): Don't include random number; it |
36 |
|
is unnecessary as long as only local uniquness is required. |
37 |
|
(destroy): Delete singleton. |
38 |
|
|
39 |
|
* PerlCode.dis (createPCLiteral): A variable was not set. |
40 |
|
|
41 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* DIS.dis (Require): Requires the |MDOM:TreeStore| module. |
44 |
|
(getNodeFromStorage, setNodeToStorage): New methods. |
45 |
|
|
46 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* PerlCode.dis (PropDef): Removed (they were not used). |
49 |
|
(appendPackage, appendCodeFragment): Removed. |
50 |
|
(PCImplementation.createPerl* factoty methods): Removed. |
51 |
|
(setSubNode, setOverloadSub): Removed. |
52 |
|
(Node setter attributes): They no longer call |adoptNode| |
53 |
|
method. |
54 |
|
(PCImplementation): Don't inherit |dx:ManakaiDefaultExceptionHandler|. |
55 |
|
(PCException): Removed. |
56 |
|
|
57 |
|
* Grove.dis (destroy): Threshold value experimentally changed. |
58 |
|
|
59 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* Grove.dis (collectGarbage): The gc algorithm has |
62 |
|
been changed (a variant of mark and sweep). |
63 |
|
|
64 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* Grove.dis (collectGarbage): Exit loops by |undef| from |each|. |
67 |
|
|
68 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* DIS.dis (NO_PERL_CODE_IMPL_ERR): Removed. |
71 |
|
|
72 |
|
* ManakaiNode.dis (GetProp, SetProp): Removed. |
73 |
|
|
74 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* Grove.dis (mg:mutations): It is changed from array |
77 |
|
reference to hash reference. |
78 |
|
|
79 |
|
* PerlCode.dis (replaceVariable): The |pc2:| namespace |
80 |
|
support. |
81 |
|
(IN_USE_NODE_ERR, BAD_CHILD_ERR): Removed. |
82 |
|
(createPCIf, createPCPackage): New methods. |
83 |
|
(createPCFile): Renamed from |createPerlFile|. Set |
84 |
|
configuration parameters. |
85 |
|
|
86 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* Makefile: Update to new modules. |
89 |
|
|
90 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* Grove.dis (destroy): Threshold value changed to 4096. |
93 |
|
|
94 |
|
* PerlCode.dis (PerlCode): Associated as the default |
95 |
|
class with |pc:*| and |pc2:*| element types. |
96 |
|
(currentPackage, currentChunkNumber, getNextChunkNumber): Removed. |
97 |
|
(ReflectCDATA): Reimplemented using standard |Element| |
98 |
|
methods. |
99 |
|
(sourceFile, sourceLine, currentSourceFile, currentSourceLine, |
100 |
|
skipLines): Removed. |
101 |
|
(pc:line): Removed. |
102 |
|
(stringify): Support for the |pc:line| configuration |
103 |
|
parameter is removed. |
104 |
|
|
105 |
|
* DIS.dis (isFeatureProvided): Removed. |
106 |
|
|
107 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* Makefile (clean-db): New rule. |
110 |
|
|
111 |
|
* Grove.dis (onunload): New internal property. |
112 |
|
(collectGarbage): Invoke the |mg:onunload| code if available. |
113 |
|
|
114 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* Grove.dis (getNodeStemProp0Node): The |$opt| option |
117 |
|
parameter is added. |
118 |
|
(mg:nodeRefInterfaces): New property. |
119 |
|
|
120 |
|
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* DIS.dis (mvLocalName, mvNamespaceURI): Namespace |
123 |
|
unaware attribute name is supported. |
124 |
|
|
125 |
|
* Grove.dis (setOwnerPropRR, deleteOwnerProp, createNodeRefHashFromID): |
126 |
|
New codes. |
127 |
|
(nodeRefClass): New property (moved from the |MDOM:TreeCore| |
128 |
|
module). |
129 |
|
|
130 |
|
2006-03-24 Wakaba <wakaba@suika.fam.cx> |
131 |
|
|
132 |
|
* Grove.dis (getNodeRefPropValue, setNodeRefPropValue): New codes. |
133 |
|
|
134 |
|
2006-03-21 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* Grove.dis (get++NodeStemPropValue, orSetNodeStemPropValue): New |
137 |
|
codes. |
138 |
|
|
139 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* Grove.dis (createNodeRefFromID): Encloses variables by |{}|. |
142 |
|
(getNodeID, getNodeStem): New codes. |
143 |
|
(collectGarbage): A bug is fiexed. |
144 |
|
(getNodeStemPropValueRef, setNodeStemProp0Node, |
145 |
|
deleteNodeStemPropValue, nodeIDMatch): New codes. |
146 |
|
|
147 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
|
* Grove.dis (createNodeStem): Set the reference |
150 |
|
to the |mg:nodeClass| property. |
151 |
|
(createNodeRefFromID): New code. |
152 |
|
(getNodeStemPropValue, setNodeStemPropValue, getNodeStemProp0Node): |
153 |
|
New codes. |
154 |
|
|
155 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
156 |
|
|
157 |
|
* Grove.dis: New module. |
158 |
|
|
159 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* DIS.dis (getMethodForType): Parameter |$resource| |
162 |
|
is changed to |$type_resource|. |
163 |
|
(getDOMConfigurationParameterName): New method. |
164 |
|
|
165 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
166 |
|
|
167 |
|
* DIS.dis (loadResource): Support for the |dis:aliasChild| |
168 |
|
property has been removed. |
169 |
|
|
170 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
171 |
|
|
172 |
|
* DIS.dis (loadResource): Sets the |srinfo| parameter |
173 |
|
of the |addTypeURI| method call. |
174 |
|
(addTypeURI): The |srinfo| parameter is added. Sets |
175 |
|
the |srinfo| parameter of the |isSubsetOfURI| and |mergeAsAlias| |
176 |
|
method calls. |
177 |
|
|
178 |
|
2006-03-11 Wakaba <wakaba@suika.fam.cx> |
179 |
|
|
180 |
|
* DIS.dis (loadResource): Don't set |isDefined| |
181 |
|
flag for aliases. |
182 |
|
|
183 |
|
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
184 |
|
|
185 |
|
* PerlCode.dis (stringify): Inserts new line after |COMMA|s |
186 |
|
in lists (hash literals and array literals --- "lists" theirselves |
187 |
|
are excluded since they are usually not so long). |
188 |
|
|
189 |
|
* DIS.dis (loadResource): Don't throw error |
190 |
|
if an alias is alreadt defined for same URI. Registers |
191 |
|
aliases from |srinfo| to the database. By these |
192 |
|
fixes aliases defined in another module from the canonical |
193 |
|
resource name's module can live even after the canonical's |
194 |
|
module is updated. |
195 |
|
|
196 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
197 |
|
|
198 |
|
* ManakaiNode.dis (destroy): Don't cause |uninitialized value |
199 |
|
as SCALAR reference| error even if the node is disposed |
200 |
|
and it no longer has tree id. |
201 |
|
|
202 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
203 |
|
|
204 |
|
* DIS.dis (mvOwnerElementResource): Allows an attribute |
205 |
|
with no owner element. |
206 |
|
|
207 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
208 |
|
|
209 |
|
* PerlCode.dis (PerlStringLiteral.stringify): If some character |
210 |
|
are escaped, the string should have been quoted by |QUOTATION MARK|. |
211 |
|
|
212 |
|
* Makefile (.discore-all.pm): The parameter for |DIS/DPG.dis| |
213 |
|
module was misplaced. |
214 |
|
(distclean): New rule. |
215 |
|
(clean): Cleans subdirectories, too. |
216 |
|
|
217 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
218 |
|
|
219 |
|
* ManakaiNodeTest.dis (Require): Missing reference |
220 |
|
to the |DISlib:Test| module is added. |
221 |
|
|
222 |
|
* Makefile: Revised for new |daf| database format. |
223 |
|
|
224 |
|
* DIS.dis (elementTypeMatch, isSubsetOfURI): The |srinfo| |
225 |
|
parameter is added. |
226 |
|
(getFor, getModule): Set reference rather than string |
227 |
|
itself to the |{for}| property. |
228 |
|
(loadResource): Passes |srinfo| parameter |
229 |
|
to |isSubsetOfURI|-calling methods. |
230 |
|
(mergeAsAlias): The |srinfo| parameter is added. |
231 |
|
|
232 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
233 |
|
|
234 |
|
* PerlCode.dis (Require): Missing reference to the |DISlib:DISMarkup| |
235 |
|
module is added. |
236 |
|
|
237 |
|
2006-02-25 Wakaba <wakaba@suika.fam.cx> |
238 |
|
|
239 |
|
* DIS.dis (lookupNamespacePrefix): Resolves prefix by |
240 |
|
namespace resolver if available. |
241 |
|
(disNamespaceResolver): New attribute. |
242 |
|
(loadModule): Sets |revision| attribute of the created module. |
243 |
|
(ownerModuleRef): Setter is added. |
244 |
|
(addTypeURI): Set |ownerModule| attribute if possible. |
245 |
|
(ManakaiDISModuleLite): The class no longer inherits |DISAnyResource| |
246 |
|
class and |ManakaiDefaultExceptionHandler| class. |
247 |
|
(mergeAsAlias): New |noEqualityCheck| parameter is added. |
248 |
|
|
249 |
|
* Makefile: New variables for |DAF| are added. |
250 |
|
|
251 |
|
2006-02-24 Wakaba <wakaba@suika.fam.cx> |
252 |
|
|
253 |
|
* DIS.dis (loadModule): Adds name URIs of |Require|d |
254 |
|
modules to the list of such modules. |
255 |
|
(DIS:forURI): New property. |
256 |
|
(getReferringModuleURIList, addReferringModuleURI): New methods. |
257 |
|
(DIS:referringModule): New property. |
258 |
|
|
259 |
|
2006-02-24 Wakaba <wakaba@suika.fam.cx> |
260 |
|
|
261 |
|
* DIS.dis (loadResource): URI registration by |addResourceList| |
262 |
|
was incorrect for aliases. |
263 |
|
(unloadResource): It did not support resources with |
264 |
|
no e.g. |{subOf}| hash. |
265 |
|
(addResourceURI): New method. |
266 |
|
(getResourceURIList): New method. |
267 |
|
|
268 |
|
2006-02-23 Wakaba <wakaba@suika.fam.cx> |
269 |
|
|
270 |
|
* DIS.dis (loadResource, loadFor, loadModule): New |srinfo| |
271 |
|
parameter is added. Restores super-resource information |
272 |
|
from |srinfo| if available. |
273 |
|
(unloadModule): New method. |
274 |
|
(getModuleResourceList): New method. |
275 |
|
(addResourceList): Adds all alias names to the list. |
276 |
|
(addForResource): New method analog to |addResourceList|. |
277 |
|
(getForResourceList): New method analog to |getResourceList|. |
278 |
|
(dx:Interface.getErrorInterfaceResource): New method |
279 |
|
implementation. |
280 |
|
|
281 |
|
2006-02-22 Wakaba <wakaba@suika.fam.cx> |
282 |
|
|
283 |
|
* PerlCode.dis (PCVariable.stringify): The |hashKey| |
284 |
|
attribute was not reflected to the stringified representation. |
285 |
|
|
286 |
|
* DIS.dis (getErrorInterfaceResource): New method. |
287 |
|
(getErrorCodeResource): New method. |
288 |
|
|
289 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
290 |
|
|
291 |
|
* DIS.dis (MUErrorHandler): Missing |For| specification is added. |
292 |
|
|
293 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
294 |
|
|
295 |
|
* DIS.dis (getMethodForType): Bug fixed. |
296 |
|
|
297 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
298 |
|
|
299 |
|
* DIS.dis (isPropertyElement): The |DISCore:resourceType| |
300 |
|
element type is now recognized as a property. In addition, |
301 |
|
element types that are a |DISSource:Property| are |
302 |
|
properties. |
303 |
|
(DIS:AnyMethod, DIS:Method, DIS:Attribute): New types. |
304 |
|
(DIS:targetType): New property. |
305 |
|
(DISModule, DISFor, DISResource, DISDatabase): These |
306 |
|
classes no longer inherits |ManakaiDISExceptionTarget|. |
307 |
|
(DISDatabase.loadResource): Reads |DISCore:resourceType| property |
308 |
|
as well as |rdf:type| property. |
309 |
|
(DISAnyResource.MUErrorHandler, DISDatabase.MUErrorHandler): New |
310 |
|
methods. |
311 |
|
(DISDatabase.domConfig): New attribute. |
312 |
|
(error-handler): New configuration parameter. |
313 |
|
(getMethodForType): New code fragment. |
314 |
|
(DIS:more-than-one-methods-for-a-type): New error. |
315 |
|
(ManakaiDISExceptionTarget): Removed. |
316 |
|
|
317 |
|
2006-02-19 Wakaba <wakaba@suika.fam.cx> |
318 |
|
|
319 |
|
* DIS.dis (composeSubsetURI): New code fragment. |
320 |
|
(getResource, getModule, getFor, loadResource): Old |rdf:type| settking |
321 |
|
code is removed. |
322 |
|
(isSubsetOfURI): Old compatibility code removed. |
323 |
|
(addTypeURI): Bugs fixed. |
324 |
|
|
325 |
|
2006-02-19 Wakaba <wakaba@suika.fam.cx> |
326 |
|
|
327 |
|
* DIS.dis (getResource, getFor, getModule): Set |DIS:typeURI| |
328 |
|
property on creation of an object. |
329 |
|
(isAnonymous): Setter is added. |
330 |
|
(isTypeURI): Redefined using |typeResource| and |isSubsetOfURI|. |
331 |
|
(getTypeURIList): New method. |
332 |
|
(typeResource): New attribute. |
333 |
|
(addTypeURI): New method. |
334 |
|
(DISModule.isAnonymous, DISFor.isAnonymous): Removed. Now |for|s |
335 |
|
and modules as well as normal resources can be anonymous. |
336 |
|
(getSuperResourceURIList): New method. |
337 |
|
|
338 |
|
2006-02-18 Wakaba <wakaba@suika.fam.cx> |
339 |
|
|
340 |
|
* DIS.dis (revision): New attribute. |
341 |
|
|
342 |
|
2006-02-09 Wakaba <wakaba@suika.fam.cx> |
343 |
|
|
344 |
|
* PerlCode.dis (PerlStringLiteral.stringify): |pc:preserve-line-break| |
345 |
|
configuration parameter support is added. |
346 |
|
(pc:preserve-line-break): New configuration option. |
347 |
|
|
348 |
|
* DIS.dis (readProperties): |DISCore:UString| lextype support added. |
349 |
|
|
350 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
351 |
|
|
352 |
|
* PerlCode.dis (PCReference.stringify): Reference operator |\| |
353 |
|
was missing. |
354 |
|
|
355 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
356 |
|
|
357 |
|
* PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements |
358 |
|
and their descendants were ignored. |
359 |
|
(getNameListAttrRM): New variant derived from |getNameListAttrR|, |
360 |
|
for |getUsePerlModuleNameList| and |getUseCharClassNameList|. |
361 |
|
(getUsePerlModuleNameList, getUseCharClassNameList): Don't |
362 |
|
include |pc:package| and their descendants to the target. |
363 |
|
(PerlFile.stringify): Outputs |use| statements |
364 |
|
for Perl modules and character classes not part of any package, |
365 |
|
if any. |
366 |
|
|
367 |
|
* DIS.dis: |lang:tdterr|'s |DVNSValue| convertion is supported. |
368 |
|
|
369 |
|
2006-02-06 Wakaba <wakaba@suika.fam.cx> |
370 |
|
|
371 |
|
* DIS.dis (loadModule): Loads a "daem" submodule file |
372 |
|
if exists. |
373 |
|
|
374 |
|
2006-01-30 Wakaba <wakaba@suika.fam.cx> |
375 |
|
|
376 |
|
* Makefile: Typo fixed. |
377 |
|
|
378 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
379 |
|
|
380 |
|
* Makefile: Updated to be consist with |../DOM/Makefile|. |
381 |
|
|
382 |
|
* DIS.dis (parse): Parameter |input|'s type is |
383 |
|
changed from |DOMLS:LSInput| to |DISPerl:HASH| to |
384 |
|
remove dependency on |MDOM:DOMLS| module. |
385 |
|
|
386 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
387 |
|
|
388 |
|
* PerlCode.dis (skipLines): Its code was incorrect. |
389 |
|
(createPCLiteral): Creates a |undef| keyword node |
390 |
|
for an |undef| value. Tests added. |
391 |
|
|
392 |
|
2006-01-25 Wakaba <wakaba@suika.fam.cx> |
393 |
|
|
394 |
|
* ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added. |
395 |
|
|
396 |
|
2006-01-24 Wakaba <wakaba@suika.fam.cx> |
397 |
|
|
398 |
|
* ManakaiNodeTest.dis: Tests added. |
399 |
|
|
400 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
401 |
|
|
402 |
|
* .cvsignore: |ManakaiNodeTest.pm| added. |
403 |
|
|
404 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
405 |
|
|
406 |
|
* ManakaiNodeTest.dis: New module. |
407 |
|
|
408 |
|
* Makefile: |ManakaiNodeTest.dis| added. |
409 |
|
|
410 |
|
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
411 |
|
|
412 |
|
* PerlCode.dis: Fixed not |getAttributeNS| to cause |
413 |
|
uninitialized value warnings. |
414 |
|
|
415 |
|
2006-01-19 Wakaba <wakaba@suika.fam.cx> |
416 |
|
|
417 |
|
* PerlCode.dis (PCPackage.stringify): Appends a string |
418 |
|
representation of non-|pc:*| element children for |
419 |
|
the stringified value. |
420 |
|
|
421 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
422 |
|
|
423 |
|
* Makefile: |../DOM/XDoctype.dis| added. |
424 |
|
|
425 |
|
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
426 |
|
|
427 |
|
* PerlCode.dis (PCReference): New interface. |
428 |
|
|
429 |
|
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
430 |
|
|
431 |
|
* PerlCode.dis (PerlSub.clearPerlName): New method. |
432 |
|
(PCDocument.createPCLiteral): Adopts |PerlCode| node |
433 |
|
if it is a foreign one. |
434 |
|
|
435 |
|
* DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS| |
436 |
|
character is replaced to |UNDERLINE| character. |
437 |
|
|
438 |
|
2005-12-21 Wakaba <wakaba@suika.fam.cx> |
439 |
|
|
440 |
|
* Makefile: |dpg.dae| rule merged into |discore.dae| rule. |
441 |
|
|
442 |
|
2005-12-20 Wakaba <wakaba@suika.fam.cx> |
443 |
|
|
444 |
|
* DIS.dis: DPG format support added. |
445 |
|
|
446 |
|
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
447 |
|
|
448 |
|
* PerlCode.dis (PCDocument.createPerlSub): New method. |
449 |
|
|
450 |
|
* Makefile: Rules to make |DIS/DPG.pm| added. |
451 |
|
|
452 |
|
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
453 |
|
|
454 |
|
* PerlCode.dis (PCExpression.stringify): More operators supported. |
455 |
|
(PCDocument.createPCStatement): New method. |
456 |
|
|
457 |
2005-12-17 Wakaba <wakaba@suika.fam.cx> |
2005-12-17 Wakaba <wakaba@suika.fam.cx> |
458 |
|
|
459 |
* PerlCode.dis (PCWhen): New interface. |
* PerlCode.dis (PCWhen): New interface. |