1 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ManakaiNodeTest.dis: New module. |
4 |
|
|
5 |
|
* Makefile: |ManakaiNodeTest.dis| added. |
6 |
|
|
7 |
|
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* PerlCode.dis: Fixed not |getAttributeNS| to cause |
10 |
|
uninitialized value warnings. |
11 |
|
|
12 |
|
2006-01-19 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* PerlCode.dis (PCPackage.stringify): Appends a string |
15 |
|
representation of non-|pc:*| element children for |
16 |
|
the stringified value. |
17 |
|
|
18 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* Makefile: |../DOM/XDoctype.dis| added. |
21 |
|
|
22 |
|
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* PerlCode.dis (PCReference): New interface. |
25 |
|
|
26 |
|
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* PerlCode.dis (PerlSub.clearPerlName): New method. |
29 |
|
(PCDocument.createPCLiteral): Adopts |PerlCode| node |
30 |
|
if it is a foreign one. |
31 |
|
|
32 |
|
* DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS| |
33 |
|
character is replaced to |UNDERLINE| character. |
34 |
|
|
35 |
|
2005-12-21 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* Makefile: |dpg.dae| rule merged into |discore.dae| rule. |
38 |
|
|
39 |
|
2005-12-20 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* DIS.dis: DPG format support added. |
42 |
|
|
43 |
|
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* PerlCode.dis (PCDocument.createPerlSub): New method. |
46 |
|
|
47 |
|
* Makefile: Rules to make |DIS/DPG.pm| added. |
48 |
|
|
49 |
|
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* PerlCode.dis (PCExpression.stringify): More operators supported. |
52 |
|
(PCDocument.createPCStatement): New method. |
53 |
|
|
54 |
|
2005-12-17 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* PerlCode.dis (PCWhen): New interface. |
57 |
|
|
58 |
|
2005-12-16 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces. |
61 |
|
(arrayRefLiteral, hashRefLiteral): Typos in element type names fixed. |
62 |
|
(PCExpression.stringify): Outputs children other than expression. |
63 |
|
Inserts space before and after operators if desired. |
64 |
|
|
65 |
|
2005-12-15 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* PerlCode.dis (PCCondition, PCBlock): New interface. |
68 |
|
(ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to |
69 |
|
distingulish new |ManakaiPCBlock| class implementing new |PCBlock| |
70 |
|
interface. |
71 |
|
|
72 |
2005-12-14 Wakaba <wakaba@suika.fam.cx> |
2005-12-14 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
* PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New |
* PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New |