From f1fde331bfaffb45bc521c4f2f71bbc4624a9fce Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 14 Aug 2008 11:31:27 +0000 Subject: * transcode_data.h (transcode_invalid_byte_sequence): renamed from transcode_invalid_input. (transcode_destination_buffer_full): renamed from transcode_obuf_full. (transcode_source_buffer_empty): renamed from transcode_ibuf_empty. (rb_econv_result_t): renamed from rb_trans_result_t. (rb_econv_elem_t): renamed from rb_trans_elem_t. (rb_econv_t): renamed from rb_trans_t. * transcode.c (UNIVERSAL_NEWLINE_DECODER): renamed from UNIVERSAL_NEWLINE. (CRLF_NEWLINE_ENCODER): renamed from CRLF_NEWLINE. (CR_NEWLINE_ENCODER): renamed from CR_NEWLINE. (rb_econv_open): renamed from rb_trans_open. (rb_econv_close): renamed from rb_trans_close. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d27394f54..1f8cf50ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +Thu Aug 14 20:25:52 2008 Tanaka Akira + + * transcode_data.h (transcode_invalid_byte_sequence): renamed from + transcode_invalid_input. + (transcode_destination_buffer_full): renamed from transcode_obuf_full. + (transcode_source_buffer_empty): renamed from transcode_ibuf_empty. + (rb_econv_result_t): renamed from rb_trans_result_t. + (rb_econv_elem_t): renamed from rb_trans_elem_t. + (rb_econv_t): renamed from rb_trans_t. + + * transcode.c (UNIVERSAL_NEWLINE_DECODER): renamed from + UNIVERSAL_NEWLINE. + (CRLF_NEWLINE_ENCODER): renamed from CRLF_NEWLINE. + (CR_NEWLINE_ENCODER): renamed from CR_NEWLINE. + (rb_econv_open): renamed from rb_trans_open. + (rb_econv_close): renamed from rb_trans_close. + Thu Aug 14 19:41:42 2008 Tanaka Akira * transcode.c (load_transcoder): unused function removed. -- cgit