diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-02 20:06:58 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-02 20:06:58 +0000 |
| commit | 07ae01ed6671048d30ac5b94c12229b3e614503e (patch) | |
| tree | 731f3ad15a8d13b7ed195b7c87f015340396f82a /ChangeLog | |
| parent | aabc1964017954e2727636d544d8221752e78c91 (diff) | |
| download | ruby-07ae01ed6671048d30ac5b94c12229b3e614503e.tar.gz ruby-07ae01ed6671048d30ac5b94c12229b3e614503e.tar.xz ruby-07ae01ed6671048d30ac5b94c12229b3e614503e.zip | |
* enc/us_ascii.c: add us_ascii_ prefix for functions to ease
setting breakpoint when debugging.
* enc/euc_jp.c: add eucjp_ prefix.
* enc/sjis.c: add sjis_ prefix.
* enc/iso_8859_1.c: add iso_8859_1_ prefix.
* enc/iso_8859_2.c: add iso_8859_2_ prefix.
* enc/iso_8859_3.c: add iso_8859_3_ prefix.
* enc/iso_8859_4.c: add iso_8859_4_ prefix.
* enc/iso_8859_5.c: add iso_8859_5_ prefix.
* enc/iso_8859_6.c: add iso_8859_6_ prefix.
* enc/iso_8859_7.c: add iso_8859_7_ prefix.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +Thu Jan 3 05:02:36 2008 Tanaka Akira <akr@fsij.org> + + * enc/us_ascii.c: add us_ascii_ prefix for functions to ease + setting breakpoint when debugging. + + * enc/euc_jp.c: add eucjp_ prefix. + + * enc/sjis.c: add sjis_ prefix. + + * enc/iso_8859_1.c: add iso_8859_1_ prefix. + + * enc/iso_8859_2.c: add iso_8859_2_ prefix. + + * enc/iso_8859_3.c: add iso_8859_3_ prefix. + + * enc/iso_8859_4.c: add iso_8859_4_ prefix. + + * enc/iso_8859_5.c: add iso_8859_5_ prefix. + + * enc/iso_8859_6.c: add iso_8859_6_ prefix. + + * enc/iso_8859_7.c: add iso_8859_7_ prefix. + Thu Jan 3 02:44:34 2008 Tanaka Akira <akr@fsij.org> * bignum.c (conv_digit): use ISDIGIT, ISLOWER and ISUPPER. |
