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