1 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Grove.dis (collectGarbage): The gc algorithm has |
4 |
|
been changed (a variant of mark and sweep). |
5 |
|
|
6 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Grove.dis (collectGarbage): Exit loops by |undef| from |each|. |
9 |
|
|
10 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* DIS.dis (NO_PERL_CODE_IMPL_ERR): Removed. |
13 |
|
|
14 |
|
* ManakaiNode.dis (GetProp, SetProp): Removed. |
15 |
|
|
16 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* Grove.dis (mg:mutations): It is changed from array |
19 |
|
reference to hash reference. |
20 |
|
|
21 |
|
* PerlCode.dis (replaceVariable): The |pc2:| namespace |
22 |
|
support. |
23 |
|
(IN_USE_NODE_ERR, BAD_CHILD_ERR): Removed. |
24 |
|
(createPCIf, createPCPackage): New methods. |
25 |
|
(createPCFile): Renamed from |createPerlFile|. Set |
26 |
|
configuration parameters. |
27 |
|
|
28 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* Makefile: Update to new modules. |
31 |
|
|
32 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* Grove.dis (destroy): Threshold value changed to 4096. |
35 |
|
|
36 |
|
* PerlCode.dis (PerlCode): Associated as the default |
37 |
|
class with |pc:*| and |pc2:*| element types. |
38 |
|
(currentPackage, currentChunkNumber, getNextChunkNumber): Removed. |
39 |
|
(ReflectCDATA): Reimplemented using standard |Element| |
40 |
|
methods. |
41 |
|
(sourceFile, sourceLine, currentSourceFile, currentSourceLine, |
42 |
|
skipLines): Removed. |
43 |
|
(pc:line): Removed. |
44 |
|
(stringify): Support for the |pc:line| configuration |
45 |
|
parameter is removed. |
46 |
|
|
47 |
|
* DIS.dis (isFeatureProvided): Removed. |
48 |
|
|
49 |
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
* Makefile (clean-db): New rule. |
* Makefile (clean-db): New rule. |