Parent Directory
|
Revision Log
++ whatpm/Whatpm/ChangeLog 19 Jul 2008 13:11:27 -0000 * WebIDL.pm: Revise forward-compatible parsing so that it now can handle broken extended attributes and as such. 2008-07-19 Wakaba <wakaba@suika.fam.cx>
| 1 | wakaba | 1.259 | 2008-07-19 Wakaba <[email protected]> |
| 2 | |||
| 3 | wakaba | 1.262 | * WebIDL.pm: Revise forward-compatible parsing so that |
| 4 | it now can handle broken extended attributes and as such. | ||
| 5 | |||
| 6 | 2008-07-19 Wakaba <[email protected]> | ||
| 7 | |||
| 8 | wakaba | 1.261 | * WebIDL.pm: Real support for extended attributes. |
| 9 | Support for extended attributes with arguments. | ||
| 10 | |||
| 11 | 2008-07-19 Wakaba <[email protected]> | ||
| 12 | |||
| 13 | wakaba | 1.260 | * WebIDL.pm: Support for |exception| syntax. |
| 14 | (Interface->idl_text): Tentative support for inheritances. | ||
| 15 | |||
| 16 | 2008-07-19 Wakaba <[email protected]> | ||
| 17 | |||
| 18 | wakaba | 1.259 | * WebIDL.pm: Hierarchical scoped name support was broken. |
| 19 | Support for raises, setraises, and getraises syntaxes. | ||
| 20 | |||
| 21 | wakaba | 1.258 | 2008-07-18 Wakaba <[email protected]> |
| 22 | |||
| 23 | * WebIDL.pm: Support for |idl_text| attribute, version 1 (no | ||
| 24 | proper support for types, extended attributes, and exceptions yet). | ||
| 25 | WebIDL parser, version 1 (no support for exceptions yet, | ||
| 26 | no proper support for extended attributes yet). | ||
| 27 | |||
| 28 | wakaba | 1.257 | 2008-07-09 Wakaba <[email protected]> |
| 29 | |||
| 30 | * WebIDL.pm (parse_char_string): Support for basic attribute syntax. | ||
| 31 | |||
| 32 | wakaba | 1.255 | 2008-06-29 Wakaba <[email protected]> |
| 33 | |||
| 34 | wakaba | 1.256 | * WebIDL.pm: Support for valuetype and const. |
| 35 | |||
| 36 | 2008-06-29 Wakaba <[email protected]> | ||
| 37 | |||
| 38 | wakaba | 1.255 | * WebIDL.pm: New module. |
| 39 | |||
| 40 | wakaba | 1.254 | 2008-06-15 Wakaba <[email protected]> |
| 41 | |||
| 42 | * Makefile (Entities.html): URI changed. | ||
| 43 | |||
| 44 | wakaba | 1.253 | 2008-06-08 Wakaba <[email protected]> |
| 45 | |||
| 46 | * HTML.pm.src: Support for ruby parsing (HTML5 revision 1704). | ||
| 47 | |||
| 48 | wakaba | 1.251 | 2008-06-01 Wakaba <[email protected]> |
| 49 | |||
| 50 | wakaba | 1.252 | * HTML.pm.src (_get_next_token): A parse error was missing. |