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