1 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* .cvsignore: New file. |
4 |
|
|
5 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* PerlCode.dis: A test code added. Typos in |ISA| |
8 |
|
properties fixed. |
9 |
|
(PerlSub.stringify): Generates prototype specification |
10 |
|
even if |prototype| attribute value's length is zero |
11 |
|
in case the |pc:prototype| attribute /is/ found. |
12 |
|
|
13 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* Makefile: Missing rule to make |Message/DOM/core.dae| added. |
16 |
|
|
17 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules |
20 |
|
added. |
21 |
|
|
22 |
|
* DIS.dis (DIS:): Removed (moved to |DIS/common.dis|). |
23 |
|
|
24 |
|
2005-11-13 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral): |
27 |
|
New interfaces. |
28 |
|
(createPCLiteral, appendNewPCLiteral): New methods. |
29 |
|
(PCDocument): New interface. |
30 |
|
(factory methods): Namespace URI and local name of document |
31 |
|
element arguments added to |createDocument| to obtain |
32 |
|
an instance of |PCDocument|. |
33 |
|
|
34 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* PerlCode.dis (pc:line): New configuration parameter. |
37 |
|
(stringify): Don't output "#line" directive |
38 |
|
unless "pc:line" parameter is set to "true". |
39 |
|
(pc:split-resolver): New configuration parameter. |
40 |
|
|
41 |
|
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* ManakaiNode.dis (anydata0): New property type. |
44 |
|
|
45 |
|
* PerlCode.dis (stringify): Prints node id if file name |
46 |
|
is not available. |
47 |
|
(perlLiteral): Prints as is if the value is blessed |
48 |
|
with "manakai::code" package. |
49 |
|
|
50 |
|
2005-10-13 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* PerlCode.dis (CDATADOMString): Changed to use code |
53 |
|
fragment defined in DOMCore module directly. |
54 |
|
|
55 |
|
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* PerlCode.dis (ForClassCompat): Removed. |
58 |
|
|
59 |
|
* ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference): |
60 |
|
Removed. |
61 |
|
(newNode): New method. |
62 |
|
(generateUniqueID): Algorithm has changed to save random |
63 |
|
string generation time. |
64 |
|
|
65 |
|
* DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth". |
66 |
|
|
67 |
|
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based |
70 |
|
on DOMCore and element type definitions added. |
71 |
|
(localName): Renamed to "pcLocalName" to avoid |
72 |
|
conflict with "Node.localName" attribute. |
73 |
|
|
74 |
|
2005-10-10 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* DIS.dis (Require): Unused reference to "PerlCode.dis" removed. |
77 |
|
|
78 |
|
* Makefile: Rules to make "PerlCode.pm" separated |
79 |
|
from ones for "DIS.pm". |
80 |
|
|
81 |
|
* ManakaiNode.dis (mn:unsetXRefNode): "$referent" |
82 |
|
parameter is replaced with "$referrer->{$propName}". |
83 |
|
|
84 |
|
* PerlCode.dis (Require): References "DOMCore.dis". |
85 |
|
(DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest". |
86 |
|
(Util: for ManakaiDOM:ManakaiDOM): New. |
87 |
|
|
88 |
|
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* ManakaiNode.dis: New "mn:xrefnode0" property type has |
91 |
|
been introduced and methods are fixed to support it. |
92 |
|
(mn:setXRefNode, mn:unsetXRefNode): New codes. |
93 |
|
|
94 |
|
* DIS.dis (loadResource): Skips a root resource definition |
95 |
|
if it is an alias and it has "dis:Name" attribute and |
96 |
|
referenced canonical definition is already read. (Note |
97 |
|
that similar case that the resource definition has "dis:QName" |
98 |
|
attribute is already fixed in the same way.) |
99 |
|
|
100 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* DIS.dis (readProperties): Recognizes hexdecimal |
103 |
|
in "DISCore:Integer" (prefixed by "0x"). |
104 |
|
|
105 |
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
* PerlCode.dis (getExceptionInterfacePackageNameList, |
* PerlCode.dis (getExceptionInterfacePackageNameList, |