From 07ae01ed6671048d30ac5b94c12229b3e614503e Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 2 Jan 2008 20:06:58 +0000 Subject: * 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 --- ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 497131a21..703fde5b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +Thu Jan 3 05:02:36 2008 Tanaka Akira + + * 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 * bignum.c (conv_digit): use ISDIGIT, ISLOWER and ISUPPER. -- cgit