From 0ed71114e96ccb7ff0e63549ec7c0c15bfae968d Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 14 Aug 2008 13:45:54 +0000 Subject: * transcode_data.h (rb_econv_result_t): change enumeration constant's prefix: transcode_ to econv_. * transcode.c: follow the constant prefix change. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 94cd2b8d7..ae37d32a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Aug 14 22:44:32 2008 Tanaka Akira + + * transcode_data.h (rb_econv_result_t): change enumeration + constant's prefix: transcode_ to econv_. + + * transcode.c: follow the constant prefix change. + Thu Aug 14 21:34:41 2008 Tanaka Akira * transcode.c (econv_init): accept Encoding object as source_encoding -- cgit