1 |
wakaba |
1.11 |
2004-09-17 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
|
3 |
|
|
* DOMMain.dis: 'SpecLevel' attribute added. |
4 |
|
|
|
5 |
|
|
* idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'. |
6 |
|
|
|
7 |
|
|
* dis2pm.pl (get_level_description): Attribute name to see is |
8 |
|
|
changed from 'Level' to 'SpecLevel' |
9 |
|
|
(const2perl): Don't hardlink constant not to be warned |
10 |
|
|
by perl -w. |
11 |
|
|
(ops2perl): Declare subroutine 'DESTROY' not to be warned by |
12 |
|
|
perl -w. |
13 |
|
|
|
14 |
|
|
* ManakaiDOM.dis (newReference): New parameter 'class' introduced. |
15 |
|
|
|
16 |
|
|
* dis2pm.pl (perl_builtin_code:<ManakaiDOM:ManakaiDOMNamespaceURI>): |
17 |
|
|
Separeted from "DOMString". |
18 |
|
|
(if2perl, attr2perl): Don't cast to DOMString. |
19 |
|
|
|
20 |
wakaba |
1.10 |
2004-09-15 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
|
22 |
|
|
* dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented. |
23 |
|
|
(perl_if): Don't indent if preprocessing direction found. |
24 |
|
|
(perl_code_source): Add \n before the #line directive. |
25 |
|
|
|
26 |
|
|
2004-09-14 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
|
28 |
|
|
* dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support |
29 |
|
|
attribute. |
30 |
|
|
(perl_code): __SUPER{name}__ syntax implemented. |
31 |
|
|
|
32 |
wakaba |
1.9 |
2004-09-13 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
|
34 |
|
|
* dis2pm.pl (dis2perl): New. |
35 |
|
|
|
36 |
|
|
2004-09-12 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
|
38 |
|
|
* dis2pm.pl (get_warning_perl_code): New. |
39 |
|
|
|
40 |
wakaba |
1.8 |
2004-09-10 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
|
42 |
|
|
* ManakaiDOM.dis (MDOM_NS_EMPTY_URI): New Exception type. |
43 |
|
|
(ManakaiDOMNamespaceURI): New DataType. |
44 |
|
|
|
45 |
|
|
* DOMCore.dis: Most part of DOMImplementation interface is |
46 |
|
|
implemented. |
47 |
|
|
|
48 |
|
|
* dis2pm.pl (method2perl): Description for returned value |
49 |
|
|
is changed to be grouped. |
50 |
|
|
(get_value_literal): Don't quote "null" even if it is a DOMString. |
51 |
|
|
(perl_exception): Don't output terminating semicolon. |
52 |
|
|
(perl_builtin_code): ManakaiDOM:ManakaiDOMNamespaceURI is |
53 |
|
|
supported. |
54 |
|
|
|
55 |
wakaba |
1.7 |
2004-09-09 Wakaba <wakaba@suika.fam.cx> |
56 |
wakaba |
1.8 |
|
57 |
|
|
* dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception' |
58 |
|
|
implemented. |
59 |
wakaba |
1.7 |
|
60 |
|
|
* idl2dis.pl (type): Don't output Require element for |
61 |
|
|
DOMMain module (now it is implicitly required by default). |
62 |
|
|
|
63 |
wakaba |
1.6 |
2004-09-01 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
|
65 |
|
|
* idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'. |
66 |
|
|
|
67 |
wakaba |
1.5 |
2004-08-31 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
|
69 |
|
|
* dis2pm.pl (const2perl, constgroup2perl): New. |
70 |
|
|
|
71 |
|
|
* idl2dis.pl (idlna): New. |
72 |
|
|
|
73 |
wakaba |
1.4 |
2004-08-30 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
|
75 |
|
|
* dis2pm.pl: Versioned implementation of "IF" supported (see |
76 |
|
|
also Manakai Development Memo : 2004-08-29 |
77 |
|
|
<http://suika.fam.cx/~wakaba/-temp/wiki/wiki?manakai%2F%2F%A5%E1%A5%E2%2F%2F2004-08-29>). |
78 |
|
|
|
79 |
|
|
* idl2dis.pl (register_required_module): ISA is now |
80 |
|
|
converted to elements, not a list attribute. |
81 |
|
|
|
82 |
wakaba |
1.2 |
2004-08-22 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
|
84 |
wakaba |
1.3 |
* idl2dis.pl (register_required_module): Top-level element type |
85 |
|
|
name "Type" and "TypeAlias" changed to "DataType" and |
86 |
|
|
"DataTypeAlias". |
87 |
|
|
|
88 |
wakaba |
1.2 |
* dis2pm.pl (perl_code_source): New function. |
89 |
|
|
|
90 |
wakaba |
1.1 |
2004-08-21 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
|
92 |
|
|
* ChangeLog: New file. |
93 |
|
|
|
94 |
|
|
* Makefile, DOMMain.dis, DOMCore.dis, DOMXML.dis, dis2pm.pl, idl2dis.pl: |
95 |
|
|
New files (Moved from ../Markup/XML/DOM/). |
96 |
|
|
|
97 |
|
|
|