| 1 |
|
2004-09-19 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* dis2pm.pl (condition_match): Report error if the condition |
| 4 |
|
not defined. |
| 5 |
|
|
| 6 |
|
* ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code. |
| 7 |
|
|
| 8 |
|
* dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute |
| 9 |
|
introduced. |
| 10 |
|
(constgroup2perl): Define is-a relationship between group |
| 11 |
|
Name and its Type. |
| 12 |
|
(constgroup2perl): "IsBitMask" attribute introduced. |
| 13 |
|
|
| 14 |
|
* ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis". |
| 15 |
|
|
| 16 |
|
* dis2pm.pl (type_label): Type label for unsigned-long and |
| 17 |
|
unsigned-short added. |
| 18 |
|
(perl_code): Die if uninitialized value is given. |
| 19 |
|
(is_all_implemented): New function. |
| 20 |
|
|
| 21 |
|
* ManakaiDOMXML.dis: New module. |
| 22 |
|
|
| 23 |
|
* ManakaiDOMCore.dis: New module. |
| 24 |
|
|
| 25 |
|
* dis2pm.pl (dis2perl): 'Overridden' added. |
| 26 |
|
|
| 27 |
|
2004-09-18 Wakaba <wakaba@suika.fam.cx> |
| 28 |
|
|
| 29 |
|
* ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning. |
| 30 |
|
(ManakaiDOMNodeObject->orphanate): New internal method. |
| 31 |
|
(Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls |
| 32 |
|
of internal methods are now qualified by the package name. |
| 33 |
|
|
| 34 |
|
2004-09-17 Wakaba <wakaba@suika.fam.cx> |
| 35 |
|
|
| 36 |
|
* DOMMain.dis: 'SpecLevel' attribute added. |
| 37 |
|
|
| 38 |
|
* idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'. |
| 39 |
|
|
| 40 |
|
* dis2pm.pl (get_level_description): Attribute name to see is |
| 41 |
|
changed from 'Level' to 'SpecLevel' |
| 42 |
|
(const2perl): Don't hardlink constant not to be warned |
| 43 |
|
by perl -w. |
| 44 |
|
(ops2perl): Declare subroutine 'DESTROY' not to be warned by |
| 45 |
|
perl -w. |
| 46 |
|
(get_internal_code): Support of lang:dis. |
| 47 |
|
|
| 48 |
|
* ManakaiDOM.dis (newReference): New parameter 'class' introduced. |
| 49 |
|
|
| 50 |
|
* dis2pm.pl (perl_builtin_code:<ManakaiDOM:ManakaiDOMNamespaceURI>): |
| 51 |
|
Separeted from "DOMString". |
| 52 |
|
(if2perl, attr2perl): Don't cast to DOMString. |
| 53 |
|
|
| 54 |
|
2004-09-15 Wakaba <wakaba@suika.fam.cx> |
| 55 |
|
|
| 56 |
|
* dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented. |
| 57 |
|
(perl_if): Don't indent if preprocessing direction found. |
| 58 |
|
(perl_code_source): Add \n before the #line directive. |
| 59 |
|
|
| 60 |
|
2004-09-14 Wakaba <wakaba@suika.fam.cx> |
| 61 |
|
|
| 62 |
|
* dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support |
| 63 |
|
attribute. |
| 64 |
|
(perl_code): __SUPER{name}__ syntax implemented. |
| 65 |
|
|
| 66 |
|
2004-09-13 Wakaba <wakaba@suika.fam.cx> |
| 67 |
|
|
| 68 |
|
* dis2pm.pl (dis2perl): New. |
| 69 |
|
|
| 70 |
|
2004-09-12 Wakaba <wakaba@suika.fam.cx> |
| 71 |
|
|
| 72 |
|
* dis2pm.pl (get_warning_perl_code): New. |
| 73 |
|
|
| 74 |
|
2004-09-10 Wakaba <wakaba@suika.fam.cx> |
| 75 |
|
|
| 76 |
|
* ManakaiDOM.dis (MDOM_NS_EMPTY_URI): New Exception type. |
| 77 |
|
(ManakaiDOMNamespaceURI): New DataType. |
| 78 |
|
|
| 79 |
|
* DOMCore.dis: Most part of DOMImplementation interface is |
| 80 |
|
implemented. |
| 81 |
|
|
| 82 |
|
* dis2pm.pl (method2perl): Description for returned value |
| 83 |
|
is changed to be grouped. |
| 84 |
|
(get_value_literal): Don't quote "null" even if it is a DOMString. |
| 85 |
|
(perl_exception): Don't output terminating semicolon. |
| 86 |
|
(perl_builtin_code): ManakaiDOM:ManakaiDOMNamespaceURI is |
| 87 |
|
supported. |
| 88 |
|
|
| 89 |
2004-09-09 Wakaba <wakaba@suika.fam.cx> |
2004-09-09 Wakaba <wakaba@suika.fam.cx> |
| 90 |
|
|
| 91 |
|
* dis2pm.pl (method2perl, attr2perl): '(Return | Get | Set)/Exception' |
| 92 |
|
implemented. |
| 93 |
|
|
| 94 |
* idl2dis.pl (type): Don't output Require element for |
* idl2dis.pl (type): Don't output Require element for |
| 95 |
DOMMain module (now it is implicitly required by default). |
DOMMain module (now it is implicitly required by default). |
| 96 |
|
|