1 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DIS.dis (MUErrorHandler): Missing |For| specification is added. |
4 |
|
|
5 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* DIS.dis (getMethodForType): Bug fixed. |
8 |
|
|
9 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* DIS.dis (isPropertyElement): The |DISCore:resourceType| |
12 |
|
element type is now recognized as a property. In addition, |
13 |
|
element types that are a |DISSource:Property| are |
14 |
|
properties. |
15 |
|
(DIS:AnyMethod, DIS:Method, DIS:Attribute): New types. |
16 |
|
(DIS:targetType): New property. |
17 |
|
(DISModule, DISFor, DISResource, DISDatabase): These |
18 |
|
classes no longer inherits |ManakaiDISExceptionTarget|. |
19 |
|
(DISDatabase.loadResource): Reads |DISCore:resourceType| property |
20 |
|
as well as |rdf:type| property. |
21 |
|
(DISAnyResource.MUErrorHandler, DISDatabase.MUErrorHandler): New |
22 |
|
methods. |
23 |
|
(DISDatabase.domConfig): New attribute. |
24 |
|
(error-handler): New configuration parameter. |
25 |
|
(getMethodForType): New code fragment. |
26 |
|
(DIS:more-than-one-methods-for-a-type): New error. |
27 |
|
(ManakaiDISExceptionTarget): Removed. |
28 |
|
|
29 |
|
2006-02-19 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* DIS.dis (composeSubsetURI): New code fragment. |
32 |
|
(getResource, getModule, getFor, loadResource): Old |rdf:type| settking |
33 |
|
code is removed. |
34 |
|
(isSubsetOfURI): Old compatibility code removed. |
35 |
|
(addTypeURI): Bugs fixed. |
36 |
|
|
37 |
|
2006-02-19 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* DIS.dis (getResource, getFor, getModule): Set |DIS:typeURI| |
40 |
|
property on creation of an object. |
41 |
|
(isAnonymous): Setter is added. |
42 |
|
(isTypeURI): Redefined using |typeResource| and |isSubsetOfURI|. |
43 |
|
(getTypeURIList): New method. |
44 |
|
(typeResource): New attribute. |
45 |
|
(addTypeURI): New method. |
46 |
|
(DISModule.isAnonymous, DISFor.isAnonymous): Removed. Now |for|s |
47 |
|
and modules as well as normal resources can be anonymous. |
48 |
|
(getSuperResourceURIList): New method. |
49 |
|
|
50 |
|
2006-02-18 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* DIS.dis (revision): New attribute. |
53 |
|
|
54 |
|
2006-02-09 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* PerlCode.dis (PerlStringLiteral.stringify): |pc:preserve-line-break| |
57 |
|
configuration parameter support is added. |
58 |
|
(pc:preserve-line-break): New configuration option. |
59 |
|
|
60 |
|
* DIS.dis (readProperties): |DISCore:UString| lextype support added. |
61 |
|
|
62 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* PerlCode.dis (PCReference.stringify): Reference operator |\| |
65 |
|
was missing. |
66 |
|
|
67 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements |
70 |
|
and their descendants were ignored. |
71 |
|
(getNameListAttrRM): New variant derived from |getNameListAttrR|, |
72 |
|
for |getUsePerlModuleNameList| and |getUseCharClassNameList|. |
73 |
|
(getUsePerlModuleNameList, getUseCharClassNameList): Don't |
74 |
|
include |pc:package| and their descendants to the target. |
75 |
|
(PerlFile.stringify): Outputs |use| statements |
76 |
|
for Perl modules and character classes not part of any package, |
77 |
|
if any. |
78 |
|
|
79 |
|
* DIS.dis: |lang:tdterr|'s |DVNSValue| convertion is supported. |
80 |
|
|
81 |
|
2006-02-06 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* DIS.dis (loadModule): Loads a "daem" submodule file |
84 |
|
if exists. |
85 |
|
|
86 |
|
2006-01-30 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* Makefile: Typo fixed. |
89 |
|
|
90 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* Makefile: Updated to be consist with |../DOM/Makefile|. |
93 |
|
|
94 |
|
* DIS.dis (parse): Parameter |input|'s type is |
95 |
|
changed from |DOMLS:LSInput| to |DISPerl:HASH| to |
96 |
|
remove dependency on |MDOM:DOMLS| module. |
97 |
|
|
98 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* PerlCode.dis (skipLines): Its code was incorrect. |
101 |
|
(createPCLiteral): Creates a |undef| keyword node |
102 |
|
for an |undef| value. Tests added. |
103 |
|
|
104 |
2006-01-25 Wakaba <wakaba@suika.fam.cx> |
2006-01-25 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
* ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added. |
* ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added. |