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