1 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Makefile: Rules for DIS are removed. |
4 |
|
|
5 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* Makefile (all-document): New. |
8 |
|
(all): Do |all-document|. |
9 |
|
|
10 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* Error.pod: New documentation, split from |Error.pm|. |
13 |
|
|
14 |
|
* Error.pm: Documentations are removed. |
15 |
|
(new): |die| if |-type| option is not specified. |
16 |
|
(text, value, type): Do what |Message::Util::Error::DOMException| does, |
17 |
|
with some modification for compatibility with |Error| and |
18 |
|
new naming convention for error type/subtype definitions. |
19 |
|
(code): New method. |
20 |
|
(subtype, type_def): New methods. |
21 |
|
|
22 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* DIS.dis: Support for |for| is entirely removed. |forArg| |
25 |
|
parameters are removed. |
26 |
|
(createDISDocument): Removed. |
27 |
|
(tfurisToURI): Removed. |
28 |
|
(tfpurisToURI): The |for| URI slot is |
29 |
|
fixed to |ManakaiDOM:all|. |
30 |
|
(tfqnamesToURI): Removed. |
31 |
|
(tfpqnamesToURI): The |defaultForURI| parameter |
32 |
|
is removed and the |for| URI slot is |
33 |
|
fixed to |ManakaiDOM:all|. |
34 |
|
(forURI): Removed. |
35 |
|
(forMatch): The first parameter, |forArg|, no |
36 |
|
longer takes effect. |
37 |
|
|
38 |
|
* PerlCode.dis (sourceFor): Removed. |
39 |
|
(stringify): Don't output comment with |sourceFor| URI. |
40 |
|
|
41 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* DIS.dis (forMatch, readProperties): Support for the |For| |
44 |
|
property is removed. |
45 |
|
|
46 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* DIS.dis (defaultForURI): Removed. |
49 |
|
|
50 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* PerlCode.dis, DIS.dis, ManakaiNode.dis, |
53 |
|
ManakaiNodeTest.dis: |For| specifications are removed. |
54 |
|
|
55 |
|
* common.dis: New module. |
56 |
|
|
57 |
|
* DIS.dis, PerlCode.dis, ManakaiNode.dis: |Util:| resource |
58 |
|
definitions are removed (and moved to |common.dis|). |
59 |
|
|
60 |
|
* DIS.dis (ForEmpty, ForLatest): Removed. |
61 |
|
|
62 |
|
* DIS.dis: |WithFor| and |DefaultFor| are removed. |
63 |
|
|
64 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* PerlCode.dis: |WithFor| and |DefaultFor| are removed. |
67 |
|
|
68 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* DIS.dis, PerlCode.dis: References to the |ManakaiDOM:ManakaiDOM| |
71 |
|
mode are removed. |
72 |
|
|
73 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* DIS.dis (ModuleRole, ForRole, ResourceRole, |
76 |
|
DatabaseRole, ElementRole): Removed. |
77 |
|
(DISParser.new): Removed. |
78 |
|
(getFeature): Removed. |
79 |
|
(hasFeature): Removed. |
80 |
|
|
81 |
|
* Grove.dis: Removed. |
82 |
|
|
83 |
|
2006-12-29 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* PerlCode.dis (createPCFile): Removed. |
86 |
|
(createPCDocument): New method. |
87 |
|
|
88 |
|
2006-12-02 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* Makefile: |lib/Message/DOM/DOMString.pm| is added. |
91 |
|
|
92 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* Grove.dis (mg:nodeRefClass, mg:nodeRefInterfaces): Removed. |
95 |
|
|
96 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* DIS.dis (ManakaiDISImplementation): It no longer |
99 |
|
inherits |ManakaiDISImplementationValue|, |
100 |
|
|ManakaiDISImplementationPerl|, and |ManakaiSWCFGImplementation| |
101 |
|
interfaces. The class is now expected to be implemented |
102 |
|
by |DOMImplementation| objects. |
103 |
|
|
104 |
|
* PerlCode.dis (addImplementedFeature, addImplementedElementType): |
105 |
|
New methods. |
106 |
|
(PCHasFeature, PCElementType): New interfaces. |
107 |
|
(PCDocument): It no longer inherits the |ManakaiDOMDocument|; it |
108 |
|
is now expected to be implemented by |Document| |
109 |
|
objects. |
110 |
|
(PCImplementation): It no longer inherits the |ManakaiDOMImplementation|; |
111 |
|
it is now expected to be implemented by |DOMImplementation| |
112 |
|
objects. |
113 |
|
|
114 |
|
2006-11-03 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* autoload/: New directory. |
117 |
|
|
118 |
|
* DIS.dis (getPropertyResourceList): Unused |defaultMediaType| |
119 |
|
parameter is deleted. New |isaRecursivePropName| |
120 |
|
and |recursiveISAPropName| parameters are added. |
121 |
|
|
122 |
|
* PerlCode.dis (addRevISAPackageName, getRevISAPackageName): |
123 |
|
New methods. |
124 |
|
(stringify): Support for the rev-ISA packages is added. |
125 |
|
(getAutoloadDefinitionList): New method. |
126 |
|
|
127 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
129 |
|
* DIS.dis (parseString): New |for_arg| parameter is added. |
130 |
|
|
131 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* DIS.dis (readProperties): New |implementation| parameters |
134 |
|
are added. Support for the |lang:dcmodel| lexical |
135 |
|
type is added. |
136 |
|
(parseString): New method. |
137 |
|
|
138 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* Makefile (.discore-all.pm): |../DOM/TreeStore.pm| is added |
141 |
|
to the list. |
142 |
|
|
143 |
|
2006-05-28 Wakaba <wakaba@suika.fam.cx> |
144 |
|
|
145 |
|
* DIS.dis (Require): An explicit reference to the |MDOM:DOMCore| |
146 |
|
module is added. |
147 |
|
(readProperties): The support for the |DISCore:NSString| type |
148 |
|
is added. |
149 |
|
|
150 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
151 |
|
|
152 |
|
* .cvsignore: Updated. |
153 |
|
|
154 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* PerlCode.t (CDATADOMString2): New reflecting datatype. |
157 |
|
(prototype): Returns |null| if it is not specified. |
158 |
|
|
159 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* Makefile (.discore-all.pm): |CharacterData.pm| is added. |
162 |
|
|
163 |
|
2006-04-05 Wakaba <wakaba@suika.fam.cx> |
164 |
|
|
165 |
|
* Grove.dis (generateUniqueID): Don't include random number; it |
166 |
|
is unnecessary as long as only local uniquness is required. |
167 |
|
(destroy): Delete singleton. |
168 |
|
|
169 |
|
* PerlCode.dis (createPCLiteral): A variable was not set. |
170 |
|
|
171 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
172 |
|
|
173 |
|
* DIS.dis (Require): Requires the |MDOM:TreeStore| module. |
174 |
|
(getNodeFromStorage, setNodeToStorage): New methods. |
175 |
|
|
176 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
177 |
|
|
178 |
|
* PerlCode.dis (PropDef): Removed (they were not used). |
179 |
|
(appendPackage, appendCodeFragment): Removed. |
180 |
|
(PCImplementation.createPerl* factoty methods): Removed. |
181 |
|
(setSubNode, setOverloadSub): Removed. |
182 |
|
(Node setter attributes): They no longer call |adoptNode| |
183 |
|
method. |
184 |
|
(PCImplementation): Don't inherit |dx:ManakaiDefaultExceptionHandler|. |
185 |
|
(PCException): Removed. |
186 |
|
|
187 |
|
* Grove.dis (destroy): Threshold value experimentally changed. |
188 |
|
|
189 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
190 |
|
|
191 |
|
* Grove.dis (collectGarbage): The gc algorithm has |
192 |
|
been changed (a variant of mark and sweep). |
193 |
|
|
194 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
195 |
|
|
196 |
|
* Grove.dis (collectGarbage): Exit loops by |undef| from |each|. |
197 |
|
|
198 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
199 |
|
|
200 |
|
* DIS.dis (NO_PERL_CODE_IMPL_ERR): Removed. |
201 |
|
|
202 |
|
* ManakaiNode.dis (GetProp, SetProp): Removed. |
203 |
|
|
204 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
205 |
|
|
206 |
|
* Grove.dis (mg:mutations): It is changed from array |
207 |
|
reference to hash reference. |
208 |
|
|
209 |
|
* PerlCode.dis (replaceVariable): The |pc2:| namespace |
210 |
|
support. |
211 |
|
(IN_USE_NODE_ERR, BAD_CHILD_ERR): Removed. |
212 |
|
(createPCIf, createPCPackage): New methods. |
213 |
|
(createPCFile): Renamed from |createPerlFile|. Set |
214 |
|
configuration parameters. |
215 |
|
|
216 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
217 |
|
|
218 |
|
* Makefile: Update to new modules. |
219 |
|
|
220 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
221 |
|
|
222 |
|
* Grove.dis (destroy): Threshold value changed to 4096. |
223 |
|
|
224 |
|
* PerlCode.dis (PerlCode): Associated as the default |
225 |
|
class with |pc:*| and |pc2:*| element types. |
226 |
|
(currentPackage, currentChunkNumber, getNextChunkNumber): Removed. |
227 |
|
(ReflectCDATA): Reimplemented using standard |Element| |
228 |
|
methods. |
229 |
|
(sourceFile, sourceLine, currentSourceFile, currentSourceLine, |
230 |
|
skipLines): Removed. |
231 |
|
(pc:line): Removed. |
232 |
|
(stringify): Support for the |pc:line| configuration |
233 |
|
parameter is removed. |
234 |
|
|
235 |
|
* DIS.dis (isFeatureProvided): Removed. |
236 |
|
|
237 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
238 |
|
|
239 |
|
* Makefile (clean-db): New rule. |
240 |
|
|
241 |
|
* Grove.dis (onunload): New internal property. |
242 |
|
(collectGarbage): Invoke the |mg:onunload| code if available. |
243 |
|
|
244 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
245 |
|
|
246 |
|
* Grove.dis (getNodeStemProp0Node): The |$opt| option |
247 |
|
parameter is added. |
248 |
|
(mg:nodeRefInterfaces): New property. |
249 |
|
|
250 |
|
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
251 |
|
|
252 |
|
* DIS.dis (mvLocalName, mvNamespaceURI): Namespace |
253 |
|
unaware attribute name is supported. |
254 |
|
|
255 |
|
* Grove.dis (setOwnerPropRR, deleteOwnerProp, createNodeRefHashFromID): |
256 |
|
New codes. |
257 |
|
(nodeRefClass): New property (moved from the |MDOM:TreeCore| |
258 |
|
module). |
259 |
|
|
260 |
|
2006-03-24 Wakaba <wakaba@suika.fam.cx> |
261 |
|
|
262 |
|
* Grove.dis (getNodeRefPropValue, setNodeRefPropValue): New codes. |
263 |
|
|
264 |
|
2006-03-21 Wakaba <wakaba@suika.fam.cx> |
265 |
|
|
266 |
|
* Grove.dis (get++NodeStemPropValue, orSetNodeStemPropValue): New |
267 |
|
codes. |
268 |
|
|
269 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
270 |
|
|
271 |
|
* Grove.dis (createNodeRefFromID): Encloses variables by |{}|. |
272 |
|
(getNodeID, getNodeStem): New codes. |
273 |
|
(collectGarbage): A bug is fiexed. |
274 |
|
(getNodeStemPropValueRef, setNodeStemProp0Node, |
275 |
|
deleteNodeStemPropValue, nodeIDMatch): New codes. |
276 |
|
|
277 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
278 |
|
|
279 |
|
* Grove.dis (createNodeStem): Set the reference |
280 |
|
to the |mg:nodeClass| property. |
281 |
|
(createNodeRefFromID): New code. |
282 |
|
(getNodeStemPropValue, setNodeStemPropValue, getNodeStemProp0Node): |
283 |
|
New codes. |
284 |
|
|
285 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
286 |
|
|
287 |
|
* Grove.dis: New module. |
288 |
|
|
289 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
290 |
|
|
291 |
|
* DIS.dis (getMethodForType): Parameter |$resource| |
292 |
|
is changed to |$type_resource|. |
293 |
|
(getDOMConfigurationParameterName): New method. |
294 |
|
|
295 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
296 |
|
|
297 |
|
* DIS.dis (loadResource): Support for the |dis:aliasChild| |
298 |
|
property has been removed. |
299 |
|
|
300 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
301 |
|
|
302 |
|
* DIS.dis (loadResource): Sets the |srinfo| parameter |
303 |
|
of the |addTypeURI| method call. |
304 |
|
(addTypeURI): The |srinfo| parameter is added. Sets |
305 |
|
the |srinfo| parameter of the |isSubsetOfURI| and |mergeAsAlias| |
306 |
|
method calls. |
307 |
|
|
308 |
|
2006-03-11 Wakaba <wakaba@suika.fam.cx> |
309 |
|
|
310 |
|
* DIS.dis (loadResource): Don't set |isDefined| |
311 |
|
flag for aliases. |
312 |
|
|
313 |
|
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
314 |
|
|
315 |
|
* PerlCode.dis (stringify): Inserts new line after |COMMA|s |
316 |
|
in lists (hash literals and array literals --- "lists" theirselves |
317 |
|
are excluded since they are usually not so long). |
318 |
|
|
319 |
|
* DIS.dis (loadResource): Don't throw error |
320 |
|
if an alias is alreadt defined for same URI. Registers |
321 |
|
aliases from |srinfo| to the database. By these |
322 |
|
fixes aliases defined in another module from the canonical |
323 |
|
resource name's module can live even after the canonical's |
324 |
|
module is updated. |
325 |
|
|
326 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
327 |
|
|
328 |
|
* ManakaiNode.dis (destroy): Don't cause |uninitialized value |
329 |
|
as SCALAR reference| error even if the node is disposed |
330 |
|
and it no longer has tree id. |
331 |
|
|
332 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
333 |
|
|
334 |
|
* DIS.dis (mvOwnerElementResource): Allows an attribute |
335 |
|
with no owner element. |
336 |
|
|
337 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
338 |
|
|
339 |
|
* PerlCode.dis (PerlStringLiteral.stringify): If some character |
340 |
|
are escaped, the string should have been quoted by |QUOTATION MARK|. |
341 |
|
|
342 |
|
* Makefile (.discore-all.pm): The parameter for |DIS/DPG.dis| |
343 |
|
module was misplaced. |
344 |
|
(distclean): New rule. |
345 |
|
(clean): Cleans subdirectories, too. |
346 |
|
|
347 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
348 |
|
|
349 |
|
* ManakaiNodeTest.dis (Require): Missing reference |
350 |
|
to the |DISlib:Test| module is added. |
351 |
|
|
352 |
|
* Makefile: Revised for new |daf| database format. |
353 |
|
|
354 |
|
* DIS.dis (elementTypeMatch, isSubsetOfURI): The |srinfo| |
355 |
|
parameter is added. |
356 |
|
(getFor, getModule): Set reference rather than string |
357 |
|
itself to the |{for}| property. |
358 |
|
(loadResource): Passes |srinfo| parameter |
359 |
|
to |isSubsetOfURI|-calling methods. |
360 |
|
(mergeAsAlias): The |srinfo| parameter is added. |
361 |
|
|
362 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
363 |
|
|
364 |
|
* PerlCode.dis (Require): Missing reference to the |DISlib:DISMarkup| |
365 |
|
module is added. |
366 |
|
|
367 |
|
2006-02-25 Wakaba <wakaba@suika.fam.cx> |
368 |
|
|
369 |
|
* DIS.dis (lookupNamespacePrefix): Resolves prefix by |
370 |
|
namespace resolver if available. |
371 |
|
(disNamespaceResolver): New attribute. |
372 |
|
(loadModule): Sets |revision| attribute of the created module. |
373 |
|
(ownerModuleRef): Setter is added. |
374 |
|
(addTypeURI): Set |ownerModule| attribute if possible. |
375 |
|
(ManakaiDISModuleLite): The class no longer inherits |DISAnyResource| |
376 |
|
class and |ManakaiDefaultExceptionHandler| class. |
377 |
|
(mergeAsAlias): New |noEqualityCheck| parameter is added. |
378 |
|
|
379 |
|
* Makefile: New variables for |DAF| are added. |
380 |
|
|
381 |
|
2006-02-24 Wakaba <wakaba@suika.fam.cx> |
382 |
|
|
383 |
|
* DIS.dis (loadModule): Adds name URIs of |Require|d |
384 |
|
modules to the list of such modules. |
385 |
|
(DIS:forURI): New property. |
386 |
|
(getReferringModuleURIList, addReferringModuleURI): New methods. |
387 |
|
(DIS:referringModule): New property. |
388 |
|
|
389 |
|
2006-02-24 Wakaba <wakaba@suika.fam.cx> |
390 |
|
|
391 |
|
* DIS.dis (loadResource): URI registration by |addResourceList| |
392 |
|
was incorrect for aliases. |
393 |
|
(unloadResource): It did not support resources with |
394 |
|
no e.g. |{subOf}| hash. |
395 |
|
(addResourceURI): New method. |
396 |
|
(getResourceURIList): New method. |
397 |
|
|
398 |
|
2006-02-23 Wakaba <wakaba@suika.fam.cx> |
399 |
|
|
400 |
|
* DIS.dis (loadResource, loadFor, loadModule): New |srinfo| |
401 |
|
parameter is added. Restores super-resource information |
402 |
|
from |srinfo| if available. |
403 |
|
(unloadModule): New method. |
404 |
|
(getModuleResourceList): New method. |
405 |
|
(addResourceList): Adds all alias names to the list. |
406 |
|
(addForResource): New method analog to |addResourceList|. |
407 |
|
(getForResourceList): New method analog to |getResourceList|. |
408 |
|
(dx:Interface.getErrorInterfaceResource): New method |
409 |
|
implementation. |
410 |
|
|
411 |
|
2006-02-22 Wakaba <wakaba@suika.fam.cx> |
412 |
|
|
413 |
|
* PerlCode.dis (PCVariable.stringify): The |hashKey| |
414 |
|
attribute was not reflected to the stringified representation. |
415 |
|
|
416 |
|
* DIS.dis (getErrorInterfaceResource): New method. |
417 |
|
(getErrorCodeResource): New method. |
418 |
|
|
419 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
420 |
|
|
421 |
|
* DIS.dis (MUErrorHandler): Missing |For| specification is added. |
422 |
|
|
423 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
424 |
|
|
425 |
|
* DIS.dis (getMethodForType): Bug fixed. |
426 |
|
|
427 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
428 |
|
|
429 |
|
* DIS.dis (isPropertyElement): The |DISCore:resourceType| |
430 |
|
element type is now recognized as a property. In addition, |
431 |
|
element types that are a |DISSource:Property| are |
432 |
|
properties. |
433 |
|
(DIS:AnyMethod, DIS:Method, DIS:Attribute): New types. |
434 |
|
(DIS:targetType): New property. |
435 |
|
(DISModule, DISFor, DISResource, DISDatabase): These |
436 |
|
classes no longer inherits |ManakaiDISExceptionTarget|. |
437 |
|
(DISDatabase.loadResource): Reads |DISCore:resourceType| property |
438 |
|
as well as |rdf:type| property. |
439 |
|
(DISAnyResource.MUErrorHandler, DISDatabase.MUErrorHandler): New |
440 |
|
methods. |
441 |
|
(DISDatabase.domConfig): New attribute. |
442 |
|
(error-handler): New configuration parameter. |
443 |
|
(getMethodForType): New code fragment. |
444 |
|
(DIS:more-than-one-methods-for-a-type): New error. |
445 |
|
(ManakaiDISExceptionTarget): Removed. |
446 |
|
|
447 |
|
2006-02-19 Wakaba <wakaba@suika.fam.cx> |
448 |
|
|
449 |
|
* DIS.dis (composeSubsetURI): New code fragment. |
450 |
|
(getResource, getModule, getFor, loadResource): Old |rdf:type| settking |
451 |
|
code is removed. |
452 |
|
(isSubsetOfURI): Old compatibility code removed. |
453 |
|
(addTypeURI): Bugs fixed. |
454 |
|
|
455 |
|
2006-02-19 Wakaba <wakaba@suika.fam.cx> |
456 |
|
|
457 |
|
* DIS.dis (getResource, getFor, getModule): Set |DIS:typeURI| |
458 |
|
property on creation of an object. |
459 |
|
(isAnonymous): Setter is added. |
460 |
|
(isTypeURI): Redefined using |typeResource| and |isSubsetOfURI|. |
461 |
|
(getTypeURIList): New method. |
462 |
|
(typeResource): New attribute. |
463 |
|
(addTypeURI): New method. |
464 |
|
(DISModule.isAnonymous, DISFor.isAnonymous): Removed. Now |for|s |
465 |
|
and modules as well as normal resources can be anonymous. |
466 |
|
(getSuperResourceURIList): New method. |
467 |
|
|
468 |
|
2006-02-18 Wakaba <wakaba@suika.fam.cx> |
469 |
|
|
470 |
|
* DIS.dis (revision): New attribute. |
471 |
|
|
472 |
|
2006-02-09 Wakaba <wakaba@suika.fam.cx> |
473 |
|
|
474 |
|
* PerlCode.dis (PerlStringLiteral.stringify): |pc:preserve-line-break| |
475 |
|
configuration parameter support is added. |
476 |
|
(pc:preserve-line-break): New configuration option. |
477 |
|
|
478 |
|
* DIS.dis (readProperties): |DISCore:UString| lextype support added. |
479 |
|
|
480 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
481 |
|
|
482 |
|
* PerlCode.dis (PCReference.stringify): Reference operator |\| |
483 |
|
was missing. |
484 |
|
|
485 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
486 |
|
|
487 |
|
* PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements |
488 |
|
and their descendants were ignored. |
489 |
|
(getNameListAttrRM): New variant derived from |getNameListAttrR|, |
490 |
|
for |getUsePerlModuleNameList| and |getUseCharClassNameList|. |
491 |
|
(getUsePerlModuleNameList, getUseCharClassNameList): Don't |
492 |
|
include |pc:package| and their descendants to the target. |
493 |
|
(PerlFile.stringify): Outputs |use| statements |
494 |
|
for Perl modules and character classes not part of any package, |
495 |
|
if any. |
496 |
|
|
497 |
|
* DIS.dis: |lang:tdterr|'s |DVNSValue| convertion is supported. |
498 |
|
|
499 |
|
2006-02-06 Wakaba <wakaba@suika.fam.cx> |
500 |
|
|
501 |
|
* DIS.dis (loadModule): Loads a "daem" submodule file |
502 |
|
if exists. |
503 |
|
|
504 |
|
2006-01-30 Wakaba <wakaba@suika.fam.cx> |
505 |
|
|
506 |
|
* Makefile: Typo fixed. |
507 |
|
|
508 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
509 |
|
|
510 |
|
* Makefile: Updated to be consist with |../DOM/Makefile|. |
511 |
|
|
512 |
|
* DIS.dis (parse): Parameter |input|'s type is |
513 |
|
changed from |DOMLS:LSInput| to |DISPerl:HASH| to |
514 |
|
remove dependency on |MDOM:DOMLS| module. |
515 |
|
|
516 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
517 |
|
|
518 |
|
* PerlCode.dis (skipLines): Its code was incorrect. |
519 |
|
(createPCLiteral): Creates a |undef| keyword node |
520 |
|
for an |undef| value. Tests added. |
521 |
|
|
522 |
|
2006-01-25 Wakaba <wakaba@suika.fam.cx> |
523 |
|
|
524 |
|
* ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added. |
525 |
|
|
526 |
|
2006-01-24 Wakaba <wakaba@suika.fam.cx> |
527 |
|
|
528 |
|
* ManakaiNodeTest.dis: Tests added. |
529 |
|
|
530 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
531 |
|
|
532 |
|
* .cvsignore: |ManakaiNodeTest.pm| added. |
533 |
|
|
534 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
535 |
|
|
536 |
|
* ManakaiNodeTest.dis: New module. |
537 |
|
|
538 |
|
* Makefile: |ManakaiNodeTest.dis| added. |
539 |
|
|
540 |
|
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
541 |
|
|
542 |
|
* PerlCode.dis: Fixed not |getAttributeNS| to cause |
543 |
|
uninitialized value warnings. |
544 |
|
|
545 |
|
2006-01-19 Wakaba <wakaba@suika.fam.cx> |
546 |
|
|
547 |
|
* PerlCode.dis (PCPackage.stringify): Appends a string |
548 |
|
representation of non-|pc:*| element children for |
549 |
|
the stringified value. |
550 |
|
|
551 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
552 |
|
|
553 |
|
* Makefile: |../DOM/XDoctype.dis| added. |
554 |
|
|
555 |
|
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
556 |
|
|
557 |
|
* PerlCode.dis (PCReference): New interface. |
558 |
|
|
559 |
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
560 |
|
|
561 |
* PerlCode.dis (PerlSub.clearPerlName): New method. |
* PerlCode.dis (PerlSub.clearPerlName): New method. |