1 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DIS.dis (MUErrorHandler): Missing |For| specification is added. |
4 |
|
|
5 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* DIS.dis (getMethodForType): Bug fixed. |
8 |
|
|
9 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* DIS.dis (isPropertyElement): The |DISCore:resourceType| |
12 |
|
element type is now recognized as a property. In addition, |
13 |
|
element types that are a |DISSource:Property| are |
14 |
|
properties. |
15 |
|
(DIS:AnyMethod, DIS:Method, DIS:Attribute): New types. |
16 |
|
(DIS:targetType): New property. |
17 |
|
(DISModule, DISFor, DISResource, DISDatabase): These |
18 |
|
classes no longer inherits |ManakaiDISExceptionTarget|. |
19 |
|
(DISDatabase.loadResource): Reads |DISCore:resourceType| property |
20 |
|
as well as |rdf:type| property. |
21 |
|
(DISAnyResource.MUErrorHandler, DISDatabase.MUErrorHandler): New |
22 |
|
methods. |
23 |
|
(DISDatabase.domConfig): New attribute. |
24 |
|
(error-handler): New configuration parameter. |
25 |
|
(getMethodForType): New code fragment. |
26 |
|
(DIS:more-than-one-methods-for-a-type): New error. |
27 |
|
(ManakaiDISExceptionTarget): Removed. |
28 |
|
|
29 |
|
2006-02-19 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* DIS.dis (composeSubsetURI): New code fragment. |
32 |
|
(getResource, getModule, getFor, loadResource): Old |rdf:type| settking |
33 |
|
code is removed. |
34 |
|
(isSubsetOfURI): Old compatibility code removed. |
35 |
|
(addTypeURI): Bugs fixed. |
36 |
|
|
37 |
|
2006-02-19 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* DIS.dis (getResource, getFor, getModule): Set |DIS:typeURI| |
40 |
|
property on creation of an object. |
41 |
|
(isAnonymous): Setter is added. |
42 |
|
(isTypeURI): Redefined using |typeResource| and |isSubsetOfURI|. |
43 |
|
(getTypeURIList): New method. |
44 |
|
(typeResource): New attribute. |
45 |
|
(addTypeURI): New method. |
46 |
|
(DISModule.isAnonymous, DISFor.isAnonymous): Removed. Now |for|s |
47 |
|
and modules as well as normal resources can be anonymous. |
48 |
|
(getSuperResourceURIList): New method. |
49 |
|
|
50 |
|
2006-02-18 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* DIS.dis (revision): New attribute. |
53 |
|
|
54 |
|
2006-02-09 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* PerlCode.dis (PerlStringLiteral.stringify): |pc:preserve-line-break| |
57 |
|
configuration parameter support is added. |
58 |
|
(pc:preserve-line-break): New configuration option. |
59 |
|
|
60 |
|
* DIS.dis (readProperties): |DISCore:UString| lextype support added. |
61 |
|
|
62 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* PerlCode.dis (PCReference.stringify): Reference operator |\| |
65 |
|
was missing. |
66 |
|
|
67 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements |
70 |
|
and their descendants were ignored. |
71 |
|
(getNameListAttrRM): New variant derived from |getNameListAttrR|, |
72 |
|
for |getUsePerlModuleNameList| and |getUseCharClassNameList|. |
73 |
|
(getUsePerlModuleNameList, getUseCharClassNameList): Don't |
74 |
|
include |pc:package| and their descendants to the target. |
75 |
|
(PerlFile.stringify): Outputs |use| statements |
76 |
|
for Perl modules and character classes not part of any package, |
77 |
|
if any. |
78 |
|
|
79 |
|
* DIS.dis: |lang:tdterr|'s |DVNSValue| convertion is supported. |
80 |
|
|
81 |
|
2006-02-06 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* DIS.dis (loadModule): Loads a "daem" submodule file |
84 |
|
if exists. |
85 |
|
|
86 |
|
2006-01-30 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* Makefile: Typo fixed. |
89 |
|
|
90 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* Makefile: Updated to be consist with |../DOM/Makefile|. |
93 |
|
|
94 |
|
* DIS.dis (parse): Parameter |input|'s type is |
95 |
|
changed from |DOMLS:LSInput| to |DISPerl:HASH| to |
96 |
|
remove dependency on |MDOM:DOMLS| module. |
97 |
|
|
98 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* PerlCode.dis (skipLines): Its code was incorrect. |
101 |
|
(createPCLiteral): Creates a |undef| keyword node |
102 |
|
for an |undef| value. Tests added. |
103 |
|
|
104 |
|
2006-01-25 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added. |
107 |
|
|
108 |
|
2006-01-24 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* ManakaiNodeTest.dis: Tests added. |
111 |
|
|
112 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* .cvsignore: |ManakaiNodeTest.pm| added. |
115 |
|
|
116 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
117 |
|
|
118 |
|
* ManakaiNodeTest.dis: New module. |
119 |
|
|
120 |
|
* Makefile: |ManakaiNodeTest.dis| added. |
121 |
|
|
122 |
|
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
|
* PerlCode.dis: Fixed not |getAttributeNS| to cause |
125 |
|
uninitialized value warnings. |
126 |
|
|
127 |
|
2006-01-19 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
129 |
|
* PerlCode.dis (PCPackage.stringify): Appends a string |
130 |
|
representation of non-|pc:*| element children for |
131 |
|
the stringified value. |
132 |
|
|
133 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
134 |
|
|
135 |
|
* Makefile: |../DOM/XDoctype.dis| added. |
136 |
|
|
137 |
|
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
138 |
|
|
139 |
|
* PerlCode.dis (PCReference): New interface. |
140 |
|
|
141 |
|
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* PerlCode.dis (PerlSub.clearPerlName): New method. |
144 |
|
(PCDocument.createPCLiteral): Adopts |PerlCode| node |
145 |
|
if it is a foreign one. |
146 |
|
|
147 |
|
* DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS| |
148 |
|
character is replaced to |UNDERLINE| character. |
149 |
|
|
150 |
|
2005-12-21 Wakaba <wakaba@suika.fam.cx> |
151 |
|
|
152 |
|
* Makefile: |dpg.dae| rule merged into |discore.dae| rule. |
153 |
|
|
154 |
|
2005-12-20 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* DIS.dis: DPG format support added. |
157 |
|
|
158 |
|
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
159 |
|
|
160 |
|
* PerlCode.dis (PCDocument.createPerlSub): New method. |
161 |
|
|
162 |
|
* Makefile: Rules to make |DIS/DPG.pm| added. |
163 |
|
|
164 |
|
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
165 |
|
|
166 |
|
* PerlCode.dis (PCExpression.stringify): More operators supported. |
167 |
|
(PCDocument.createPCStatement): New method. |
168 |
|
|
169 |
|
2005-12-17 Wakaba <wakaba@suika.fam.cx> |
170 |
|
|
171 |
|
* PerlCode.dis (PCWhen): New interface. |
172 |
|
|
173 |
|
2005-12-16 Wakaba <wakaba@suika.fam.cx> |
174 |
|
|
175 |
|
* PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces. |
176 |
|
(arrayRefLiteral, hashRefLiteral): Typos in element type names fixed. |
177 |
|
(PCExpression.stringify): Outputs children other than expression. |
178 |
|
Inserts space before and after operators if desired. |
179 |
|
|
180 |
|
2005-12-15 Wakaba <wakaba@suika.fam.cx> |
181 |
|
|
182 |
|
* PerlCode.dis (PCCondition, PCBlock): New interface. |
183 |
|
(ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to |
184 |
|
distingulish new |ManakaiPCBlock| class implementing new |PCBlock| |
185 |
|
interface. |
186 |
|
|
187 |
|
2005-12-14 Wakaba <wakaba@suika.fam.cx> |
188 |
|
|
189 |
|
* PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New |
190 |
|
interfaces and element types. |
191 |
|
(getChildElementByType): New code. |
192 |
|
(PCFunctionCall): New interface and element type. |
193 |
|
|
194 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
195 |
|
|
196 |
|
* DIS.dis (stringify): Returns |DIS:uri| error parameter if available. |
197 |
|
|
198 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
199 |
|
|
200 |
|
* Error.pm (new): Sets |-stacktrace_| property if debug |
201 |
|
or verbose mode. |
202 |
|
(stringify): Appends longer trace if debug or verbose mode. |
203 |
|
($VERBOSE): New flag. |
204 |
|
|
205 |
|
* DIS.dis: Bugs on error depth fixed. |
206 |
|
|
207 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
208 |
|
|
209 |
|
* DIS.dis (text): New attribute implementation. |
210 |
|
|
211 |
|
* ManakaiNode.dis (destroyNodeStem): New method. |
212 |
|
|
213 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
214 |
|
|
215 |
|
* Makefile: |../DOM/Tree.dis| added. |
216 |
|
|
217 |
|
2005-11-17 Wakaba <wakaba@suika.fam.cx> |
218 |
|
|
219 |
|
* Makefile: |Formatter/Muf2003.dis| added to file list. |
220 |
|
|
221 |
|
* DIS.dis (DISModuleLite): Typo in |ISA| property fixed. |
222 |
|
|
223 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
224 |
|
|
225 |
|
* .cvsignore: New file. |
226 |
|
|
227 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
228 |
|
|
229 |
|
* PerlCode.dis: A test code added. Typos in |ISA| |
230 |
|
properties fixed. |
231 |
|
(PerlSub.stringify): Generates prototype specification |
232 |
|
even if |prototype| attribute value's length is zero |
233 |
|
in case the |pc:prototype| attribute /is/ found. |
234 |
|
|
235 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
236 |
|
|
237 |
|
* Makefile: Missing rule to make |Message/DOM/core.dae| added. |
238 |
|
|
239 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
240 |
|
|
241 |
|
* Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules |
242 |
|
added. |
243 |
|
|
244 |
|
* DIS.dis (DIS:): Removed (moved to |DIS/common.dis|). |
245 |
|
|
246 |
|
2005-11-13 Wakaba <wakaba@suika.fam.cx> |
247 |
|
|
248 |
|
* PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral): |
249 |
|
New interfaces. |
250 |
|
(createPCLiteral, appendNewPCLiteral): New methods. |
251 |
|
(PCDocument): New interface. |
252 |
|
(factory methods): Namespace URI and local name of document |
253 |
|
element arguments added to |createDocument| to obtain |
254 |
|
an instance of |PCDocument|. |
255 |
|
|
256 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
257 |
|
|
258 |
|
* PerlCode.dis (pc:line): New configuration parameter. |
259 |
|
(stringify): Don't output "#line" directive |
260 |
|
unless "pc:line" parameter is set to "true". |
261 |
|
(pc:split-resolver): New configuration parameter. |
262 |
|
|
263 |
|
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
264 |
|
|
265 |
|
* ManakaiNode.dis (anydata0): New property type. |
266 |
|
|
267 |
|
* PerlCode.dis (stringify): Prints node id if file name |
268 |
|
is not available. |
269 |
|
(perlLiteral): Prints as is if the value is blessed |
270 |
|
with "manakai::code" package. |
271 |
|
|
272 |
|
2005-10-13 Wakaba <wakaba@suika.fam.cx> |
273 |
|
|
274 |
|
* PerlCode.dis (CDATADOMString): Changed to use code |
275 |
|
fragment defined in DOMCore module directly. |
276 |
|
|
277 |
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
278 |
|
|
279 |
* PerlCode.dis (ForClassCompat): Removed. |
* PerlCode.dis (ForClassCompat): Removed. |