1 |
|
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* dis2pm.pl (disdoc_inline2pod, disdoc_inline2text): New |
4 |
|
element type 'FILE' added. |
5 |
|
|
6 |
|
* ManakaiDOMMain.dis (ManakaiDOMExceptionOrWarning, |
7 |
|
ManakaiDOMException, ManakaiDOMWarning): New classes. |
8 |
|
(ManakaiDOMObject/___report_error): Implemented. |
9 |
|
|
10 |
|
* dis2pm.pl (perl_builtin_code:ParseFeature): Recognize leading '+'. |
11 |
|
|
12 |
|
2004-09-29 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* dis2pm.pl (get_redef_description, attr2perl, method2perl, if2perl): |
15 |
|
New attribute 'IsAbstract', 'IsFinal' and 'ImplByApp' added. |
16 |
|
|
17 |
|
2004-09-27 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* .cvsignore: New file. |
20 |
|
|
21 |
|
2004-09-27 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* DOMLS.dis, ManakaiDOMLS2003: New file. |
24 |
|
|
25 |
|
* dis2pm.pl (MAIN): Output "AUTHOR" pod section; support Perl+MPL |
26 |
|
license. |
27 |
|
(disdoc2pod, disdoc2text): New 'DFN', 'SA', 'SE', 'HA', 'HE', |
28 |
|
'XA', 'XE', 'Prefix', 'ERR', 'EV' and 'CP' element types supported. |
29 |
|
(perl_name): Die if uninitialized value. |
30 |
|
(constgroup2perl): Support constant group without machine-name. |
31 |
|
(pod_item): Die if uninitialized value. |
32 |
|
(qname_label): Don't output default prefix. |
33 |
|
|
34 |
|
* idl2dis.pl: Output module name and prefix as 'BindingName' |
35 |
|
and 'FileName'. |
36 |
|
|
37 |
|
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* dis2pm.pl (constgroup2perl): Capitalize name. |
40 |
|
|
41 |
|
* idl2dis.pl (type, raise): Prepend namespace prefix if |
42 |
|
type is 'DOMString' or 'DOMException' and it is not defined. |
43 |
|
(MAIN): Make empty 'Return' element even if return |
44 |
|
value is void. |
45 |
|
(supply_incase): New. |
46 |
|
(const): Use 'FullName' in favor of 'Description' if the name of |
47 |
|
the const group is not a machine-friendly name. |
48 |
|
|
49 |
|
2004-09-26 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* dis2pm.pl (get_incase_label): Error if label is undef. |
52 |
|
|
53 |
|
2004-09-25 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* dis2pm.pl: Generate TODO list. |
56 |
|
(method2perl): Use "dis". |
57 |
|
(disdoc2pod, disdoc2text): 'HTML', 'InfosetP' element types added. |
58 |
|
(perl_builtin_code): New code 'isRelativeDOMURI' added. |
59 |
|
|
60 |
|
* ManakaiDOMMain.dis (MDOM_REPLACE_BY_ITSELF_NO_EFFECT): New |
61 |
|
warning code. |
62 |
|
|
63 |
|
* dis2pm.pl (attr2perl, method2perl): Output 'undef;' if the |
64 |
|
method or attribute(set) does not return a value. |
65 |
|
(perl_code): New macro 'WHEN' added. Macro 'INT{}' now allow |
66 |
|
parameter. |
67 |
|
|
68 |
2004-09-24 Wakaba <wakaba@suika.fam.cx> |
2004-09-24 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
* dis2pm.pl (perl_exception): New 'subtype' parameter added. |
* dis2pm.pl (perl_exception): New 'subtype' parameter added. |