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