From 59eec05d53b8fdfabef818760534429494df564f Mon Sep 17 00:00:00 2001 From: duerst Date: Tue, 25 Dec 2007 03:33:23 +0000 Subject: Tue Dec 25 12:32:32 2007 Martin Duerst * transcode.c: Moving a static counter from inside register_transcoder() and register_functional_transcoder() to outside the functions, renaming from n to next_transcoder_position. Fixes 3) in [ruby-dev:32715]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1b6f52d12..d1120f20e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Dec 25 12:32:32 2007 Martin Duerst + + * transcode.c: Moving a static counter from inside register_transcoder() + and register_functional_transcoder() to outside the functions, renaming + from n to next_transcoder_position. Fixes 3) in [ruby-dev:32715]. + Tue Dec 25 12:22:17 2007 NARUSE, Yui * sample/from.rb: follow Ruby 1.9 libraries. -- cgit