1 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements |
4 |
|
and their descendants were ignored. |
5 |
|
(getNameListAttrRM): New variant derived from |getNameListAttrR|, |
6 |
|
for |getUsePerlModuleNameList| and |getUseCharClassNameList|. |
7 |
|
(getUsePerlModuleNameList, getUseCharClassNameList): Don't |
8 |
|
include |pc:package| and their descendants to the target. |
9 |
|
(PerlFile.stringify): Outputs |use| statements |
10 |
|
for Perl modules and character classes not part of any package, |
11 |
|
if any. |
12 |
|
|
13 |
|
* DIS.dis: |lang:tdterr|'s |DVNSValue| convertion is supported. |
14 |
|
|
15 |
|
2006-02-06 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* DIS.dis (loadModule): Loads a "daem" submodule file |
18 |
|
if exists. |
19 |
|
|
20 |
|
2006-01-30 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* Makefile: Typo fixed. |
23 |
|
|
24 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* Makefile: Updated to be consist with |../DOM/Makefile|. |
27 |
|
|
28 |
|
* DIS.dis (parse): Parameter |input|'s type is |
29 |
|
changed from |DOMLS:LSInput| to |DISPerl:HASH| to |
30 |
|
remove dependency on |MDOM:DOMLS| module. |
31 |
|
|
32 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* PerlCode.dis (skipLines): Its code was incorrect. |
35 |
|
(createPCLiteral): Creates a |undef| keyword node |
36 |
|
for an |undef| value. Tests added. |
37 |
|
|
38 |
|
2006-01-25 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added. |
41 |
|
|
42 |
|
2006-01-24 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* ManakaiNodeTest.dis: Tests added. |
45 |
|
|
46 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* .cvsignore: |ManakaiNodeTest.pm| added. |
49 |
|
|
50 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* ManakaiNodeTest.dis: New module. |
53 |
|
|
54 |
|
* Makefile: |ManakaiNodeTest.dis| added. |
55 |
|
|
56 |
|
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* PerlCode.dis: Fixed not |getAttributeNS| to cause |
59 |
|
uninitialized value warnings. |
60 |
|
|
61 |
|
2006-01-19 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* PerlCode.dis (PCPackage.stringify): Appends a string |
64 |
|
representation of non-|pc:*| element children for |
65 |
|
the stringified value. |
66 |
|
|
67 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* Makefile: |../DOM/XDoctype.dis| added. |
70 |
|
|
71 |
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
* PerlCode.dis (PCReference): New interface. |
* PerlCode.dis (PCReference): New interface. |