Parent Directory | Revision Log
Links to HEAD: | (view) (download) (annotate) |
Links to HEAD: | (view) (download) (annotate) |
Sticky Tag: |
++ whatpm/t/ChangeLog 7 Nov 2008 08:45:01 -0000 * SWML-Parser.t: Test file |swml/blocks-1.dat| added. 2008-11-07 Wakaba <wakaba@suika.fam.cx> ++ whatpm/t/swml/ChangeLog 7 Nov 2008 08:45:13 -0000 * structs-1.dat: More test data added. * blocks-1.dat: New file. 2008-11-07 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 7 Nov 2008 08:43:32 -0000 2008-11-07 Wakaba <wakaba@suika.fam.cx> * NanoDOM.pm (text_content): Don't create a Text node if the new value is empty. ++ whatpm/Whatpm/HTML/ChangeLog 7 Nov 2008 08:43:49 -0000 2008-11-07 Wakaba <wakaba@suika.fam.cx> * Dumper.pm (dumptree): Support for namespace abbreviation for SWML namespaces. ++ whatpm/Whatpm/SWML/ChangeLog 7 Nov 2008 08:44:20 -0000 * Parser.pm: Bug fixes - both parser implementation bugs and spec bugs. 2008-11-07 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 19 Oct 2008 06:14:42 -0000 2008-10-19 Wakaba <wakaba@suika.fam.cx> * XML-Parser.t: "xml/entities-1.dat" and "xml/entities-2.dat" added. Support for the "#entities" directive. ++ whatpm/t/xml/ChangeLog 19 Oct 2008 06:11:59 -0000 * entities-1.dat, entities-2.dat: New test data files. 2008-10-19 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 19 Oct 2008 06:12:27 -0000 2008-10-19 Wakaba <wakaba@suika.fam.cx> * NanoDOM.pm (notation_name): New attribute. * NanoDOM.pm (public_id, system_id): New attributes.a ++ whatpm/Whatpm/HTML/ChangeLog 19 Oct 2008 06:13:03 -0000 * Dumper.pm: Dump text content of Entity nodes. * Tokenizer.pm.src: Support for <!ENTITY ... NDATA>. 2008-10-19 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/XML/ChangeLog 19 Oct 2008 06:14:05 -0000 2008-10-19 Wakaba <wakaba@suika.fam.cx> * Parser.pm.src (_tree_in_subset): General and parameter entities implemented.
++ whatpm/t/xml/ChangeLog 18 Oct 2008 08:05:22 -0000 2008-10-18 Wakaba <wakaba@suika.fam.cx> * attlists-1.dat: Tests added. ++ whatpm/Whatpm/ChangeLog 18 Oct 2008 08:03:10 -0000 2008-10-18 Wakaba <wakaba@suika.fam.cx> * NanoDOM.pm (text_content): Moved to Node from Element. Setter implemented. (allowed_tokens, default_type, declared_type): Implemented. ++ whatpm/Whatpm/HTML/ChangeLog 18 Oct 2008 08:04:10 -0000 2008-10-18 Wakaba <wakaba@suika.fam.cx> * Tokenizer.pm.src: <!ATTLIST> in the internal subset of an XML document, is now fully implemented. * Dumper.pm (dumptree): Output allowed tokens and default value always. ++ whatpm/Whatpm/XML/ChangeLog 18 Oct 2008 08:05:03 -0000 2008-10-18 Wakaba <wakaba@suika.fam.cx> * Parser.pm.src (_tree_in_subset): <!ATTLIST> node construction implemented.
++ whatpm/t/ChangeLog 17 Oct 2008 07:14:01 -0000 2008-10-17 Wakaba <wakaba@suika.fam.cx> * XML-Parser.t: "xml/attlists-1.dat" added. ++ whatpm/t/xml/ChangeLog 17 Oct 2008 07:14:24 -0000 2008-10-17 Wakaba <wakaba@suika.fam.cx> * attlists-1.dat: New test data file. * doctypes-2.dat: New tests added. ++ whatpm/Whatpm/ChangeLog 17 Oct 2008 07:11:25 -0000 2008-10-17 Wakaba <wakaba@suika.fam.cx> * NanoDOM.pm (node_name): New attribute. (ELEMENT_TYPE_DEFINITION_NODE, ATTRIBUTE_DEFINITION_NODE): New constants. (create_element_type_definition_node, create_attribute_definition, create_notation, create_general_entity, get_element_type_definition_node, set_element_type_definition_node, get_general_entity_node, set_general_entity_node, get_notation_node, set_notation_node, get_attribute_definition_node, set_attribute_definition_node): New methods. (element_types, entities, notations, attribute_definitions): New attributes. (DocumentType): Support for child nodes, entities, notations, and element types. (Entity, Notation, ElementTypeDefinition, AttributeDefinition): New classes. * Dumper.pm: Support for general entities, notations, element type definitions, and attribute definitions. ++ whatpm/Whatpm/HTML/ChangeLog 17 Oct 2008 07:12:26 -0000 2008-10-17 Wakaba <wakaba@suika.fam.cx> * Tokenizer.pm.src: New token types AtTLIST_TOKEN, ELEMENT_TOKEN, GENERAL_ENTITY_TOKEN, PARAMETER_ENTITY_TOKEN, and NOTATION_TOKEN are added. New intertion modes for markup declarations are added. ++ whatpm/Whatpm/XML/ChangeLog 17 Oct 2008 07:13:47 -0000 2008-10-17 Wakaba <wakaba@suika.fam.cx> * Parser.pm.src (_tree_in_subset): Support for ELEMENT_TOKEN, ATTLIST_TOKEN, GENERAL_ENTITY_TOKEN, PARAMETER_ENTITY_TOKEN, and NOTATION_TOKEN.
++ whatpm/t/ChangeLog 14 Oct 2008 10:36:14 -0000 * XML-Parser.t: "xml/ns-attrs-1.dat" added. 2008-10-14 Wakaba <wakaba@suika.fam.cx> ++ whatpm/t/xml/ChangeLog 14 Oct 2008 10:36:28 -0000 * ns-attrs-1.dat: New test data file. 2008-10-14 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/HTML/ChangeLog 14 Oct 2008 10:13:31 -0000 * Dumper.pm: Typo fixed. 2008-10-14 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/XML/ChangeLog 14 Oct 2008 10:35:44 -0000 * Parser.pm.src: Namespace support for the root element. 2008-10-14 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 14 Oct 2008 07:47:45 -0000 * HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper. 2008-10-14 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/HTML/ChangeLog 14 Oct 2008 07:47:03 -0000 * Dumper.pm: New module. 2008-10-14 Wakaba <wakaba@suika.fam.cx>
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |