From 033654d8435edd5664c0a783a1b0379b61ba1efc Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 17 Feb 2008 03:21:20 +0000 Subject: * enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c, iso_8859_2.c,iso_8859_6.c,iso_8859_7.c,iso_8859_8.c,iso_8859_9.c, shift_jis.c,windows_1251.c}: add document about encodings. * enc/cp949.c: divided into new file. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dc4e7a9bf..5bcd0ab78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun Feb 17 12:17:52 2008 NARUSE, Yui + + * enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c, + iso_8859_2.c,iso_8859_6.c,iso_8859_7.c,iso_8859_8.c,iso_8859_9.c, + shift_jis.c,windows_1251.c}: add document about encodings. + + * enc/cp949.c: divided into new file. + Sun Feb 17 10:59:04 2008 Tanaka Akira * re.c (rb_reg_quote): return US-ASCII string consistently. -- cgit