| 1 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* DIS.dis (stringify): Returns |DIS:uri| error parameter if available. |
| 4 |
|
|
| 5 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
| 6 |
|
|
| 7 |
|
* Error.pm (new): Sets |-stacktrace_| property if debug |
| 8 |
|
or verbose mode. |
| 9 |
|
(stringify): Appends longer trace if debug or verbose mode. |
| 10 |
|
($VERBOSE): New flag. |
| 11 |
|
|
| 12 |
|
* DIS.dis: Bugs on error depth fixed. |
| 13 |
|
|
| 14 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
| 15 |
|
|
| 16 |
|
* DIS.dis (text): New attribute implementation. |
| 17 |
|
|
| 18 |
|
* ManakaiNode.dis (destroyNodeStem): New method. |
| 19 |
|
|
| 20 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
| 21 |
|
|
| 22 |
|
* Makefile: |../DOM/Tree.dis| added. |
| 23 |
|
|
| 24 |
|
2005-11-17 Wakaba <wakaba@suika.fam.cx> |
| 25 |
|
|
| 26 |
|
* Makefile: |Formatter/Muf2003.dis| added to file list. |
| 27 |
|
|
| 28 |
|
* DIS.dis (DISModuleLite): Typo in |ISA| property fixed. |
| 29 |
|
|
| 30 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
| 31 |
|
|
| 32 |
|
* .cvsignore: New file. |
| 33 |
|
|
| 34 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
| 35 |
|
|
| 36 |
|
* PerlCode.dis: A test code added. Typos in |ISA| |
| 37 |
|
properties fixed. |
| 38 |
|
(PerlSub.stringify): Generates prototype specification |
| 39 |
|
even if |prototype| attribute value's length is zero |
| 40 |
|
in case the |pc:prototype| attribute /is/ found. |
| 41 |
|
|
| 42 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
| 43 |
|
|
| 44 |
|
* Makefile: Missing rule to make |Message/DOM/core.dae| added. |
| 45 |
|
|
| 46 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
| 47 |
|
|
| 48 |
|
* Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules |
| 49 |
|
added. |
| 50 |
|
|
| 51 |
|
* DIS.dis (DIS:): Removed (moved to |DIS/common.dis|). |
| 52 |
|
|
| 53 |
|
2005-11-13 Wakaba <wakaba@suika.fam.cx> |
| 54 |
|
|
| 55 |
|
* PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral): |
| 56 |
|
New interfaces. |
| 57 |
|
(createPCLiteral, appendNewPCLiteral): New methods. |
| 58 |
|
(PCDocument): New interface. |
| 59 |
|
(factory methods): Namespace URI and local name of document |
| 60 |
|
element arguments added to |createDocument| to obtain |
| 61 |
|
an instance of |PCDocument|. |
| 62 |
|
|
| 63 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
| 64 |
|
|
| 65 |
|
* PerlCode.dis (pc:line): New configuration parameter. |
| 66 |
|
(stringify): Don't output "#line" directive |
| 67 |
|
unless "pc:line" parameter is set to "true". |
| 68 |
|
(pc:split-resolver): New configuration parameter. |
| 69 |
|
|
| 70 |
|
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
| 71 |
|
|
| 72 |
|
* ManakaiNode.dis (anydata0): New property type. |
| 73 |
|
|
| 74 |
|
* PerlCode.dis (stringify): Prints node id if file name |
| 75 |
|
is not available. |
| 76 |
|
(perlLiteral): Prints as is if the value is blessed |
| 77 |
|
with "manakai::code" package. |
| 78 |
|
|
| 79 |
|
2005-10-13 Wakaba <wakaba@suika.fam.cx> |
| 80 |
|
|
| 81 |
|
* PerlCode.dis (CDATADOMString): Changed to use code |
| 82 |
|
fragment defined in DOMCore module directly. |
| 83 |
|
|
| 84 |
|
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
| 85 |
|
|
| 86 |
|
* PerlCode.dis (ForClassCompat): Removed. |
| 87 |
|
|
| 88 |
|
* ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference): |
| 89 |
|
Removed. |
| 90 |
|
(newNode): New method. |
| 91 |
|
(generateUniqueID): Algorithm has changed to save random |
| 92 |
|
string generation time. |
| 93 |
|
|
| 94 |
|
* DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth". |
| 95 |
|
|
| 96 |
|
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
| 97 |
|
|
| 98 |
|
* PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based |
| 99 |
|
on DOMCore and element type definitions added. |
| 100 |
|
(localName): Renamed to "pcLocalName" to avoid |
| 101 |
|
conflict with "Node.localName" attribute. |
| 102 |
|
|
| 103 |
|
2005-10-10 Wakaba <wakaba@suika.fam.cx> |
| 104 |
|
|
| 105 |
|
* DIS.dis (Require): Unused reference to "PerlCode.dis" removed. |
| 106 |
|
|
| 107 |
|
* Makefile: Rules to make "PerlCode.pm" separated |
| 108 |
|
from ones for "DIS.pm". |
| 109 |
|
|
| 110 |
|
* ManakaiNode.dis (mn:unsetXRefNode): "$referent" |
| 111 |
|
parameter is replaced with "$referrer->{$propName}". |
| 112 |
|
|
| 113 |
|
* PerlCode.dis (Require): References "DOMCore.dis". |
| 114 |
|
(DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest". |
| 115 |
|
(Util: for ManakaiDOM:ManakaiDOM): New. |
| 116 |
|
|
| 117 |
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
| 118 |
|
|
| 119 |
* ManakaiNode.dis: New "mn:xrefnode0" property type has |
* ManakaiNode.dis: New "mn:xrefnode0" property type has |