1 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Grove.dis (mg:nodeRefClass, mg:nodeRefInterfaces): Removed. |
4 |
|
|
5 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* DIS.dis (ManakaiDISImplementation): It no longer |
8 |
|
inherits |ManakaiDISImplementationValue|, |
9 |
|
|ManakaiDISImplementationPerl|, and |ManakaiSWCFGImplementation| |
10 |
|
interfaces. The class is now expected to be implemented |
11 |
|
by |DOMImplementation| objects. |
12 |
|
|
13 |
|
* PerlCode.dis (addImplementedFeature, addImplementedElementType): |
14 |
|
New methods. |
15 |
|
(PCHasFeature, PCElementType): New interfaces. |
16 |
|
(PCDocument): It no longer inherits the |ManakaiDOMDocument|; it |
17 |
|
is now expected to be implemented by |Document| |
18 |
|
objects. |
19 |
|
(PCImplementation): It no longer inherits the |ManakaiDOMImplementation|; |
20 |
|
it is now expected to be implemented by |DOMImplementation| |
21 |
|
objects. |
22 |
|
|
23 |
|
2006-11-03 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* autoload/: New directory. |
26 |
|
|
27 |
|
* DIS.dis (getPropertyResourceList): Unused |defaultMediaType| |
28 |
|
parameter is deleted. New |isaRecursivePropName| |
29 |
|
and |recursiveISAPropName| parameters are added. |
30 |
|
|
31 |
|
* PerlCode.dis (addRevISAPackageName, getRevISAPackageName): |
32 |
|
New methods. |
33 |
|
(stringify): Support for the rev-ISA packages is added. |
34 |
|
(getAutoloadDefinitionList): New method. |
35 |
|
|
36 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* DIS.dis (parseString): New |for_arg| parameter is added. |
39 |
|
|
40 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* DIS.dis (readProperties): New |implementation| parameters |
43 |
|
are added. Support for the |lang:dcmodel| lexical |
44 |
|
type is added. |
45 |
|
(parseString): New method. |
46 |
|
|
47 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* Makefile (.discore-all.pm): |../DOM/TreeStore.pm| is added |
50 |
|
to the list. |
51 |
|
|
52 |
|
2006-05-28 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* DIS.dis (Require): An explicit reference to the |MDOM:DOMCore| |
55 |
|
module is added. |
56 |
|
(readProperties): The support for the |DISCore:NSString| type |
57 |
|
is added. |
58 |
|
|
59 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* .cvsignore: Updated. |
62 |
|
|
63 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* PerlCode.t (CDATADOMString2): New reflecting datatype. |
66 |
|
(prototype): Returns |null| if it is not specified. |
67 |
|
|
68 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* Makefile (.discore-all.pm): |CharacterData.pm| is added. |
71 |
|
|
72 |
|
2006-04-05 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* Grove.dis (generateUniqueID): Don't include random number; it |
75 |
|
is unnecessary as long as only local uniquness is required. |
76 |
|
(destroy): Delete singleton. |
77 |
|
|
78 |
|
* PerlCode.dis (createPCLiteral): A variable was not set. |
79 |
|
|
80 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* DIS.dis (Require): Requires the |MDOM:TreeStore| module. |
83 |
|
(getNodeFromStorage, setNodeToStorage): New methods. |
84 |
|
|
85 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* PerlCode.dis (PropDef): Removed (they were not used). |
88 |
|
(appendPackage, appendCodeFragment): Removed. |
89 |
|
(PCImplementation.createPerl* factoty methods): Removed. |
90 |
|
(setSubNode, setOverloadSub): Removed. |
91 |
|
(Node setter attributes): They no longer call |adoptNode| |
92 |
|
method. |
93 |
|
(PCImplementation): Don't inherit |dx:ManakaiDefaultExceptionHandler|. |
94 |
|
(PCException): Removed. |
95 |
|
|
96 |
|
* Grove.dis (destroy): Threshold value experimentally changed. |
97 |
|
|
98 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* Grove.dis (collectGarbage): The gc algorithm has |
101 |
|
been changed (a variant of mark and sweep). |
102 |
|
|
103 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* Grove.dis (collectGarbage): Exit loops by |undef| from |each|. |
106 |
|
|
107 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* DIS.dis (NO_PERL_CODE_IMPL_ERR): Removed. |
110 |
|
|
111 |
|
* ManakaiNode.dis (GetProp, SetProp): Removed. |
112 |
|
|
113 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* Grove.dis (mg:mutations): It is changed from array |
116 |
|
reference to hash reference. |
117 |
|
|
118 |
|
* PerlCode.dis (replaceVariable): The |pc2:| namespace |
119 |
|
support. |
120 |
|
(IN_USE_NODE_ERR, BAD_CHILD_ERR): Removed. |
121 |
|
(createPCIf, createPCPackage): New methods. |
122 |
|
(createPCFile): Renamed from |createPerlFile|. Set |
123 |
|
configuration parameters. |
124 |
|
|
125 |
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
* Makefile: Update to new modules. |
* Makefile: Update to new modules. |