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