CHG . 21201->21253 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=21253;diff_format=u CHG ChangeLog 21201->21253 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/ChangeLog?p1=branches/ruby_1_9_1/ChangeLog&r1=21201&r2=21253&pathrev=21253;diff_format=u CHG Makefile.in 21161->21253 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/Makefile.in?p1=branches/ruby_1_9_1/Makefile.in&r1=21201&r2=21253&pathrev=21253;diff_format=u CHG io.c 21073->21230 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/io.c?p1=branches/ruby_1_9_1/io.c&r1=21201&r2=21253&pathrev=21253;diff_format=u CHG math.c 20694->21232 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/math.c?p1=branches/ruby_1_9_1/math.c&r1=21201&r2=21253&pathrev=21253;diff_format=u CHG object.c 19466->21232 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/object.c?p1=branches/ruby_1_9_1/object.c&r1=21201&r2=21253&pathrev=21253;diff_format=u CHG version.h 21190->21227 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/version.h?p1=branches/ruby_1_9_1/version.h&r1=21201&r2=21253&pathrev=21253;diff_format=u CHG ext/openssl/ossl_digest.c 18168->21228 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/ext/openssl/ossl_digest.c?p1=branches/ruby_1_9_1/ext/openssl/ossl_digest.c&r1=21201&r2=21253&pathrev=21253;diff_format=u CHG ext/openssl/ossl_pkey_ec.c 19420->21228 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/ext/openssl/ossl_pkey_ec.c?p1=branches/ruby_1_9_1/ext/openssl/ossl_pkey_ec.c&r1=21201&r2=21253&pathrev=21253;diff_format=u CHG ext/socket/mkconstants.rb 19378->21226 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/ext/socket/mkconstants.rb?p1=branches/ruby_1_9_1/ext/socket/mkconstants.rb&r1=21201&r2=21253&pathrev=21253;diff_format=u CHG ext/socket/socket.c 20878->21226 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/ext/socket/socket.c?p1=branches/ruby_1_9_1/ext/socket/socket.c&r1=21201&r2=21253&pathrev=21253;diff_format=u CHG lib/singleton.rb 17396->21235 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/lib/singleton.rb?p1=branches/ruby_1_9_1/lib/singleton.rb&r1=21201&r2=21253&pathrev=21253;diff_format=u CHG spec/README 20806->21231 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/spec/README?p1=branches/ruby_1_9_1/spec/README&r1=21201&r2=21253&pathrev=21253;diff_format=u CHG spec/default.mspec 20549->21253 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/spec/default.mspec?p1=branches/ruby_1_9_1/spec/default.mspec&r1=21201&r2=21253&pathrev=21253;diff_format=u CHG test/ruby/test_io.rb 21040->21229 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/test/ruby/test_io.rb?p1=branches/ruby_1_9_1/test/ruby/test_io.rb&r1=21201&r2=21253&pathrev=21253;diff_format=u CHG tool/file2lastrev.rb 21058->21236 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/tool/file2lastrev.rb?p1=branches/ruby_1_9_1/tool/file2lastrev.rb&r1=21201&r2=21253&pathrev=21253;diff_format=u CHG win32/Makefile.sub 21154->21234 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/win32/Makefile.sub?p1=branches/ruby_1_9_1/win32/Makefile.sub&r1=21201&r2=21253&pathrev=21253;diff_format=u --- 20090101T043227 +++ 20090102T043324 @@ -1,419 +1,421 @@ gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o io.o -c io.c gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o marshal.o -c marshal.c gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o math.o -c math.c +math.c: In function 'math_atan2': +math.c:75: warning: implicit declaration of function 'rb_to_float' gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o numeric.o -c numeric.c gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o object.o -c object.c gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o pack.o -c pack.c @@ -505,7 +507,7 @@ gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -L. main.o dmydln.o dmyencoding.o miniprelude.o array.o bignum.o class.o compar.o complex.o dir.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o version.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o alloca.o dmyext.o -lpthread -ldl -lobjc -o miniruby == version #