1 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Makefile: Updated to be consist with |../DOM/Makefile|. |
4 |
|
|
5 |
|
* DIS.dis (parse): Parameter |input|'s type is |
6 |
|
changed from |DOMLS:LSInput| to |DISPerl:HASH| to |
7 |
|
remove dependency on |MDOM:DOMLS| module. |
8 |
|
|
9 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* PerlCode.dis (skipLines): Its code was incorrect. |
12 |
|
(createPCLiteral): Creates a |undef| keyword node |
13 |
|
for an |undef| value. Tests added. |
14 |
|
|
15 |
|
2006-01-25 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added. |
18 |
|
|
19 |
|
2006-01-24 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* ManakaiNodeTest.dis: Tests added. |
22 |
|
|
23 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* .cvsignore: |ManakaiNodeTest.pm| added. |
26 |
|
|
27 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* ManakaiNodeTest.dis: New module. |
30 |
|
|
31 |
|
* Makefile: |ManakaiNodeTest.dis| added. |
32 |
|
|
33 |
|
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* PerlCode.dis: Fixed not |getAttributeNS| to cause |
36 |
|
uninitialized value warnings. |
37 |
|
|
38 |
|
2006-01-19 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* PerlCode.dis (PCPackage.stringify): Appends a string |
41 |
|
representation of non-|pc:*| element children for |
42 |
|
the stringified value. |
43 |
|
|
44 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* Makefile: |../DOM/XDoctype.dis| added. |
47 |
|
|
48 |
|
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* PerlCode.dis (PCReference): New interface. |
51 |
|
|
52 |
|
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* PerlCode.dis (PerlSub.clearPerlName): New method. |
55 |
|
(PCDocument.createPCLiteral): Adopts |PerlCode| node |
56 |
|
if it is a foreign one. |
57 |
|
|
58 |
|
* DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS| |
59 |
|
character is replaced to |UNDERLINE| character. |
60 |
|
|
61 |
|
2005-12-21 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* Makefile: |dpg.dae| rule merged into |discore.dae| rule. |
64 |
|
|
65 |
|
2005-12-20 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* DIS.dis: DPG format support added. |
68 |
|
|
69 |
|
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* PerlCode.dis (PCDocument.createPerlSub): New method. |
72 |
|
|
73 |
|
* Makefile: Rules to make |DIS/DPG.pm| added. |
74 |
|
|
75 |
|
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* PerlCode.dis (PCExpression.stringify): More operators supported. |
78 |
|
(PCDocument.createPCStatement): New method. |
79 |
|
|
80 |
|
2005-12-17 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* PerlCode.dis (PCWhen): New interface. |
83 |
|
|
84 |
|
2005-12-16 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces. |
87 |
|
(arrayRefLiteral, hashRefLiteral): Typos in element type names fixed. |
88 |
|
(PCExpression.stringify): Outputs children other than expression. |
89 |
|
Inserts space before and after operators if desired. |
90 |
|
|
91 |
|
2005-12-15 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* PerlCode.dis (PCCondition, PCBlock): New interface. |
94 |
|
(ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to |
95 |
|
distingulish new |ManakaiPCBlock| class implementing new |PCBlock| |
96 |
|
interface. |
97 |
|
|
98 |
|
2005-12-14 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New |
101 |
|
interfaces and element types. |
102 |
|
(getChildElementByType): New code. |
103 |
|
(PCFunctionCall): New interface and element type. |
104 |
|
|
105 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* DIS.dis (stringify): Returns |DIS:uri| error parameter if available. |
108 |
|
|
109 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* Error.pm (new): Sets |-stacktrace_| property if debug |
112 |
|
or verbose mode. |
113 |
|
(stringify): Appends longer trace if debug or verbose mode. |
114 |
|
($VERBOSE): New flag. |
115 |
|
|
116 |
|
* DIS.dis: Bugs on error depth fixed. |
117 |
|
|
118 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* DIS.dis (text): New attribute implementation. |
121 |
|
|
122 |
|
* ManakaiNode.dis (destroyNodeStem): New method. |
123 |
|
|
124 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* Makefile: |../DOM/Tree.dis| added. |
127 |
|
|
128 |
|
2005-11-17 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* Makefile: |Formatter/Muf2003.dis| added to file list. |
131 |
|
|
132 |
|
* DIS.dis (DISModuleLite): Typo in |ISA| property fixed. |
133 |
|
|
134 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* .cvsignore: New file. |
137 |
|
|
138 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* PerlCode.dis: A test code added. Typos in |ISA| |
141 |
|
properties fixed. |
142 |
|
(PerlSub.stringify): Generates prototype specification |
143 |
|
even if |prototype| attribute value's length is zero |
144 |
|
in case the |pc:prototype| attribute /is/ found. |
145 |
|
|
146 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
147 |
|
|
148 |
|
* Makefile: Missing rule to make |Message/DOM/core.dae| added. |
149 |
|
|
150 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
151 |
|
|
152 |
|
* Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules |
153 |
|
added. |
154 |
|
|
155 |
|
* DIS.dis (DIS:): Removed (moved to |DIS/common.dis|). |
156 |
|
|
157 |
|
2005-11-13 Wakaba <wakaba@suika.fam.cx> |
158 |
|
|
159 |
|
* PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral): |
160 |
|
New interfaces. |
161 |
|
(createPCLiteral, appendNewPCLiteral): New methods. |
162 |
|
(PCDocument): New interface. |
163 |
|
(factory methods): Namespace URI and local name of document |
164 |
|
element arguments added to |createDocument| to obtain |
165 |
|
an instance of |PCDocument|. |
166 |
|
|
167 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
168 |
|
|
169 |
|
* PerlCode.dis (pc:line): New configuration parameter. |
170 |
|
(stringify): Don't output "#line" directive |
171 |
|
unless "pc:line" parameter is set to "true". |
172 |
|
(pc:split-resolver): New configuration parameter. |
173 |
|
|
174 |
|
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
175 |
|
|
176 |
|
* ManakaiNode.dis (anydata0): New property type. |
177 |
|
|
178 |
|
* PerlCode.dis (stringify): Prints node id if file name |
179 |
|
is not available. |
180 |
|
(perlLiteral): Prints as is if the value is blessed |
181 |
|
with "manakai::code" package. |
182 |
|
|
183 |
|
2005-10-13 Wakaba <wakaba@suika.fam.cx> |
184 |
|
|
185 |
|
* PerlCode.dis (CDATADOMString): Changed to use code |
186 |
|
fragment defined in DOMCore module directly. |
187 |
|
|
188 |
|
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
189 |
|
|
190 |
|
* PerlCode.dis (ForClassCompat): Removed. |
191 |
|
|
192 |
|
* ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference): |
193 |
|
Removed. |
194 |
|
(newNode): New method. |
195 |
|
(generateUniqueID): Algorithm has changed to save random |
196 |
|
string generation time. |
197 |
|
|
198 |
|
* DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth". |
199 |
|
|
200 |
|
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
201 |
|
|
202 |
|
* PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based |
203 |
|
on DOMCore and element type definitions added. |
204 |
|
(localName): Renamed to "pcLocalName" to avoid |
205 |
|
conflict with "Node.localName" attribute. |
206 |
|
|
207 |
|
2005-10-10 Wakaba <wakaba@suika.fam.cx> |
208 |
|
|
209 |
|
* DIS.dis (Require): Unused reference to "PerlCode.dis" removed. |
210 |
|
|
211 |
|
* Makefile: Rules to make "PerlCode.pm" separated |
212 |
|
from ones for "DIS.pm". |
213 |
|
|
214 |
|
* ManakaiNode.dis (mn:unsetXRefNode): "$referent" |
215 |
|
parameter is replaced with "$referrer->{$propName}". |
216 |
|
|
217 |
|
* PerlCode.dis (Require): References "DOMCore.dis". |
218 |
|
(DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest". |
219 |
|
(Util: for ManakaiDOM:ManakaiDOM): New. |
220 |
|
|
221 |
|
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
222 |
|
|
223 |
|
* ManakaiNode.dis: New "mn:xrefnode0" property type has |
224 |
|
been introduced and methods are fixed to support it. |
225 |
|
(mn:setXRefNode, mn:unsetXRefNode): New codes. |
226 |
|
|
227 |
|
* DIS.dis (loadResource): Skips a root resource definition |
228 |
|
if it is an alias and it has "dis:Name" attribute and |
229 |
|
referenced canonical definition is already read. (Note |
230 |
|
that similar case that the resource definition has "dis:QName" |
231 |
|
attribute is already fixed in the same way.) |
232 |
|
|
233 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
234 |
|
|
235 |
|
* DIS.dis (readProperties): Recognizes hexdecimal |
236 |
|
in "DISCore:Integer" (prefixed by "0x"). |
237 |
|
|
238 |
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
239 |
|
|
240 |
* PerlCode.dis (getExceptionInterfacePackageNameList, |
* PerlCode.dis (getExceptionInterfacePackageNameList, |