1 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Error.pm (new): Sets |-stacktrace_| property if debug |
4 |
|
or verbose mode. |
5 |
|
(stringify): Appends longer trace if debug or verbose mode. |
6 |
|
($VERBOSE): New flag. |
7 |
|
|
8 |
|
* DIS.dis: Bugs on error depth fixed. |
9 |
|
|
10 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* DIS.dis (text): New attribute implementation. |
13 |
|
|
14 |
|
* ManakaiNode.dis (destroyNodeStem): New method. |
15 |
|
|
16 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* Makefile: |../DOM/Tree.dis| added. |
19 |
|
|
20 |
|
2005-11-17 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* Makefile: |Formatter/Muf2003.dis| added to file list. |
23 |
|
|
24 |
|
* DIS.dis (DISModuleLite): Typo in |ISA| property fixed. |
25 |
|
|
26 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* .cvsignore: New file. |
29 |
|
|
30 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* PerlCode.dis: A test code added. Typos in |ISA| |
33 |
|
properties fixed. |
34 |
|
(PerlSub.stringify): Generates prototype specification |
35 |
|
even if |prototype| attribute value's length is zero |
36 |
|
in case the |pc:prototype| attribute /is/ found. |
37 |
|
|
38 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* Makefile: Missing rule to make |Message/DOM/core.dae| added. |
41 |
|
|
42 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules |
45 |
|
added. |
46 |
|
|
47 |
|
* DIS.dis (DIS:): Removed (moved to |DIS/common.dis|). |
48 |
|
|
49 |
|
2005-11-13 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral): |
52 |
|
New interfaces. |
53 |
|
(createPCLiteral, appendNewPCLiteral): New methods. |
54 |
|
(PCDocument): New interface. |
55 |
|
(factory methods): Namespace URI and local name of document |
56 |
|
element arguments added to |createDocument| to obtain |
57 |
|
an instance of |PCDocument|. |
58 |
|
|
59 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* PerlCode.dis (pc:line): New configuration parameter. |
62 |
|
(stringify): Don't output "#line" directive |
63 |
|
unless "pc:line" parameter is set to "true". |
64 |
|
(pc:split-resolver): New configuration parameter. |
65 |
|
|
66 |
|
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* ManakaiNode.dis (anydata0): New property type. |
69 |
|
|
70 |
|
* PerlCode.dis (stringify): Prints node id if file name |
71 |
|
is not available. |
72 |
|
(perlLiteral): Prints as is if the value is blessed |
73 |
|
with "manakai::code" package. |
74 |
|
|
75 |
|
2005-10-13 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* PerlCode.dis (CDATADOMString): Changed to use code |
78 |
|
fragment defined in DOMCore module directly. |
79 |
|
|
80 |
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
* PerlCode.dis (ForClassCompat): Removed. |
* PerlCode.dis (ForClassCompat): Removed. |