1 |
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 |
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 |
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 |
2004-09-09 Wakaba <wakaba@suika.fam.cx> |
37 |
|
38 |
* dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception' |
39 |
implemented. |
40 |
|
41 |
* idl2dis.pl (type): Don't output Require element for |
42 |
DOMMain module (now it is implicitly required by default). |
43 |
|
44 |
2004-09-01 Wakaba <wakaba@suika.fam.cx> |
45 |
|
46 |
* idl2dis.pl (level): Use 'Level' instead of 'ModifiedLevel'. |
47 |
|
48 |
2004-08-31 Wakaba <wakaba@suika.fam.cx> |
49 |
|
50 |
* dis2pm.pl (const2perl, constgroup2perl): New. |
51 |
|
52 |
* idl2dis.pl (idlna): New. |
53 |
|
54 |
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 |
2004-08-22 Wakaba <wakaba@suika.fam.cx> |
64 |
|
65 |
* idl2dis.pl (register_required_module): Top-level element type |
66 |
name "Type" and "TypeAlias" changed to "DataType" and |
67 |
"DataTypeAlias". |
68 |
|
69 |
* dis2pm.pl (perl_code_source): New function. |
70 |
|
71 |
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 |
|