1 |
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: Use |{read_until}| where possible. |
4 |
|
|
5 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm.src: Change |{getc_until}| to |{read_until}| |
8 |
|
and |manakai_getc_until| to |manakai_read_until| to |
9 |
|
reduce the number of string copies. |
10 |
|
|
11 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
* HTML.pm.src (parse_char_string): Use newly created |
* HTML.pm.src (parse_char_string): Use newly created |
14 |
|Whatpm::Charset::DecodeHandle::CharString| instead of Perl's |
|Whatpm::Charset::DecodeHandle::CharString| instead of Perl's |
15 |
standard feature to |open| a string as a filehandle, |
standard feature to |open| a string as a filehandle, |