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