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> |
68 |
|
|
69 |
|
* Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules |
70 |
|
added. |
71 |
|
|
72 |
|
* DIS.dis (DIS:): Removed (moved to |DIS/common.dis|). |
73 |
|
|
74 |
|
2005-11-13 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral): |
77 |
|
New interfaces. |
78 |
|
(createPCLiteral, appendNewPCLiteral): New methods. |
79 |
|
(PCDocument): New interface. |
80 |
|
(factory methods): Namespace URI and local name of document |
81 |
|
element arguments added to |createDocument| to obtain |
82 |
|
an instance of |PCDocument|. |
83 |
|
|
84 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* PerlCode.dis (pc:line): New configuration parameter. |
87 |
|
(stringify): Don't output "#line" directive |
88 |
|
unless "pc:line" parameter is set to "true". |
89 |
|
(pc:split-resolver): New configuration parameter. |
90 |
|
|
91 |
|
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* ManakaiNode.dis (anydata0): New property type. |
94 |
|
|
95 |
|
* PerlCode.dis (stringify): Prints node id if file name |
96 |
|
is not available. |
97 |
|
(perlLiteral): Prints as is if the value is blessed |
98 |
|
with "manakai::code" package. |
99 |
|
|
100 |
|
2005-10-13 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* PerlCode.dis (CDATADOMString): Changed to use code |
103 |
|
fragment defined in DOMCore module directly. |
104 |
|
|
105 |
|
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* PerlCode.dis (ForClassCompat): Removed. |
108 |
|
|
109 |
|
* ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference): |
110 |
|
Removed. |
111 |
|
(newNode): New method. |
112 |
|
(generateUniqueID): Algorithm has changed to save random |
113 |
|
string generation time. |
114 |
|
|
115 |
|
* DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth". |
116 |
|
|
117 |
|
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based |
120 |
|
on DOMCore and element type definitions added. |
121 |
|
(localName): Renamed to "pcLocalName" to avoid |
122 |
|
conflict with "Node.localName" attribute. |
123 |
|
|
124 |
|
2005-10-10 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* DIS.dis (Require): Unused reference to "PerlCode.dis" removed. |
127 |
|
|
128 |
|
* Makefile: Rules to make "PerlCode.pm" separated |
129 |
|
from ones for "DIS.pm". |
130 |
|
|
131 |
|
* ManakaiNode.dis (mn:unsetXRefNode): "$referent" |
132 |
|
parameter is replaced with "$referrer->{$propName}". |
133 |
|
|
134 |
|
* PerlCode.dis (Require): References "DOMCore.dis". |
135 |
|
(DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest". |
136 |
|
(Util: for ManakaiDOM:ManakaiDOM): New. |
137 |
|
|
138 |
|
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* ManakaiNode.dis: New "mn:xrefnode0" property type has |
141 |
|
been introduced and methods are fixed to support it. |
142 |
|
(mn:setXRefNode, mn:unsetXRefNode): New codes. |
143 |
|
|
144 |
|
* DIS.dis (loadResource): Skips a root resource definition |
145 |
|
if it is an alias and it has "dis:Name" attribute and |
146 |
|
referenced canonical definition is already read. (Note |
147 |
|
that similar case that the resource definition has "dis:QName" |
148 |
|
attribute is already fixed in the same way.) |
149 |
|
|
150 |
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
151 |
|
|
152 |
* DIS.dis (readProperties): Recognizes hexdecimal |
* DIS.dis (readProperties): Recognizes hexdecimal |