| 1 |
|
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* PerlCode.dis (PCReference): New interface. |
| 4 |
|
|
| 5 |
|
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
| 6 |
|
|
| 7 |
|
* PerlCode.dis (PerlSub.clearPerlName): New method. |
| 8 |
|
(PCDocument.createPCLiteral): Adopts |PerlCode| node |
| 9 |
|
if it is a foreign one. |
| 10 |
|
|
| 11 |
|
* DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS| |
| 12 |
|
character is replaced to |UNDERLINE| character. |
| 13 |
|
|
| 14 |
|
2005-12-21 Wakaba <wakaba@suika.fam.cx> |
| 15 |
|
|
| 16 |
|
* Makefile: |dpg.dae| rule merged into |discore.dae| rule. |
| 17 |
|
|
| 18 |
|
2005-12-20 Wakaba <wakaba@suika.fam.cx> |
| 19 |
|
|
| 20 |
|
* DIS.dis: DPG format support added. |
| 21 |
|
|
| 22 |
|
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
| 23 |
|
|
| 24 |
|
* PerlCode.dis (PCDocument.createPerlSub): New method. |
| 25 |
|
|
| 26 |
|
* Makefile: Rules to make |DIS/DPG.pm| added. |
| 27 |
|
|
| 28 |
|
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
| 29 |
|
|
| 30 |
|
* PerlCode.dis (PCExpression.stringify): More operators supported. |
| 31 |
|
(PCDocument.createPCStatement): New method. |
| 32 |
|
|
| 33 |
|
2005-12-17 Wakaba <wakaba@suika.fam.cx> |
| 34 |
|
|
| 35 |
|
* PerlCode.dis (PCWhen): New interface. |
| 36 |
|
|
| 37 |
|
2005-12-16 Wakaba <wakaba@suika.fam.cx> |
| 38 |
|
|
| 39 |
|
* PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces. |
| 40 |
|
(arrayRefLiteral, hashRefLiteral): Typos in element type names fixed. |
| 41 |
|
(PCExpression.stringify): Outputs children other than expression. |
| 42 |
|
Inserts space before and after operators if desired. |
| 43 |
|
|
| 44 |
|
2005-12-15 Wakaba <wakaba@suika.fam.cx> |
| 45 |
|
|
| 46 |
|
* PerlCode.dis (PCCondition, PCBlock): New interface. |
| 47 |
|
(ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to |
| 48 |
|
distingulish new |ManakaiPCBlock| class implementing new |PCBlock| |
| 49 |
|
interface. |
| 50 |
|
|
| 51 |
|
2005-12-14 Wakaba <wakaba@suika.fam.cx> |
| 52 |
|
|
| 53 |
|
* PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New |
| 54 |
|
interfaces and element types. |
| 55 |
|
(getChildElementByType): New code. |
| 56 |
|
(PCFunctionCall): New interface and element type. |
| 57 |
|
|
| 58 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
| 59 |
|
|
| 60 |
|
* DIS.dis (stringify): Returns |DIS:uri| error parameter if available. |
| 61 |
|
|
| 62 |
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
| 63 |
|
|
| 64 |
* Error.pm (new): Sets |-stacktrace_| property if debug |
* Error.pm (new): Sets |-stacktrace_| property if debug |