1 |
|
2005-12-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces. |
4 |
|
(arrayRefLiteral, hashRefLiteral): Typos in element type names fixed. |
5 |
|
(PCExpression.stringify): Outputs children other than expression. |
6 |
|
Inserts space before and after operators if desired. |
7 |
|
|
8 |
|
2005-12-15 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* PerlCode.dis (PCCondition, PCBlock): New interface. |
11 |
|
(ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to |
12 |
|
distingulish new |ManakaiPCBlock| class implementing new |PCBlock| |
13 |
|
interface. |
14 |
|
|
15 |
|
2005-12-14 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New |
18 |
|
interfaces and element types. |
19 |
|
(getChildElementByType): New code. |
20 |
|
(PCFunctionCall): New interface and element type. |
21 |
|
|
22 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* DIS.dis (stringify): Returns |DIS:uri| error parameter if available. |
25 |
|
|
26 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* Error.pm (new): Sets |-stacktrace_| property if debug |
29 |
|
or verbose mode. |
30 |
|
(stringify): Appends longer trace if debug or verbose mode. |
31 |
|
($VERBOSE): New flag. |
32 |
|
|
33 |
|
* DIS.dis: Bugs on error depth fixed. |
34 |
|
|
35 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* DIS.dis (text): New attribute implementation. |
38 |
|
|
39 |
|
* ManakaiNode.dis (destroyNodeStem): New method. |
40 |
|
|
41 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* Makefile: |../DOM/Tree.dis| added. |
44 |
|
|
45 |
|
2005-11-17 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* Makefile: |Formatter/Muf2003.dis| added to file list. |
48 |
|
|
49 |
|
* DIS.dis (DISModuleLite): Typo in |ISA| property fixed. |
50 |
|
|
51 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* .cvsignore: New file. |
54 |
|
|
55 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* PerlCode.dis: A test code added. Typos in |ISA| |
58 |
|
properties fixed. |
59 |
|
(PerlSub.stringify): Generates prototype specification |
60 |
|
even if |prototype| attribute value's length is zero |
61 |
|
in case the |pc:prototype| attribute /is/ found. |
62 |
|
|
63 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* Makefile: Missing rule to make |Message/DOM/core.dae| added. |
66 |
|
|
67 |
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
* Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules |
* Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules |