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