1 |
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: Regexp typo fixed. |{prev_char}| |
4 |
|
and |{next_char}| initializations are moved to initialization |
5 |
|
method. |{read_until}| now supports buffering. Sync |set_inner_html| |
6 |
|
with |parse_char_stream|. |
7 |
|
|
8 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* HTML.pm.src (parse_char_stream): Make |set_next_char| |
11 |
|
invoke |manakai_read_until|, not only |read|, where |
12 |
|
possible, to decrease the number of |read| method calls. |
13 |
|
|
14 |
|
* mkhtmlparser.pl: Related changes to the aforementioned |
15 |
|
modification. |
16 |
|
|
17 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
* HTML.pm.src: Use |read| instead of |getc|. |set_inner_html| |
* HTML.pm.src: Use |read| instead of |getc|. |set_inner_html| |
20 |
would report character error from now. |
would report character error from now. |
21 |
|
|