| 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> |
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 |
* idl2dis.pl (type): Don't output Require element for |
| 42 |
DOMMain module (now it is implicitly required by default). |
DOMMain module (now it is implicitly required by default). |
| 43 |
|
|