1 |
|
2006-02-19 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DIS.dis (getResource, getFor, getModule): Set |DIS:typeURI| |
4 |
|
property on creation of an object. |
5 |
|
(isAnonymous): Setter is added. |
6 |
|
(isTypeURI): Redefined using |typeResource| and |isSubsetOfURI|. |
7 |
|
(getTypeURIList): New method. |
8 |
|
(typeResource): New attribute. |
9 |
|
(addTypeURI): New method. |
10 |
|
(DISModule.isAnonymous, DISFor.isAnonymous): Removed. Now |for|s |
11 |
|
and modules as well as normal resources can be anonymous. |
12 |
|
(getSuperResourceURIList): New method. |
13 |
|
|
14 |
|
2006-02-18 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* DIS.dis (revision): New attribute. |
17 |
|
|
18 |
|
2006-02-09 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* PerlCode.dis (PerlStringLiteral.stringify): |pc:preserve-line-break| |
21 |
|
configuration parameter support is added. |
22 |
|
(pc:preserve-line-break): New configuration option. |
23 |
|
|
24 |
|
* DIS.dis (readProperties): |DISCore:UString| lextype support added. |
25 |
|
|
26 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* PerlCode.dis (PCReference.stringify): Reference operator |\| |
29 |
|
was missing. |
30 |
|
|
31 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements |
34 |
|
and their descendants were ignored. |
35 |
|
(getNameListAttrRM): New variant derived from |getNameListAttrR|, |
36 |
|
for |getUsePerlModuleNameList| and |getUseCharClassNameList|. |
37 |
|
(getUsePerlModuleNameList, getUseCharClassNameList): Don't |
38 |
|
include |pc:package| and their descendants to the target. |
39 |
|
(PerlFile.stringify): Outputs |use| statements |
40 |
|
for Perl modules and character classes not part of any package, |
41 |
|
if any. |
42 |
|
|
43 |
|
* DIS.dis: |lang:tdterr|'s |DVNSValue| convertion is supported. |
44 |
|
|
45 |
|
2006-02-06 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* DIS.dis (loadModule): Loads a "daem" submodule file |
48 |
|
if exists. |
49 |
|
|
50 |
|
2006-01-30 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* Makefile: Typo fixed. |
53 |
|
|
54 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* Makefile: Updated to be consist with |../DOM/Makefile|. |
57 |
|
|
58 |
|
* DIS.dis (parse): Parameter |input|'s type is |
59 |
|
changed from |DOMLS:LSInput| to |DISPerl:HASH| to |
60 |
|
remove dependency on |MDOM:DOMLS| module. |
61 |
|
|
62 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* PerlCode.dis (skipLines): Its code was incorrect. |
65 |
|
(createPCLiteral): Creates a |undef| keyword node |
66 |
|
for an |undef| value. Tests added. |
67 |
|
|
68 |
|
2006-01-25 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added. |
71 |
|
|
72 |
|
2006-01-24 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* ManakaiNodeTest.dis: Tests added. |
75 |
|
|
76 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* .cvsignore: |ManakaiNodeTest.pm| added. |
79 |
|
|
80 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* ManakaiNodeTest.dis: New module. |
83 |
|
|
84 |
|
* Makefile: |ManakaiNodeTest.dis| added. |
85 |
|
|
86 |
|
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* PerlCode.dis: Fixed not |getAttributeNS| to cause |
89 |
|
uninitialized value warnings. |
90 |
|
|
91 |
|
2006-01-19 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* PerlCode.dis (PCPackage.stringify): Appends a string |
94 |
|
representation of non-|pc:*| element children for |
95 |
|
the stringified value. |
96 |
|
|
97 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* Makefile: |../DOM/XDoctype.dis| added. |
100 |
|
|
101 |
|
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* PerlCode.dis (PCReference): New interface. |
104 |
|
|
105 |
|
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* PerlCode.dis (PerlSub.clearPerlName): New method. |
108 |
|
(PCDocument.createPCLiteral): Adopts |PerlCode| node |
109 |
|
if it is a foreign one. |
110 |
|
|
111 |
|
* DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS| |
112 |
|
character is replaced to |UNDERLINE| character. |
113 |
|
|
114 |
|
2005-12-21 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* Makefile: |dpg.dae| rule merged into |discore.dae| rule. |
117 |
|
|
118 |
|
2005-12-20 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* DIS.dis: DPG format support added. |
121 |
|
|
122 |
|
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
|
* PerlCode.dis (PCDocument.createPerlSub): New method. |
125 |
|
|
126 |
|
* Makefile: Rules to make |DIS/DPG.pm| added. |
127 |
|
|
128 |
|
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* PerlCode.dis (PCExpression.stringify): More operators supported. |
131 |
|
(PCDocument.createPCStatement): New method. |
132 |
|
|
133 |
|
2005-12-17 Wakaba <wakaba@suika.fam.cx> |
134 |
|
|
135 |
|
* PerlCode.dis (PCWhen): New interface. |
136 |
|
|
137 |
|
2005-12-16 Wakaba <wakaba@suika.fam.cx> |
138 |
|
|
139 |
|
* PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces. |
140 |
|
(arrayRefLiteral, hashRefLiteral): Typos in element type names fixed. |
141 |
|
(PCExpression.stringify): Outputs children other than expression. |
142 |
|
Inserts space before and after operators if desired. |
143 |
|
|
144 |
|
2005-12-15 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
146 |
|
* PerlCode.dis (PCCondition, PCBlock): New interface. |
147 |
|
(ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to |
148 |
|
distingulish new |ManakaiPCBlock| class implementing new |PCBlock| |
149 |
|
interface. |
150 |
|
|
151 |
|
2005-12-14 Wakaba <wakaba@suika.fam.cx> |
152 |
|
|
153 |
|
* PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New |
154 |
|
interfaces and element types. |
155 |
|
(getChildElementByType): New code. |
156 |
|
(PCFunctionCall): New interface and element type. |
157 |
|
|
158 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
159 |
|
|
160 |
|
* DIS.dis (stringify): Returns |DIS:uri| error parameter if available. |
161 |
|
|
162 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
163 |
|
|
164 |
|
* Error.pm (new): Sets |-stacktrace_| property if debug |
165 |
|
or verbose mode. |
166 |
|
(stringify): Appends longer trace if debug or verbose mode. |
167 |
|
($VERBOSE): New flag. |
168 |
|
|
169 |
|
* DIS.dis: Bugs on error depth fixed. |
170 |
|
|
171 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
172 |
|
|
173 |
|
* DIS.dis (text): New attribute implementation. |
174 |
|
|
175 |
|
* ManakaiNode.dis (destroyNodeStem): New method. |
176 |
|
|
177 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
178 |
|
|
179 |
|
* Makefile: |../DOM/Tree.dis| added. |
180 |
|
|
181 |
|
2005-11-17 Wakaba <wakaba@suika.fam.cx> |
182 |
|
|
183 |
|
* Makefile: |Formatter/Muf2003.dis| added to file list. |
184 |
|
|
185 |
|
* DIS.dis (DISModuleLite): Typo in |ISA| property fixed. |
186 |
|
|
187 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
188 |
|
|
189 |
|
* .cvsignore: New file. |
190 |
|
|
191 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
192 |
|
|
193 |
|
* PerlCode.dis: A test code added. Typos in |ISA| |
194 |
|
properties fixed. |
195 |
|
(PerlSub.stringify): Generates prototype specification |
196 |
|
even if |prototype| attribute value's length is zero |
197 |
|
in case the |pc:prototype| attribute /is/ found. |
198 |
|
|
199 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
200 |
|
|
201 |
|
* Makefile: Missing rule to make |Message/DOM/core.dae| added. |
202 |
|
|
203 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
204 |
|
|
205 |
|
* Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules |
206 |
|
added. |
207 |
|
|
208 |
|
* DIS.dis (DIS:): Removed (moved to |DIS/common.dis|). |
209 |
|
|
210 |
|
2005-11-13 Wakaba <wakaba@suika.fam.cx> |
211 |
|
|
212 |
|
* PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral): |
213 |
|
New interfaces. |
214 |
|
(createPCLiteral, appendNewPCLiteral): New methods. |
215 |
|
(PCDocument): New interface. |
216 |
|
(factory methods): Namespace URI and local name of document |
217 |
|
element arguments added to |createDocument| to obtain |
218 |
|
an instance of |PCDocument|. |
219 |
|
|
220 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
221 |
|
|
222 |
|
* PerlCode.dis (pc:line): New configuration parameter. |
223 |
|
(stringify): Don't output "#line" directive |
224 |
|
unless "pc:line" parameter is set to "true". |
225 |
|
(pc:split-resolver): New configuration parameter. |
226 |
|
|
227 |
|
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
228 |
|
|
229 |
|
* ManakaiNode.dis (anydata0): New property type. |
230 |
|
|
231 |
|
* PerlCode.dis (stringify): Prints node id if file name |
232 |
|
is not available. |
233 |
|
(perlLiteral): Prints as is if the value is blessed |
234 |
|
with "manakai::code" package. |
235 |
|
|
236 |
|
2005-10-13 Wakaba <wakaba@suika.fam.cx> |
237 |
|
|
238 |
|
* PerlCode.dis (CDATADOMString): Changed to use code |
239 |
|
fragment defined in DOMCore module directly. |
240 |
|
|
241 |
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
242 |
|
|
243 |
* PerlCode.dis (ForClassCompat): Removed. |
* PerlCode.dis (ForClassCompat): Removed. |