CHG . 24174->24294 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=24294;diff_format=u CHG ChangeLog 24174->24294 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/ChangeLog?p1=branches/ruby_1_9_1/ChangeLog&r1=24174&r2=24294&pathrev=24294;diff_format=u CHG io.c 24120->24290 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=24174&r2=24294&pathrev=24294;diff_format=u CHG re.c 24049->24289 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/re.c?p1=branches/ruby_1_9_1/re.c&r1=24174&r2=24294&pathrev=24294;diff_format=u CHG version.h 24174->24294 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=24174&r2=24294&pathrev=24294;diff_format=u CHG ext/readline/extconf.rb 18491->24285 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/ext/readline/extconf.rb?p1=branches/ruby_1_9_1/ext/readline/extconf.rb&r1=24174&r2=24294&pathrev=24294;diff_format=u CHG ext/readline/readline.c 22513->24285 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/ext/readline/readline.c?p1=branches/ruby_1_9_1/ext/readline/readline.c&r1=24174&r2=24294&pathrev=24294;diff_format=u CHG ext/tk/lib/tk.rb 21539->24288 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/ext/tk/lib/tk.rb?p1=branches/ruby_1_9_1/ext/tk/lib/tk.rb&r1=24174&r2=24294&pathrev=24294;diff_format=u CHG ext/tk/lib/tk/grid.rb 17083->24288 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/ext/tk/lib/tk/grid.rb?p1=branches/ruby_1_9_1/ext/tk/lib/tk/grid.rb&r1=24174&r2=24294&pathrev=24294;diff_format=u CHG include/ruby/missing.h 21306->24287 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/include/ruby/missing.h?p1=branches/ruby_1_9_1/include/ruby/missing.h&r1=24174&r2=24294&pathrev=24294;diff_format=u CHG include/ruby/win32.h 21540->24287 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/include/ruby/win32.h?p1=branches/ruby_1_9_1/include/ruby/win32.h&r1=24174&r2=24294&pathrev=24294;diff_format=u CHG lib/irb.rb 20186->24294 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/lib/irb.rb?p1=branches/ruby_1_9_1/lib/irb.rb&r1=24174&r2=24294&pathrev=24294;diff_format=u CHG lib/matrix.rb 20880->24291 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/lib/matrix.rb?p1=branches/ruby_1_9_1/lib/matrix.rb&r1=24174&r2=24294&pathrev=24294;diff_format=u CHG lib/tracer.rb 14912->24293 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/lib/tracer.rb?p1=branches/ruby_1_9_1/lib/tracer.rb&r1=24174&r2=24294&pathrev=24294;diff_format=u CHG lib/irb/init.rb 20882->24294 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/lib/irb/init.rb?p1=branches/ruby_1_9_1/lib/irb/init.rb&r1=24174&r2=24294&pathrev=24294;diff_format=u CHG lib/irb/ext/save-history.rb 19671->24294 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_9_1/lib/irb/ext/save-history.rb?p1=branches/ruby_1_9_1/lib/irb/ext/save-history.rb&r1=24174&r2=24294&pathrev=24294;diff_format=u CHG test/ruby/test_io.rb 23520->24290 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=24174&r2=24294&pathrev=24294;diff_format=u --- 20090726T042442 +++ 20090727T042449 @@ -1,532 +1,532 @@ gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o inits.o -c inits.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o io.o -c io.c io.c: In function 'swallow': -io.c:2102: warning: comparison between signed and unsigned +io.c:2103: warning: comparison between signed and unsigned io.c: In function 'select_end': -io.c:6654: warning: comparison between signed and unsigned +io.c:6655: warning: comparison between signed and unsigned io.c: In function 'rb_f_select': -io.c:6687: warning: comparison between signed and unsigned +io.c:6688: warning: comparison between signed and unsigned io.c: In function 'rb_f_syscall': -io.c:6878: warning: comparison between signed and unsigned +io.c:6879: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-common -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o marshal.o -c marshal.c marshal.c: In function 'w_long': marshal.c:248: warning: comparison between signed and unsigned @@ -1133,7 +1133,7 @@ gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -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 == miniversion #