1 |
|
2005-12-20 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DIS.dis: DPG format support added. |
4 |
|
|
5 |
|
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* PerlCode.dis (PCDocument.createPerlSub): New method. |
8 |
|
|
9 |
|
* Makefile: Rules to make |DIS/DPG.pm| added. |
10 |
|
|
11 |
|
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* PerlCode.dis (PCExpression.stringify): More operators supported. |
14 |
|
(PCDocument.createPCStatement): New method. |
15 |
|
|
16 |
|
2005-12-17 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* PerlCode.dis (PCWhen): New interface. |
19 |
|
|
20 |
|
2005-12-16 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces. |
23 |
|
(arrayRefLiteral, hashRefLiteral): Typos in element type names fixed. |
24 |
|
(PCExpression.stringify): Outputs children other than expression. |
25 |
|
Inserts space before and after operators if desired. |
26 |
|
|
27 |
|
2005-12-15 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* PerlCode.dis (PCCondition, PCBlock): New interface. |
30 |
|
(ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to |
31 |
|
distingulish new |ManakaiPCBlock| class implementing new |PCBlock| |
32 |
|
interface. |
33 |
|
|
34 |
|
2005-12-14 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New |
37 |
|
interfaces and element types. |
38 |
|
(getChildElementByType): New code. |
39 |
|
(PCFunctionCall): New interface and element type. |
40 |
|
|
41 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* DIS.dis (stringify): Returns |DIS:uri| error parameter if available. |
44 |
|
|
45 |
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
* Error.pm (new): Sets |-stacktrace_| property if debug |
* Error.pm (new): Sets |-stacktrace_| property if debug |