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