1 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DecodeHandle.pm: Typo fixed. |
4 |
|
|
5 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* DecodeHandle.pm, UnicodeChecker.pm: Change |manakai_getc_until| |
8 |
|
to |manakai_read_until| to reduce the number of string copies. |
9 |
|
|
10 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* DecodeHandle.pm (CharString): New class. |
13 |
|
(Encode read): Don't remove read string from |{char_buffer}|, |
14 |
|
to decease the number of string operations and to enable |
15 |
|
|manakai_getc_until| ungetc'ing without any string operation. |
16 |
|
(manakai_getc_until): New method. |
17 |
|
|
18 |
|
* UnicodeChecker.pm (getc): Don't |read| more than one |
19 |
|
character, to prevent characters being bufferred |
20 |
|
such that mixture of |getc| and |manakai_getc_until| |
21 |
|
calls does not make the result broken. |
22 |
|
|
23 |
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* UnicodeChecker.pm, DecodeHandle.pm: Try to reduce the |
26 |
|
number of string copies and method calls, first round. |
27 |
|
|
28 |
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* UnicodeChecker.pm, DecodeHandle.pm: Tentative support |
31 |
|
for |read| method. |
32 |
|
|
33 |
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
* UnicodeChecker.pm: New module. |
* UnicodeChecker.pm: New module. |