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> |
2004-09-17 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
* DOMMain.dis: 'SpecLevel' attribute added. |
* DOMMain.dis: 'SpecLevel' attribute added. |
43 |
by perl -w. |
by perl -w. |
44 |
(ops2perl): Declare subroutine 'DESTROY' not to be warned by |
(ops2perl): Declare subroutine 'DESTROY' not to be warned by |
45 |
perl -w. |
perl -w. |
46 |
|
(get_internal_code): Support of lang:dis. |
47 |
|
|
48 |
* ManakaiDOM.dis (newReference): New parameter 'class' introduced. |
* ManakaiDOM.dis (newReference): New parameter 'class' introduced. |
49 |
|
|