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