1 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Makefile: Updated to be consist with |../DOM/Makefile|. |
4 |
|
|
5 |
|
* DIS.dis (parse): Parameter |input|'s type is |
6 |
|
changed from |DOMLS:LSInput| to |DISPerl:HASH| to |
7 |
|
remove dependency on |MDOM:DOMLS| module. |
8 |
|
|
9 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* PerlCode.dis (skipLines): Its code was incorrect. |
12 |
|
(createPCLiteral): Creates a |undef| keyword node |
13 |
|
for an |undef| value. Tests added. |
14 |
|
|
15 |
|
2006-01-25 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added. |
18 |
|
|
19 |
|
2006-01-24 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* ManakaiNodeTest.dis: Tests added. |
22 |
|
|
23 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* .cvsignore: |ManakaiNodeTest.pm| added. |
26 |
|
|
27 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* ManakaiNodeTest.dis: New module. |
30 |
|
|
31 |
|
* Makefile: |ManakaiNodeTest.dis| added. |
32 |
|
|
33 |
|
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* PerlCode.dis: Fixed not |getAttributeNS| to cause |
36 |
|
uninitialized value warnings. |
37 |
|
|
38 |
|
2006-01-19 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* PerlCode.dis (PCPackage.stringify): Appends a string |
41 |
|
representation of non-|pc:*| element children for |
42 |
|
the stringified value. |
43 |
|
|
44 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* Makefile: |../DOM/XDoctype.dis| added. |
47 |
|
|
48 |
|
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* PerlCode.dis (PCReference): New interface. |
51 |
|
|
52 |
|
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* PerlCode.dis (PerlSub.clearPerlName): New method. |
55 |
|
(PCDocument.createPCLiteral): Adopts |PerlCode| node |
56 |
|
if it is a foreign one. |
57 |
|
|
58 |
|
* DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS| |
59 |
|
character is replaced to |UNDERLINE| character. |
60 |
|
|
61 |
|
2005-12-21 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* Makefile: |dpg.dae| rule merged into |discore.dae| rule. |
64 |
|
|
65 |
|
2005-12-20 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* DIS.dis: DPG format support added. |
68 |
|
|
69 |
|
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* PerlCode.dis (PCDocument.createPerlSub): New method. |
72 |
|
|
73 |
|
* Makefile: Rules to make |DIS/DPG.pm| added. |
74 |
|
|
75 |
|
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* PerlCode.dis (PCExpression.stringify): More operators supported. |
78 |
|
(PCDocument.createPCStatement): New method. |
79 |
|
|
80 |
|
2005-12-17 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* PerlCode.dis (PCWhen): New interface. |
83 |
|
|
84 |
|
2005-12-16 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces. |
87 |
|
(arrayRefLiteral, hashRefLiteral): Typos in element type names fixed. |
88 |
|
(PCExpression.stringify): Outputs children other than expression. |
89 |
|
Inserts space before and after operators if desired. |
90 |
|
|
91 |
|
2005-12-15 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* PerlCode.dis (PCCondition, PCBlock): New interface. |
94 |
|
(ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to |
95 |
|
distingulish new |ManakaiPCBlock| class implementing new |PCBlock| |
96 |
|
interface. |
97 |
|
|
98 |
|
2005-12-14 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New |
101 |
|
interfaces and element types. |
102 |
|
(getChildElementByType): New code. |
103 |
|
(PCFunctionCall): New interface and element type. |
104 |
|
|
105 |
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
* DIS.dis (stringify): Returns |DIS:uri| error parameter if available. |
* DIS.dis (stringify): Returns |DIS:uri| error parameter if available. |