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