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