| 1 |
|
2005-12-14 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New |
| 4 |
|
interfaces and element types. |
| 5 |
|
(getChildElementByType): New code. |
| 6 |
|
(PCFunctionCall): New interface and element type. |
| 7 |
|
|
| 8 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
| 9 |
|
|
| 10 |
|
* DIS.dis (stringify): Returns |DIS:uri| error parameter if available. |
| 11 |
|
|
| 12 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
| 13 |
|
|
| 14 |
|
* Error.pm (new): Sets |-stacktrace_| property if debug |
| 15 |
|
or verbose mode. |
| 16 |
|
(stringify): Appends longer trace if debug or verbose mode. |
| 17 |
|
($VERBOSE): New flag. |
| 18 |
|
|
| 19 |
|
* DIS.dis: Bugs on error depth fixed. |
| 20 |
|
|
| 21 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
| 22 |
|
|
| 23 |
|
* DIS.dis (text): New attribute implementation. |
| 24 |
|
|
| 25 |
|
* ManakaiNode.dis (destroyNodeStem): New method. |
| 26 |
|
|
| 27 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
| 28 |
|
|
| 29 |
|
* Makefile: |../DOM/Tree.dis| added. |
| 30 |
|
|
| 31 |
|
2005-11-17 Wakaba <wakaba@suika.fam.cx> |
| 32 |
|
|
| 33 |
|
* Makefile: |Formatter/Muf2003.dis| added to file list. |
| 34 |
|
|
| 35 |
|
* DIS.dis (DISModuleLite): Typo in |ISA| property fixed. |
| 36 |
|
|
| 37 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
| 38 |
|
|
| 39 |
|
* .cvsignore: New file. |
| 40 |
|
|
| 41 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
| 42 |
|
|
| 43 |
|
* PerlCode.dis: A test code added. Typos in |ISA| |
| 44 |
|
properties fixed. |
| 45 |
|
(PerlSub.stringify): Generates prototype specification |
| 46 |
|
even if |prototype| attribute value's length is zero |
| 47 |
|
in case the |pc:prototype| attribute /is/ found. |
| 48 |
|
|
| 49 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
| 50 |
|
|
| 51 |
|
* Makefile: Missing rule to make |Message/DOM/core.dae| added. |
| 52 |
|
|
| 53 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
| 54 |
|
|
| 55 |
|
* Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules |
| 56 |
|
added. |
| 57 |
|
|
| 58 |
|
* DIS.dis (DIS:): Removed (moved to |DIS/common.dis|). |
| 59 |
|
|
| 60 |
|
2005-11-13 Wakaba <wakaba@suika.fam.cx> |
| 61 |
|
|
| 62 |
|
* PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral): |
| 63 |
|
New interfaces. |
| 64 |
|
(createPCLiteral, appendNewPCLiteral): New methods. |
| 65 |
|
(PCDocument): New interface. |
| 66 |
|
(factory methods): Namespace URI and local name of document |
| 67 |
|
element arguments added to |createDocument| to obtain |
| 68 |
|
an instance of |PCDocument|. |
| 69 |
|
|
| 70 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
| 71 |
|
|
| 72 |
|
* PerlCode.dis (pc:line): New configuration parameter. |
| 73 |
|
(stringify): Don't output "#line" directive |
| 74 |
|
unless "pc:line" parameter is set to "true". |
| 75 |
|
(pc:split-resolver): New configuration parameter. |
| 76 |
|
|
| 77 |
|
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
| 78 |
|
|
| 79 |
|
* ManakaiNode.dis (anydata0): New property type. |
| 80 |
|
|
| 81 |
|
* PerlCode.dis (stringify): Prints node id if file name |
| 82 |
|
is not available. |
| 83 |
|
(perlLiteral): Prints as is if the value is blessed |
| 84 |
|
with "manakai::code" package. |
| 85 |
|
|
| 86 |
|
2005-10-13 Wakaba <wakaba@suika.fam.cx> |
| 87 |
|
|
| 88 |
|
* PerlCode.dis (CDATADOMString): Changed to use code |
| 89 |
|
fragment defined in DOMCore module directly. |
| 90 |
|
|
| 91 |
|
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
| 92 |
|
|
| 93 |
|
* PerlCode.dis (ForClassCompat): Removed. |
| 94 |
|
|
| 95 |
|
* ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference): |
| 96 |
|
Removed. |
| 97 |
|
(newNode): New method. |
| 98 |
|
(generateUniqueID): Algorithm has changed to save random |
| 99 |
|
string generation time. |
| 100 |
|
|
| 101 |
|
* DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth". |
| 102 |
|
|
| 103 |
|
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
| 104 |
|
|
| 105 |
|
* PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based |
| 106 |
|
on DOMCore and element type definitions added. |
| 107 |
|
(localName): Renamed to "pcLocalName" to avoid |
| 108 |
|
conflict with "Node.localName" attribute. |
| 109 |
|
|
| 110 |
|
2005-10-10 Wakaba <wakaba@suika.fam.cx> |
| 111 |
|
|
| 112 |
|
* DIS.dis (Require): Unused reference to "PerlCode.dis" removed. |
| 113 |
|
|
| 114 |
|
* Makefile: Rules to make "PerlCode.pm" separated |
| 115 |
|
from ones for "DIS.pm". |
| 116 |
|
|
| 117 |
|
* ManakaiNode.dis (mn:unsetXRefNode): "$referent" |
| 118 |
|
parameter is replaced with "$referrer->{$propName}". |
| 119 |
|
|
| 120 |
|
* PerlCode.dis (Require): References "DOMCore.dis". |
| 121 |
|
(DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest". |
| 122 |
|
(Util: for ManakaiDOM:ManakaiDOM): New. |
| 123 |
|
|
| 124 |
|
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
| 125 |
|
|
| 126 |
|
* ManakaiNode.dis: New "mn:xrefnode0" property type has |
| 127 |
|
been introduced and methods are fixed to support it. |
| 128 |
|
(mn:setXRefNode, mn:unsetXRefNode): New codes. |
| 129 |
|
|
| 130 |
|
* DIS.dis (loadResource): Skips a root resource definition |
| 131 |
|
if it is an alias and it has "dis:Name" attribute and |
| 132 |
|
referenced canonical definition is already read. (Note |
| 133 |
|
that similar case that the resource definition has "dis:QName" |
| 134 |
|
attribute is already fixed in the same way.) |
| 135 |
|
|
| 136 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
| 137 |
|
|
| 138 |
|
* DIS.dis (readProperties): Recognizes hexdecimal |
| 139 |
|
in "DISCore:Integer" (prefixed by "0x"). |
| 140 |
|
|
| 141 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
| 142 |
|
|
| 143 |
|
* PerlCode.dis (getExceptionInterfacePackageNameList, |
| 144 |
|
addExceptionInterfacePackageName): New methods. |
| 145 |
|
(ToString): Sorts hash keys where they result in |
| 146 |
|
the order of statements in result code. |
| 147 |
|
|
| 148 |
|
* Error.pm ($DEBUG): New option variable. |
| 149 |
|
(___get_error_def): Calls "___error_def" method in second or later "@ISA" |
| 150 |
|
package even if elder package has "___error_def" method. |
| 151 |
|
|
| 152 |
|
* DIS.dis: Now constant values are only defined |
| 153 |
|
in interfaces. |
| 154 |
|
(DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode. |
| 155 |
|
|
| 156 |
|
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
| 157 |
|
|
| 158 |
|
* DIS.dis (getAnyResourceURIList, getModuleURIList): New methods. |
| 159 |
|
|
| 160 |
|
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
| 161 |
|
|
| 162 |
|
* DIS.dis (getAnyResource): New method. |
| 163 |
|
(isTypeURI): Now it is a method of "DIS:DISAnyResource" interface. |
| 164 |
|
(getPropertyResource, getPropertyResourceList): Now |
| 165 |
|
they uses "getAnyResource" method. |
| 166 |
|
(getPropertyModuleList): Removed. |
| 167 |
|
|
| 168 |
|
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
| 169 |
|
|
| 170 |
|
* DIS.dis (readProperties): Saves property name to values. |
| 171 |
|
(getPropertyModuleList): New method. |
| 172 |
|
|
| 173 |
|
2005-09-29 Wakaba <wakaba@suika.fam.cx> |
| 174 |
|
|
| 175 |
|
* DIS.dis: Shares local name, namespace URI and for URI |
| 176 |
|
if possible. |
| 177 |
|
|
| 178 |
|
* PerlCode.dis (stringify): Sorts "require" statements by module |
| 179 |
|
name. |
| 180 |
|
|
| 181 |
|
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
| 182 |
|
|
| 183 |
|
* PerlCode.dis (perlLiteral): Sorts output by hash key. |
| 184 |
|
|
| 185 |
|
* ManakaiNode.dis (new): Sets "mn:groveReferenceCounter" |
| 186 |
|
property. |
| 187 |
|
(getNewReference): Increments "mn:groveReferenceCounter" |
| 188 |
|
property. |
| 189 |
|
(ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't |
| 190 |
|
check "defined" to allow "undef" value in "while" condition. |
| 191 |
|
(mn:isGroveReferenced): New code. |
| 192 |
|
(changeTreeID): New "groveRC" parameter added. |
| 193 |
|
(importTree, changeTreeID): Updates "mn:groveReferenceCounter" |
| 194 |
|
properties. |
| 195 |
|
(destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred". |
| 196 |
|
(mn:groveReferenceCounter): New property. |
| 197 |
|
|
| 198 |
|
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
| 199 |
|
|
| 200 |
|
* DIS.dis: Use "tag:" URI for internal URIs. |
| 201 |
|
|
| 202 |
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
| 203 |
|
|
| 204 |
* ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*" |
* ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*" |
| 246 |
* Makefile (DAC_SUFFIX): Changed to ".dae". |
* Makefile (DAC_SUFFIX): Changed to ".dae". |
| 247 |
(DAEM_SUFFIX): New. |
(DAEM_SUFFIX): New. |
| 248 |
|
|
| 249 |
|
|
| 250 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
| 251 |
|
|
| 252 |
* ManakaiNode.dis (NodeStem): Property value "mn:treeID" |
* ManakaiNode.dis: Use "disPerl:H" instead |
| 253 |
has changed to scalar reference. |
of "disPerl:Q" for hash keys. |
| 254 |
|
(NodeStem): Property value "mn:treeID" |
| 255 |
|
has changed to scalar reference. |
| 256 |
|
|
| 257 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
| 258 |
|
|