1 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ManakaiNode.dis (destroy): Don't cause |uninitialized value |
4 |
|
as SCALAR reference| error even if the node is disposed |
5 |
|
and it no longer has tree id. |
6 |
|
|
7 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* DIS.dis (mvOwnerElementResource): Allows an attribute |
10 |
|
with no owner element. |
11 |
|
|
12 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* PerlCode.dis (PerlStringLiteral.stringify): If some character |
15 |
|
are escaped, the string should have been quoted by |QUOTATION MARK|. |
16 |
|
|
17 |
|
* Makefile (.discore-all.pm): The parameter for |DIS/DPG.dis| |
18 |
|
module was misplaced. |
19 |
|
(distclean): New rule. |
20 |
|
(clean): Cleans subdirectories, too. |
21 |
|
|
22 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* ManakaiNodeTest.dis (Require): Missing reference |
25 |
|
to the |DISlib:Test| module is added. |
26 |
|
|
27 |
|
* Makefile: Revised for new |daf| database format. |
28 |
|
|
29 |
|
* DIS.dis (elementTypeMatch, isSubsetOfURI): The |srinfo| |
30 |
|
parameter is added. |
31 |
|
(getFor, getModule): Set reference rather than string |
32 |
|
itself to the |{for}| property. |
33 |
|
(loadResource): Passes |srinfo| parameter |
34 |
|
to |isSubsetOfURI|-calling methods. |
35 |
|
(mergeAsAlias): The |srinfo| parameter is added. |
36 |
|
|
37 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* PerlCode.dis (Require): Missing reference to the |DISlib:DISMarkup| |
40 |
|
module is added. |
41 |
|
|
42 |
|
2006-02-25 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* DIS.dis (lookupNamespacePrefix): Resolves prefix by |
45 |
|
namespace resolver if available. |
46 |
|
(disNamespaceResolver): New attribute. |
47 |
|
(loadModule): Sets |revision| attribute of the created module. |
48 |
|
(ownerModuleRef): Setter is added. |
49 |
|
(addTypeURI): Set |ownerModule| attribute if possible. |
50 |
|
(ManakaiDISModuleLite): The class no longer inherits |DISAnyResource| |
51 |
|
class and |ManakaiDefaultExceptionHandler| class. |
52 |
|
(mergeAsAlias): New |noEqualityCheck| parameter is added. |
53 |
|
|
54 |
|
* Makefile: New variables for |DAF| are added. |
55 |
|
|
56 |
|
2006-02-24 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* DIS.dis (loadModule): Adds name URIs of |Require|d |
59 |
|
modules to the list of such modules. |
60 |
|
(DIS:forURI): New property. |
61 |
|
(getReferringModuleURIList, addReferringModuleURI): New methods. |
62 |
|
(DIS:referringModule): New property. |
63 |
|
|
64 |
|
2006-02-24 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* DIS.dis (loadResource): URI registration by |addResourceList| |
67 |
|
was incorrect for aliases. |
68 |
|
(unloadResource): It did not support resources with |
69 |
|
no e.g. |{subOf}| hash. |
70 |
|
(addResourceURI): New method. |
71 |
|
(getResourceURIList): New method. |
72 |
|
|
73 |
2006-02-23 Wakaba <wakaba@suika.fam.cx> |
2006-02-23 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
* DIS.dis (loadResource, loadFor, loadModule): New |srinfo| |
* DIS.dis (loadResource, loadFor, loadModule): New |srinfo| |