From 165a018feb97b1db9d4dc666205887b1a5de0f07 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 14 Jul 2008 09:47:33 +0000 Subject: * transcode.c (transcode_loop): constified. * transcode.c (str_transcode): rb_str_set_len() sets a delimiter. * transcode_data.h (rb_transcoder): constified preprocessor and postprocessor input. * enc/trans/japanese.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 44 ++++++-------------------------------------- 1 file changed, 6 insertions(+), 38 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5a01454e3..52f081155 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,45 +1,13 @@ -Mon Jul 14 17:37:01 2008 Kazuhiro NISHIYAMA +Mon Jul 14 18:47:30 2008 Nobuyoshi Nakada - * test/ruby/test_time.rb (TestTime#test_time_interval): add timeout - to avoid stopping tests. + * transcode.c (transcode_loop): constified. -Mon Jul 14 15:18:30 2008 NARUSE, Yui + * transcode.c (str_transcode): rb_str_set_len() sets a delimiter. - * transcode.c (get_replacement_character): temporary function, - get characters for replacement mode. + * transcode_data.h (rb_transcoder): constified preprocessor and + postprocessor input. - * transcode.c (transcode_loop): add undef key and replace value. - - * transcode.c (str_transcode): ditto. - - * transcode.c (Init_transcode): define sym_undef and sym_replace. - -Mon Jul 14 15:16:40 2008 Kazuhiro NISHIYAMA - - * test/ruby/test_variable.rb (TestVariable#test_global_variable_0): - add test of $0. - -Mon Jul 14 13:36:15 2008 NAKAMURA Usaku - - * ext/socket/extconf.rb: initialize winsock on win32 to avoid error - dialog of OS. - -Mon Jul 14 06:02:26 2008 Nobuyoshi Nakada - - * lib/optparse.rb (OptionParser#environment): requires shellwords. - [ruby-dev:35466] - -Sun Jul 13 21:23:08 2008 Masaki Suketa - - * ext/win32ole/win32ole.c (EVENTSINK_Invoke): using hash - to set value to the reference argument of event. - - * test/win32ole/test_win32ole_event.rb: ditto. - -Sun Jul 13 06:57:09 2008 Nobuyoshi Nakada - - * ext/pty/pty.c (raise_from_wait, pty_syswait, get_device_once): - constified. + * enc/trans/japanese.c: ditto. Sun Jul 13 05:37:50 2008 NAKAMURA Usaku -- cgit