1 |
|
2005-12-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New |
4 |
|
interfaces and element types. |
5 |
|
(getChildElementByType): New code. |
6 |
|
(PCFunctionCall): New interface and element type. |
7 |
|
|
8 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* DIS.dis (stringify): Returns |DIS:uri| error parameter if available. |
11 |
|
|
12 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* Error.pm (new): Sets |-stacktrace_| property if debug |
15 |
|
or verbose mode. |
16 |
|
(stringify): Appends longer trace if debug or verbose mode. |
17 |
|
($VERBOSE): New flag. |
18 |
|
|
19 |
|
* DIS.dis: Bugs on error depth fixed. |
20 |
|
|
21 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* DIS.dis (text): New attribute implementation. |
24 |
|
|
25 |
|
* ManakaiNode.dis (destroyNodeStem): New method. |
26 |
|
|
27 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* Makefile: |../DOM/Tree.dis| added. |
30 |
|
|
31 |
|
2005-11-17 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* Makefile: |Formatter/Muf2003.dis| added to file list. |
34 |
|
|
35 |
|
* DIS.dis (DISModuleLite): Typo in |ISA| property fixed. |
36 |
|
|
37 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* .cvsignore: New file. |
40 |
|
|
41 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* PerlCode.dis: A test code added. Typos in |ISA| |
44 |
|
properties fixed. |
45 |
|
(PerlSub.stringify): Generates prototype specification |
46 |
|
even if |prototype| attribute value's length is zero |
47 |
|
in case the |pc:prototype| attribute /is/ found. |
48 |
|
|
49 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* Makefile: Missing rule to make |Message/DOM/core.dae| added. |
52 |
|
|
53 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules |
56 |
|
added. |
57 |
|
|
58 |
|
* DIS.dis (DIS:): Removed (moved to |DIS/common.dis|). |
59 |
|
|
60 |
|
2005-11-13 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral): |
63 |
|
New interfaces. |
64 |
|
(createPCLiteral, appendNewPCLiteral): New methods. |
65 |
|
(PCDocument): New interface. |
66 |
|
(factory methods): Namespace URI and local name of document |
67 |
|
element arguments added to |createDocument| to obtain |
68 |
|
an instance of |PCDocument|. |
69 |
|
|
70 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* PerlCode.dis (pc:line): New configuration parameter. |
73 |
|
(stringify): Don't output "#line" directive |
74 |
|
unless "pc:line" parameter is set to "true". |
75 |
|
(pc:split-resolver): New configuration parameter. |
76 |
|
|
77 |
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
* ManakaiNode.dis (anydata0): New property type. |
* ManakaiNode.dis (anydata0): New property type. |