1 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Grove.dis (collectGarbage): Exit loops by |undef| from |each|. |
4 |
|
|
5 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* DIS.dis (NO_PERL_CODE_IMPL_ERR): Removed. |
8 |
|
|
9 |
|
* ManakaiNode.dis (GetProp, SetProp): Removed. |
10 |
|
|
11 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* Grove.dis (mg:mutations): It is changed from array |
14 |
|
reference to hash reference. |
15 |
|
|
16 |
|
* PerlCode.dis (replaceVariable): The |pc2:| namespace |
17 |
|
support. |
18 |
|
(IN_USE_NODE_ERR, BAD_CHILD_ERR): Removed. |
19 |
|
(createPCIf, createPCPackage): New methods. |
20 |
|
(createPCFile): Renamed from |createPerlFile|. Set |
21 |
|
configuration parameters. |
22 |
|
|
23 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* Makefile: Update to new modules. |
26 |
|
|
27 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* Grove.dis (destroy): Threshold value changed to 4096. |
30 |
|
|
31 |
|
* PerlCode.dis (PerlCode): Associated as the default |
32 |
|
class with |pc:*| and |pc2:*| element types. |
33 |
|
(currentPackage, currentChunkNumber, getNextChunkNumber): Removed. |
34 |
|
(ReflectCDATA): Reimplemented using standard |Element| |
35 |
|
methods. |
36 |
|
(sourceFile, sourceLine, currentSourceFile, currentSourceLine, |
37 |
|
skipLines): Removed. |
38 |
|
(pc:line): Removed. |
39 |
|
(stringify): Support for the |pc:line| configuration |
40 |
|
parameter is removed. |
41 |
|
|
42 |
|
* DIS.dis (isFeatureProvided): Removed. |
43 |
|
|
44 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* Makefile (clean-db): New rule. |
47 |
|
|
48 |
|
* Grove.dis (onunload): New internal property. |
49 |
|
(collectGarbage): Invoke the |mg:onunload| code if available. |
50 |
|
|
51 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* Grove.dis (getNodeStemProp0Node): The |$opt| option |
54 |
|
parameter is added. |
55 |
|
(mg:nodeRefInterfaces): New property. |
56 |
|
|
57 |
|
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* DIS.dis (mvLocalName, mvNamespaceURI): Namespace |
60 |
|
unaware attribute name is supported. |
61 |
|
|
62 |
|
* Grove.dis (setOwnerPropRR, deleteOwnerProp, createNodeRefHashFromID): |
63 |
|
New codes. |
64 |
|
(nodeRefClass): New property (moved from the |MDOM:TreeCore| |
65 |
|
module). |
66 |
|
|
67 |
|
2006-03-24 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* Grove.dis (getNodeRefPropValue, setNodeRefPropValue): New codes. |
70 |
|
|
71 |
|
2006-03-21 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* Grove.dis (get++NodeStemPropValue, orSetNodeStemPropValue): New |
74 |
|
codes. |
75 |
|
|
76 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* Grove.dis (createNodeRefFromID): Encloses variables by |{}|. |
79 |
|
(getNodeID, getNodeStem): New codes. |
80 |
|
(collectGarbage): A bug is fiexed. |
81 |
|
(getNodeStemPropValueRef, setNodeStemProp0Node, |
82 |
|
deleteNodeStemPropValue, nodeIDMatch): New codes. |
83 |
|
|
84 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* Grove.dis (createNodeStem): Set the reference |
87 |
|
to the |mg:nodeClass| property. |
88 |
|
(createNodeRefFromID): New code. |
89 |
|
(getNodeStemPropValue, setNodeStemPropValue, getNodeStemProp0Node): |
90 |
|
New codes. |
91 |
|
|
92 |
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
* Grove.dis: New module. |
* Grove.dis: New module. |