1 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* PerlCode.dis (PCReference.stringify): Reference operator |\| |
4 |
|
was missing. |
5 |
|
|
6 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements |
9 |
|
and their descendants were ignored. |
10 |
|
(getNameListAttrRM): New variant derived from |getNameListAttrR|, |
11 |
|
for |getUsePerlModuleNameList| and |getUseCharClassNameList|. |
12 |
|
(getUsePerlModuleNameList, getUseCharClassNameList): Don't |
13 |
|
include |pc:package| and their descendants to the target. |
14 |
|
(PerlFile.stringify): Outputs |use| statements |
15 |
|
for Perl modules and character classes not part of any package, |
16 |
|
if any. |
17 |
|
|
18 |
|
* DIS.dis: |lang:tdterr|'s |DVNSValue| convertion is supported. |
19 |
|
|
20 |
|
2006-02-06 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* DIS.dis (loadModule): Loads a "daem" submodule file |
23 |
|
if exists. |
24 |
|
|
25 |
|
2006-01-30 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* Makefile: Typo fixed. |
28 |
|
|
29 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* Makefile: Updated to be consist with |../DOM/Makefile|. |
32 |
|
|
33 |
|
* DIS.dis (parse): Parameter |input|'s type is |
34 |
|
changed from |DOMLS:LSInput| to |DISPerl:HASH| to |
35 |
|
remove dependency on |MDOM:DOMLS| module. |
36 |
|
|
37 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* PerlCode.dis (skipLines): Its code was incorrect. |
40 |
|
(createPCLiteral): Creates a |undef| keyword node |
41 |
|
for an |undef| value. Tests added. |
42 |
|
|
43 |
|
2006-01-25 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added. |
46 |
|
|
47 |
|
2006-01-24 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* ManakaiNodeTest.dis: Tests added. |
50 |
|
|
51 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* .cvsignore: |ManakaiNodeTest.pm| added. |
54 |
|
|
55 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* ManakaiNodeTest.dis: New module. |
58 |
|
|
59 |
|
* Makefile: |ManakaiNodeTest.dis| added. |
60 |
|
|
61 |
|
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* PerlCode.dis: Fixed not |getAttributeNS| to cause |
64 |
|
uninitialized value warnings. |
65 |
|
|
66 |
|
2006-01-19 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* PerlCode.dis (PCPackage.stringify): Appends a string |
69 |
|
representation of non-|pc:*| element children for |
70 |
|
the stringified value. |
71 |
|
|
72 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* Makefile: |../DOM/XDoctype.dis| added. |
75 |
|
|
76 |
|
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* PerlCode.dis (PCReference): New interface. |
79 |
|
|
80 |
|
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* PerlCode.dis (PerlSub.clearPerlName): New method. |
83 |
|
(PCDocument.createPCLiteral): Adopts |PerlCode| node |
84 |
|
if it is a foreign one. |
85 |
|
|
86 |
|
* DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS| |
87 |
|
character is replaced to |UNDERLINE| character. |
88 |
|
|
89 |
|
2005-12-21 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* Makefile: |dpg.dae| rule merged into |discore.dae| rule. |
92 |
|
|
93 |
|
2005-12-20 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* DIS.dis: DPG format support added. |
96 |
|
|
97 |
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
* PerlCode.dis (PCDocument.createPerlSub): New method. |
* PerlCode.dis (PCDocument.createPerlSub): New method. |