Parent Directory | Revision Log
Links to HEAD: | (view) (download) (annotate) |
Links to HEAD: | (view) (download) (annotate) |
Sticky Tag: |
++ whatpm/t/ChangeLog 26 Jan 2008 14:46:58 -0000 * css-font.dat: New test data for 'font-weight' and 'font-size' are added. * css-visual.dat: New test data for leading and trailing zeros are added. 2008-01-26 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/CSS/ChangeLog 26 Jan 2008 14:46:14 -0000 * Parser.pm ('font-weight' parser): Support for '+'. * Tokenizer.pm: Normalize number stored in |NUMBER_TOKEN|, |PERCENTAGE_TOKEN|, and |DIMENSION_TOKEN|. 2008-01-26 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/CSS/ChangeLog 26 Jan 2008 09:30:35 -0000 * Parser.pm (get_char): Use argument to avoid self reference. * Tokenizer.pm: Set the tokenizer itself as the first argument to the |get_char| function. 2008-01-26 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/CSS/ChangeLog 20 Jan 2008 06:15:14 -0000 * Parser.pm, SelectorsParser.pm: |{href}| parameter added to all the onerror invocations. The |{onerror}| function is no longer called with |{line}| and |{column}| parameters. * Tokenizer.pm: All token are now given |{line}| and |{column}| values. 2008-01-20 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/CSS/ChangeLog 20 Jan 2008 04:02:20 -0000 2008-01-20 Wakaba <wakaba@suika.fam.cx> * Parser.pm (parse_char_string): Revise |$tt->{get_char}| callback so that it sets |$tt->{line}| and |$tt->{column}| options. Some error handler calling codes are modified for the experimental support for more precious reporting of error location. * Tokenizer.pm (new): The |onerror| option has been removed, since it was never used. (get_next_token): Limited and experimental support for token emittion with the information on the position where it occurs. (serialize_token): New function.
++ whatpm/Whatpm/ChangeLog 17 Oct 2007 10:45:53 -0000 * Makefile (clean): New rule. * NanoDOM.pm (public_id, system_id): New attributes. 2007-10-17 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 30 Sep 2007 12:02:22 -0000 * css-token-1.dat: Test results for |\\{nl}| were incorrect. 2007-09-30 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/CSS/ChangeLog 30 Sep 2007 12:02:57 -0000 2007-09-30 Wakaba <wakaba@suika.fam.cx> * Tokenizer.pm: |\\{nl}| incorrectly appended |{nl}| to the string value of the token.
++ whatpm/Whatpm/CSS/ChangeLog 22 Sep 2007 12:16:08 -0000 2007-09-22 Wakaba <wakaba@suika.fam.cx> * SelectorsParser.pm, SelectorsSerializer.pm: New Perl modules. * Tokenizer.pm: Token type constants are exportable.
++ whatpm/t/ChangeLog 8 Sep 2007 17:43:26 -0000 * css-token-1.test: Test cases for remaining CSS tokens are added. 2007-09-09 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/CSS/ChangeLog 8 Sep 2007 17:43:04 -0000 * Tokenizer.pm: Delimiters frequently used in CSS now have different |type|s than |DELIM_TOKEN|. 2007-09-09 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 8 Sep 2007 15:43:05 -0000 2007-09-09 Wakaba <wakaba@suika.fam.cx> * css-token-1.test: |URI_PREFIX|, |UNICODE_RANGE|, |CDO|, and |CDC| test cases are added. ++ whatpm/Whatpm/CSS/ChangeLog 8 Sep 2007 15:42:41 -0000 2007-09-09 Wakaba <wakaba@suika.fam.cx> * Tokenizer.pm: |UNICODE_RANGE| token's |value| no longer includes |U+| prefix.
++ whatpm/t/ChangeLog 8 Sep 2007 15:19:38 -0000 * css-token-1.test: |URI| and |INVALID| test cases are added. 2007-09-08 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/CSS/ChangeLog 8 Sep 2007 15:19:19 -0000 * Tokenizer.pm: |URI| bugs are fixed. 2007-09-08 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 8 Sep 2007 13:43:45 -0000 * css-token-1.test: |NUMBER| and |DIMENSION| test cases are added. 2007-09-08 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/CSS/ChangeLog 8 Sep 2007 13:43:27 -0000 * Tokenizer.pm: |DIMENSION| and |NUMBER| related bugs are fixed. 2007-09-08 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 8 Sep 2007 11:44:24 -0000 * css-token-1.test: |HASH| and |NUMBER| test cases are added. 2007-09-08 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/CSS/ChangeLog 8 Sep 2007 11:44:00 -0000 * Tokenizer.pm: |NUMBER|-related bugs are fixed. 2007-09-08 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 8 Sep 2007 11:09:23 -0000 * css-token-1.test: |STRING| and |INVALID| test cases are added. 2007-09-08 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/CSS/ChangeLog 8 Sep 2007 11:09:40 -0000 * Tokenizer.pm: |STRING|-related bugs are fixed. 2007-09-08 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 8 Sep 2007 10:20:46 -0000 * css-token-1.test: New tests are added. 2007-09-08 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/CSS/ChangeLog 8 Sep 2007 10:20:33 -0000 * Tokenizer.pm: Bug fixes. 2007-09-08 Wakaba <wakaba@suika.fam.cx>
++ whatpm/t/ChangeLog 8 Sep 2007 05:56:49 -0000 2007-09-08 Wakaba <wakaba@suika.fam.cx> * css-token-1.test, CSS-Tokenizer.t: New files.
++ whatpm/Whatpm/CSS/ChangeLog 8 Sep 2007 03:25:00 -0000 * Tokenizer.pm: |UNICODE-RANGE| is implemented. 2007-09-08 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/CSS/ChangeLog 8 Sep 2007 02:58:20 -0000 * Tokenizer.pm: |COMMENT| is implemented. A bug for treatement for |@-->| is fixed. 2007-09-08 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/CSS/ChangeLog 8 Sep 2007 02:40:23 -0000 * Tokenizer.pm: |url()| and |url-prefix()| are implemented. Bug for treatement for |@-| is fixed. 2007-09-08 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/CSS/ChangeLog 8 Sep 2007 01:31:14 -0000 2007-09-08 Wakaba <wakaba@suika.fam.cx> * Tokenizer.pm: First working version.
++ whatpm/t/ChangeLog 17 Aug 2007 07:08:23 -0000 * content-model-2.dat: New tests for |base| following URI or hyperlink are added. 2007-08-17 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 17 Aug 2007 07:44:01 -0000 * CSS/: New directory. 2007-08-17 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/CSS/ChangeLog 17 Aug 2007 11:53:38 -0000 2007-08-17 Wakaba <wakaba@suika.fam.cx> * Tokenizer.pm: New module. * ChangeLog: New file. ++ whatpm/Whatpm/ContentChecker/ChangeLog 17 Aug 2007 07:08:56 -0000 * HTML.pm: Raise new errors if |base| is following URI attributes or hyperlink attributes. 2007-08-17 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 |