1 |
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src (parse_char_stream): Make |set_next_char| |
4 |
|
invoke |manakai_read_until|, not only |read|, where |
5 |
|
possible, to decrease the number of |read| method calls. |
6 |
|
|
7 |
|
* mkhtmlparser.pl: Related changes to the aforementioned |
8 |
|
modification. |
9 |
|
|
10 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
* HTML.pm.src: Use |read| instead of |getc|. |set_inner_html| |
* HTML.pm.src: Use |read| instead of |getc|. |set_inner_html| |
13 |
would report character error from now. |
would report character error from now. |
14 |
|
|