1 |
|
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* PerlCode.dis (stringify): Inserts new line after |COMMA|s |
4 |
|
in lists (hash literals and array literals --- "lists" theirselves |
5 |
|
are excluded since they are usually not so long). |
6 |
|
|
7 |
|
* DIS.dis (loadResource): Don't throw error |
8 |
|
if an alias is alreadt defined for same URI. Registers |
9 |
|
aliases from |srinfo| to the database. By these |
10 |
|
fixes aliases defined in another module from the canonical |
11 |
|
resource name's module can live even after the canonical's |
12 |
|
module is updated. |
13 |
|
|
14 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* ManakaiNode.dis (destroy): Don't cause |uninitialized value |
17 |
|
as SCALAR reference| error even if the node is disposed |
18 |
|
and it no longer has tree id. |
19 |
|
|
20 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* DIS.dis (mvOwnerElementResource): Allows an attribute |
23 |
|
with no owner element. |
24 |
|
|
25 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* PerlCode.dis (PerlStringLiteral.stringify): If some character |
28 |
|
are escaped, the string should have been quoted by |QUOTATION MARK|. |
29 |
|
|
30 |
|
* Makefile (.discore-all.pm): The parameter for |DIS/DPG.dis| |
31 |
|
module was misplaced. |
32 |
|
(distclean): New rule. |
33 |
|
(clean): Cleans subdirectories, too. |
34 |
|
|
35 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* ManakaiNodeTest.dis (Require): Missing reference |
38 |
|
to the |DISlib:Test| module is added. |
39 |
|
|
40 |
|
* Makefile: Revised for new |daf| database format. |
41 |
|
|
42 |
|
* DIS.dis (elementTypeMatch, isSubsetOfURI): The |srinfo| |
43 |
|
parameter is added. |
44 |
|
(getFor, getModule): Set reference rather than string |
45 |
|
itself to the |{for}| property. |
46 |
|
(loadResource): Passes |srinfo| parameter |
47 |
|
to |isSubsetOfURI|-calling methods. |
48 |
|
(mergeAsAlias): The |srinfo| parameter is added. |
49 |
|
|
50 |
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
* PerlCode.dis (Require): Missing reference to the |DISlib:DISMarkup| |
* PerlCode.dis (Require): Missing reference to the |DISlib:DISMarkup| |