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