1 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* LangTag.pm (check_rfc4646_langtag): New method. |
4 |
|
|
5 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* mklangreg.pl: New script. |
8 |
|
|
9 |
|
* Makefile: Updated for creation of the module for language subtag |
10 |
|
registry. |
11 |
|
|
12 |
|
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* Makefile: WebIDL.html added. |
15 |
|
|
16 |
|
* WebIDL.pod: New documentation. |
17 |
|
|
18 |
|
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* WebIDL.pm: Checker's error types are redefined. |
21 |
|
|
22 |
|
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* WebIDL.pm: Parser's error types are redefined. Some forward |
25 |
|
compatible parsing bugs are fixed. Some unreachable codes are |
26 |
|
commented out. |
27 |
|
|
28 |
|
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* WebIDL.pm: Support for the reminding extended attributes are |
31 |
|
added. It does not satisfy the definition that a forward |
32 |
|
interface declaration has an extended attribute. It seems that |
33 |
|
unless explicitly allowed multiple extended attributes with the |
34 |
|
same name is not allowed, though it is not explicitly mentioned in |
35 |
|
the spec. |
36 |
|
|
37 |
|
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* WebIDL.pm: Unescapes extended attribute names and extended |
40 |
|
attribute identifiers. Preserve whether an extended attribute has |
41 |
|
an argument list of not. Support for extended attributes: |
42 |
|
Constructor, ExceptionConsts, IndexGetter, IndexSetter, |
43 |
|
NameGetter, NameSetter, and Null. |
44 |
|
(has_argument_list): New attribute. |
45 |
|
(idl_text): Stringifies argument lists, if any, even if it is |
46 |
|
empty. |
47 |
|
|
48 |
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
* HTML.pm.src: New state |PCDATA_STATE|. Use an empty string for |
* HTML.pm.src: New state |PCDATA_STATE|. Use an empty string for |