/[suikacvs]/markup/html/whatpm/Whatpm/ChangeLog
Suika

Diff of /markup/html/whatpm/Whatpm/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.265 by wakaba, Sat Aug 2 11:49:57 2008 UTC revision 1.268 by wakaba, Sun Aug 3 05:43:11 2008 UTC
# Line 1  Line 1 
1    2008-08-03  Wakaba  <wakaba@suika.fam.cx>
2    
3            * WebIDL.pm ($resolve): New code, based on resolve code
4            for constant types in the |check| method.
5            (check): Support for checking of attributes, operations, and
6            arguments.
7            (Attribute/Operation idl_text): Exception names in getraises,
8            setraises, and raises clauses is serizlied by |$serialize_type|
9            code.
10    
11    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
12    
13            * WebIDL.pm ($integer): Order of selections are changed to match
14            hexadecimal numbers (the original pattern, taken from the spec,
15            was not work for hexadecimal numbers, because the "0" prefix
16            matches to the [0-7]* part (as an empty string) and therefore
17            it does not match with remaining "x..." part of a "0x..." integer
18            literal.
19            ($get_type): It now returns a string, not an array reference,
20            for regular types and |sequence| types (i.e. it in any case
21            returns a string).
22            ($get_next_token): The second item in the array that represents
23            a integer or float token is now a Perl number value, not the
24            original string representation of the number.
25            (check): Support for const value consistency checking.
26            No extended attribute is defined for constants.
27            (Node subclasses): Use simple strings rather than array references
28            for default data type values.
29            ($serialize_type): Type values are now simple strings.
30            (value): If the new attribute value is a false value, then
31            a FALSE value is set to the attribute.
32    
33    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
34    
35            * WebIDL.pm ($get_scoped_name): Now scoped names are stored
36            in its stringified format ("scoped name" as defined in the
37            spec).  Note that future version of this module should not use
38            array references for type values and the |type_text| attribute
39            should be made obsolete.
40            (parse_char_string): Unescape attribute names.
41            (check): Support for checking of whether inherited interfaces
42            are actually defined or not.  Support for checking of whether
43            interface member identifiers are duplicated or not.
44            ($serialize_type): Scoped names are returned as is.  A future
45            version of this code should escape identifiers other than "DOMString",
46            otherwise the idl_text would be non-conforming.
47    
48  2008-08-02  Wakaba  <wakaba@suika.fam.cx>  2008-08-02  Wakaba  <wakaba@suika.fam.cx>
49    
50          * WebIDL.pm (parse_char_string): Set line/column numbers          * WebIDL.pm (parse_char_string): Set line/column numbers

Legend:
Removed from v.1.265  
changed lines
  Added in v.1.268

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24