1 |
|
2004-09-19 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute |
4 |
|
introduced. |
5 |
|
|
6 |
|
* ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis". |
7 |
|
|
8 |
|
* dis2pm.pl (type_label): Type label for unsigned-long and |
9 |
|
unsigned-short added. |
10 |
|
(perl_code): Die if uninitialized value is given. |
11 |
|
(is_all_implemented): New function. |
12 |
|
|
13 |
|
* ManakaiDOMXML.dis: New module. |
14 |
|
|
15 |
|
* ManakaiDOMCore.dis: New module. |
16 |
|
|
17 |
|
* dis2pm.pl (dis2perl): 'Overridden' added. |
18 |
|
|
19 |
|
2004-09-18 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning. |
22 |
|
(ManakaiDOMNodeObject->orphanate): New internal method. |
23 |
|
(Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls |
24 |
|
of internal methods are now qualified by the package name. |
25 |
|
|
26 |
|
2004-09-17 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* DOMMain.dis: 'SpecLevel' attribute added. |
29 |
|
|
30 |
|
* idl2dis.pl (level): Set 'SpecLevel' attribute as well as 'Level'. |
31 |
|
|
32 |
|
* dis2pm.pl (get_level_description): Attribute name to see is |
33 |
|
changed from 'Level' to 'SpecLevel' |
34 |
|
(const2perl): Don't hardlink constant not to be warned |
35 |
|
by perl -w. |
36 |
|
(ops2perl): Declare subroutine 'DESTROY' not to be warned by |
37 |
|
perl -w. |
38 |
|
(get_internal_code): Support of lang:dis. |
39 |
|
|
40 |
|
* ManakaiDOM.dis (newReference): New parameter 'class' introduced. |
41 |
|
|
42 |
|
* dis2pm.pl (perl_builtin_code:<ManakaiDOM:ManakaiDOMNamespaceURI>): |
43 |
|
Separeted from "DOMString". |
44 |
|
(if2perl, attr2perl): Don't cast to DOMString. |
45 |
|
|
46 |
|
2004-09-15 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* dis2pm.pl (perl_builtin_code): __CODE{CheckNCName}__ implemented. |
49 |
|
(perl_if): Don't indent if preprocessing direction found. |
50 |
|
(perl_code_source): Add \n before the #line directive. |
51 |
|
|
52 |
|
2004-09-14 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* dis2pm.pl (get_internal_code): __INT{{name}}__ syntax now support |
55 |
|
attribute. |
56 |
|
(perl_code): __SUPER{name}__ syntax implemented. |
57 |
|
|
58 |
2004-09-13 Wakaba <wakaba@suika.fam.cx> |
2004-09-13 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
* dis2pm.pl (dis2perl): New. |
* dis2pm.pl (dis2perl): New. |