1 |
|
2005-12-17 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* PerlCode.dis (PCWhen): New interface. |
4 |
|
|
5 |
|
2005-12-16 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces. |
8 |
|
(arrayRefLiteral, hashRefLiteral): Typos in element type names fixed. |
9 |
|
(PCExpression.stringify): Outputs children other than expression. |
10 |
|
Inserts space before and after operators if desired. |
11 |
|
|
12 |
|
2005-12-15 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* PerlCode.dis (PCCondition, PCBlock): New interface. |
15 |
|
(ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to |
16 |
|
distingulish new |ManakaiPCBlock| class implementing new |PCBlock| |
17 |
|
interface. |
18 |
|
|
19 |
|
2005-12-14 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New |
22 |
|
interfaces and element types. |
23 |
|
(getChildElementByType): New code. |
24 |
|
(PCFunctionCall): New interface and element type. |
25 |
|
|
26 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* DIS.dis (stringify): Returns |DIS:uri| error parameter if available. |
29 |
|
|
30 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* Error.pm (new): Sets |-stacktrace_| property if debug |
33 |
|
or verbose mode. |
34 |
|
(stringify): Appends longer trace if debug or verbose mode. |
35 |
|
($VERBOSE): New flag. |
36 |
|
|
37 |
|
* DIS.dis: Bugs on error depth fixed. |
38 |
|
|
39 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* DIS.dis (text): New attribute implementation. |
42 |
|
|
43 |
|
* ManakaiNode.dis (destroyNodeStem): New method. |
44 |
|
|
45 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* Makefile: |../DOM/Tree.dis| added. |
48 |
|
|
49 |
|
2005-11-17 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* Makefile: |Formatter/Muf2003.dis| added to file list. |
52 |
|
|
53 |
|
* DIS.dis (DISModuleLite): Typo in |ISA| property fixed. |
54 |
|
|
55 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* .cvsignore: New file. |
58 |
|
|
59 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* PerlCode.dis: A test code added. Typos in |ISA| |
62 |
|
properties fixed. |
63 |
|
(PerlSub.stringify): Generates prototype specification |
64 |
|
even if |prototype| attribute value's length is zero |
65 |
|
in case the |pc:prototype| attribute /is/ found. |
66 |
|
|
67 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* Makefile: Missing rule to make |Message/DOM/core.dae| added. |
70 |
|
|
71 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules |
74 |
|
added. |
75 |
|
|
76 |
|
* DIS.dis (DIS:): Removed (moved to |DIS/common.dis|). |
77 |
|
|
78 |
|
2005-11-13 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral): |
81 |
|
New interfaces. |
82 |
|
(createPCLiteral, appendNewPCLiteral): New methods. |
83 |
|
(PCDocument): New interface. |
84 |
|
(factory methods): Namespace URI and local name of document |
85 |
|
element arguments added to |createDocument| to obtain |
86 |
|
an instance of |PCDocument|. |
87 |
|
|
88 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* PerlCode.dis (pc:line): New configuration parameter. |
91 |
|
(stringify): Don't output "#line" directive |
92 |
|
unless "pc:line" parameter is set to "true". |
93 |
|
(pc:split-resolver): New configuration parameter. |
94 |
|
|
95 |
|
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* ManakaiNode.dis (anydata0): New property type. |
98 |
|
|
99 |
|
* PerlCode.dis (stringify): Prints node id if file name |
100 |
|
is not available. |
101 |
|
(perlLiteral): Prints as is if the value is blessed |
102 |
|
with "manakai::code" package. |
103 |
|
|
104 |
|
2005-10-13 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* PerlCode.dis (CDATADOMString): Changed to use code |
107 |
|
fragment defined in DOMCore module directly. |
108 |
|
|
109 |
|
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* PerlCode.dis (ForClassCompat): Removed. |
112 |
|
|
113 |
|
* ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference): |
114 |
|
Removed. |
115 |
|
(newNode): New method. |
116 |
|
(generateUniqueID): Algorithm has changed to save random |
117 |
|
string generation time. |
118 |
|
|
119 |
|
* DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth". |
120 |
|
|
121 |
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
* PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based |
* PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based |