1 |
|
2004-09-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* dis2pm.pl (perl_exception): New 'subtype' parameter added. |
4 |
|
(param2poditem): New. |
5 |
|
(MAIN): Write 'NAMESPACE BINDINGS' pod section if necessary. |
6 |
|
(perl_builtin_code): More developer-friendly error report. |
7 |
|
(perl_code): New 'REQUIRE' statement added. |
8 |
|
(disdoc2text, disdoc2pod): New 'QUOTE' element type added. |
9 |
|
(get_value_literal): Default for unknown type is now 'undef'. |
10 |
|
|
11 |
|
2004-09-22 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* dis2pm.pl (perl_builtin_code): New 'CheckName' and |
14 |
|
'XMLVersion' added. |
15 |
|
|
16 |
|
2004-09-20 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* dis2pm.pl (get_redef_description): See 'RedefinedBy' elements |
19 |
|
even if it is 'ReMethod' and 'ReAttr' element. |
20 |
|
|
21 |
|
2004-09-20 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* dis2pm.pl (type_label): New option 'is_pod' implemented. |
24 |
|
(get_redef_description): New function. |
25 |
|
(get_isa_description): New function. |
26 |
|
(disdoc2pod, disdoc2text): New. |
27 |
|
(get_description): DISDOC support. |
28 |
|
(valid_err, valid_err): New option 'node' implemented. |
29 |
|
|
30 |
|
* ManakaiDOMCore.dis (IF[ManakaiDOMNodeObjectNode]): New. |
31 |
|
|
32 |
|
2004-09-19 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* dis2pm.pl (condition_match): Report error if the condition |
35 |
|
not defined. |
36 |
|
|
37 |
|
* ManakaiDOMMain.dis (MDOM_IMPL_BY_APP): New exception code. |
38 |
|
|
39 |
|
* dis2pm.pl (datatype2perl, datatypealias2perl): "FullName" attribute |
40 |
|
introduced. |
41 |
|
(constgroup2perl): Define is-a relationship between group |
42 |
|
Name and its Type. |
43 |
|
(constgroup2perl): "IsBitMask" attribute introduced. |
44 |
|
|
45 |
|
* ManakaiDOMMain.dis: Renamed from "ManakaiDOM.dis". |
46 |
|
|
47 |
|
* dis2pm.pl (type_label): Type label for unsigned-long and |
48 |
|
unsigned-short added. |
49 |
|
(perl_code): Die if uninitialized value is given. |
50 |
|
(is_all_implemented): New function. |
51 |
|
|
52 |
|
* ManakaiDOMXML.dis: New module. |
53 |
|
|
54 |
|
* ManakaiDOMCore.dis: New module. |
55 |
|
|
56 |
|
* dis2pm.pl (dis2perl): 'Overridden' added. |
57 |
|
|
58 |
|
2004-09-18 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* ManakaiDOM.dis (MDOM_NEWCHILD_IS_REFCHILD): New warning. |
61 |
|
(ManakaiDOMNodeObject->orphanate): New internal method. |
62 |
|
(Interface[ManakaiDOMNodeObject, ManakaiDOMNodeReference]): All calls |
63 |
|
of internal methods are now qualified by the package name. |
64 |
|
|
65 |
2004-09-17 Wakaba <wakaba@suika.fam.cx> |
2004-09-17 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
* DOMMain.dis: 'SpecLevel' attribute added. |
* DOMMain.dis: 'SpecLevel' attribute added. |
74 |
by perl -w. |
by perl -w. |
75 |
(ops2perl): Declare subroutine 'DESTROY' not to be warned by |
(ops2perl): Declare subroutine 'DESTROY' not to be warned by |
76 |
perl -w. |
perl -w. |
77 |
|
(get_internal_code): Support of lang:dis. |
78 |
|
|
79 |
* ManakaiDOM.dis (newReference): New parameter 'class' introduced. |
* ManakaiDOM.dis (newReference): New parameter 'class' introduced. |
80 |
|
|