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> |
122 |
|
|
123 |
|
* PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based |
124 |
|
on DOMCore and element type definitions added. |
125 |
|
(localName): Renamed to "pcLocalName" to avoid |
126 |
|
conflict with "Node.localName" attribute. |
127 |
|
|
128 |
|
2005-10-10 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* DIS.dis (Require): Unused reference to "PerlCode.dis" removed. |
131 |
|
|
132 |
|
* Makefile: Rules to make "PerlCode.pm" separated |
133 |
|
from ones for "DIS.pm". |
134 |
|
|
135 |
|
* ManakaiNode.dis (mn:unsetXRefNode): "$referent" |
136 |
|
parameter is replaced with "$referrer->{$propName}". |
137 |
|
|
138 |
|
* PerlCode.dis (Require): References "DOMCore.dis". |
139 |
|
(DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest". |
140 |
|
(Util: for ManakaiDOM:ManakaiDOM): New. |
141 |
|
|
142 |
|
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
143 |
|
|
144 |
|
* ManakaiNode.dis: New "mn:xrefnode0" property type has |
145 |
|
been introduced and methods are fixed to support it. |
146 |
|
(mn:setXRefNode, mn:unsetXRefNode): New codes. |
147 |
|
|
148 |
|
* DIS.dis (loadResource): Skips a root resource definition |
149 |
|
if it is an alias and it has "dis:Name" attribute and |
150 |
|
referenced canonical definition is already read. (Note |
151 |
|
that similar case that the resource definition has "dis:QName" |
152 |
|
attribute is already fixed in the same way.) |
153 |
|
|
154 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* DIS.dis (readProperties): Recognizes hexdecimal |
157 |
|
in "DISCore:Integer" (prefixed by "0x"). |
158 |
|
|
159 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* PerlCode.dis (getExceptionInterfacePackageNameList, |
162 |
|
addExceptionInterfacePackageName): New methods. |
163 |
|
(ToString): Sorts hash keys where they result in |
164 |
|
the order of statements in result code. |
165 |
|
|
166 |
|
* Error.pm ($DEBUG): New option variable. |
167 |
|
(___get_error_def): Calls "___error_def" method in second or later "@ISA" |
168 |
|
package even if elder package has "___error_def" method. |
169 |
|
|
170 |
|
* DIS.dis: Now constant values are only defined |
171 |
|
in interfaces. |
172 |
|
(DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode. |
173 |
|
|
174 |
|
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
175 |
|
|
176 |
|
* DIS.dis (getAnyResourceURIList, getModuleURIList): New methods. |
177 |
|
|
178 |
|
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
179 |
|
|
180 |
|
* DIS.dis (getAnyResource): New method. |
181 |
|
(isTypeURI): Now it is a method of "DIS:DISAnyResource" interface. |
182 |
|
(getPropertyResource, getPropertyResourceList): Now |
183 |
|
they uses "getAnyResource" method. |
184 |
|
(getPropertyModuleList): Removed. |
185 |
|
|
186 |
|
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
187 |
|
|
188 |
|
* DIS.dis (readProperties): Saves property name to values. |
189 |
|
(getPropertyModuleList): New method. |
190 |
|
|
191 |
|
2005-09-29 Wakaba <wakaba@suika.fam.cx> |
192 |
|
|
193 |
|
* DIS.dis: Shares local name, namespace URI and for URI |
194 |
|
if possible. |
195 |
|
|
196 |
|
* PerlCode.dis (stringify): Sorts "require" statements by module |
197 |
|
name. |
198 |
|
|
199 |
|
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
200 |
|
|
201 |
|
* PerlCode.dis (perlLiteral): Sorts output by hash key. |
202 |
|
|
203 |
|
* ManakaiNode.dis (new): Sets "mn:groveReferenceCounter" |
204 |
|
property. |
205 |
|
(getNewReference): Increments "mn:groveReferenceCounter" |
206 |
|
property. |
207 |
|
(ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't |
208 |
|
check "defined" to allow "undef" value in "while" condition. |
209 |
|
(mn:isGroveReferenced): New code. |
210 |
|
(changeTreeID): New "groveRC" parameter added. |
211 |
|
(importTree, changeTreeID): Updates "mn:groveReferenceCounter" |
212 |
|
properties. |
213 |
|
(destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred". |
214 |
|
(mn:groveReferenceCounter): New property. |
215 |
|
|
216 |
|
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
217 |
|
|
218 |
|
* DIS.dis: Use "tag:" URI for internal URIs. |
219 |
|
|
220 |
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
221 |
|
|
222 |
* ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*" |
* ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*" |
264 |
* Makefile (DAC_SUFFIX): Changed to ".dae". |
* Makefile (DAC_SUFFIX): Changed to ".dae". |
265 |
(DAEM_SUFFIX): New. |
(DAEM_SUFFIX): New. |
266 |
|
|
267 |
|
|
268 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
269 |
|
|
270 |
* ManakaiNode.dis (NodeStem): Property value "mn:treeID" |
* ManakaiNode.dis: Use "disPerl:H" instead |
271 |
has changed to scalar reference. |
of "disPerl:Q" for hash keys. |
272 |
|
(NodeStem): Property value "mn:treeID" |
273 |
|
has changed to scalar reference. |
274 |
|
|
275 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
276 |
|
|