/[suikacvs]/markup/html/whatpm/What/HTML.pm.src
Suika

Log of /markup/html/whatpm/What/HTML.pm.src

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.9
Tue May 1 10:37:35 2007 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +2 -2 lines
FILE REMOVED
Renamed


Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 1 07:46:42 2007 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.7: +55 -14 lines
Diff to previous 1.7
++ whatpm/What/ChangeLog	1 May 2007 07:44:59 -0000
	* HTML.pm.src (parse_string): New method.
	(get_inner_html): Renamed from |inner_html|.

	* Makefile: A rule for |HTML.html| is added.

	* HTML.pod: New documentation.

2007-05-01  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/t/ChangeLog	1 May 2007 07:46:34 -0000
	* HTML-tree.t: Use new |What::HTML->parse_string| method
	so that this test don't have to know parser class's
	internals.

	* tree-test-1.dat: New tests for "(<head> stuffs) in body"
	and "(<head> stuffs) after body" are added.

2007-05-01  Wakaba  <wakaba@suika.fam.cx>


Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 1 06:22:12 2007 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.6: +282 -159 lines
Diff to previous 1.6
++ whatpm/What/ChangeLog	1 May 2007 06:20:06 -0000
2007-05-01  Wakaba  <wakaba@suika.fam.cx>

	* NanoDOM.pm (last_child, previous_sibling): New attributes.
	(clone_node): Attribute nodes were not completely copied.

	* HTML.pm.src: Many bugs are fixed.

++ whatpm/t/ChangeLog	1 May 2007 06:21:52 -0000
2007-05-01  Wakaba  <wakaba@suika.fam.cx>

	* HTML-tree.t: New test file is added.  Sort key
	was incorrect.

	* HTML-tokenizer.t: New test file is added.

	* tokenizer-test-1.test, tree-test-1.dat: New tests.


Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 30 14:12:02 2007 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.5: +27 -10 lines
Diff to previous 1.5
++ whatpm/What/ChangeLog	30 Apr 2007 14:11:13 -0000
	* HTML.pm.src: Some typos are fixed.

2007-04-30  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/t/ChangeLog	30 Apr 2007 14:11:55 -0000
	* .cvsignore: |tree-consturction| is added.

	* HTML-tree.t: New test.

	* Makefile: Rules for tree constructor tests are added.

2007-04-30  Wakaba  <wakaba@suika.fam.cx>


Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 30 12:06:12 2007 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +315 -8 lines
Diff to previous 1.4
++ whatpm/What/ChangeLog	30 Apr 2007 12:05:44 -0000
	* mkhtmlparser.pl, Makefile: References to the |HTML-consume-entity.src|
	are removed.

	* HTML.pm.src: Tokenizer's handling on named entities are rewritten.

	* HTML-consume-entity.src: Removed.

2007-04-30  Wakaba  <wakaba@suika.fam.cx>


Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 30 11:45:24 2007 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +30 -29 lines
Diff to previous 1.3
++ whatpm/What/ChangeLog	30 Apr 2007 11:40:16 -0000
	* HTML.pm.src: Tokenizer's handling on hexadecimal
	numeric entities are rewritten.

2007-04-30  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/t/ChangeLog	30 Apr 2007 11:45:21 -0000
	* HTML-tokenizer.t: |Data::Dumper::Useqq| is replaced
	by customized ones so that utf8 vs byte string handling
	cause no error.  Set |$JSON::UTF8| flag on so
	that the |JSON| module turns the utf8 flag on.
	Support for the |contentModelFlags| and |lastStartTag|
	test props.  Show the input as well as description
	when a test fails.

2007-04-30  Wakaba  <wakaba@suika.fam.cx>


Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 30 09:59:35 2007 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +5 -4 lines
Diff to previous 1.2
++ whatpm/What/ChangeLog	30 Apr 2007 09:59:16 -0000
	* HTML.pm.src: Some tokenizer bugs are fixed.

2007-04-30  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/t/ChangeLog	30 Apr 2007 09:58:16 -0000
2007-04-30  Wakaba  <wakaba@suika.fam.cx>

	* .cvsignore: New file.

	* Makefile: New file.

	* HTML-tokenizer.t: New test.


Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 30 07:41:50 2007 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +3121 -27 lines
Diff to previous 1.1
++ whatpm/What/ChangeLog	30 Apr 2007 07:41:35 -0000
2007-04-30  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm.src: The tree construction stage is implemented.

	* mkhtmlparser.pl: New macros are added.


Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 28 14:29:01 2007 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
++ whatpm/What/ChangeLog	28 Apr 2007 14:28:15 -0000
2007-04-28  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm.src, HTML-consume-entity.src: New files.

	* Makefile (HTML.pm): New rule.

	* mkhtmlparser.pl: New script.


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.

  Diffs between and
  Type of Diff should be a

Sort log by:

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24