CHG . 24213->24233 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=24233;diff_format=u CHG ChangeLog 24213->24233 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?p1=trunk/ChangeLog&r1=24213&r2=24233&pathrev=24233;diff_format=u CHG gc.c 24195->24216 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/gc.c?p1=trunk/gc.c&r1=24213&r2=24233&pathrev=24233;diff_format=u CHG random.c 24191->24228 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/random.c?p1=trunk/random.c&r1=24213&r2=24233&pathrev=24233;diff_format=u CHG variable.c 24135->24215 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/variable.c?p1=trunk/variable.c&r1=24213&r2=24233&pathrev=24233;diff_format=u CHG version.h 24208->24230 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/version.h?p1=trunk/version.h&r1=24213&r2=24233&pathrev=24233;diff_format=u CHG bootstraptest/test_io.rb 23288->24232 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_io.rb?p1=trunk/bootstraptest/test_io.rb&r1=24213&r2=24233&pathrev=24233;diff_format=u CHG ext/win32ole/win32ole.c 23469->24220 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/win32ole/win32ole.c?p1=trunk/ext/win32ole/win32ole.c&r1=24213&r2=24233&pathrev=24233;diff_format=u CHG include/ruby/win32.h 24179->24218 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/win32.h?p1=trunk/include/ruby/win32.h&r1=24213&r2=24233&pathrev=24233;diff_format=u CHG lib/irb.rb 23985->24233 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/irb.rb?p1=trunk/lib/irb.rb&r1=24213&r2=24233&pathrev=24233;diff_format=u CHG lib/tracer.rb 22784->24226 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/tracer.rb?p1=trunk/lib/tracer.rb&r1=24213&r2=24233&pathrev=24233;diff_format=u CHG lib/irb/init.rb 23985->24229 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/irb/init.rb?p1=trunk/lib/irb/init.rb&r1=24213&r2=24233&pathrev=24233;diff_format=u CHG lib/irb/cmd/help.rb 23985->24227 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/irb/cmd/help.rb?p1=trunk/lib/irb/cmd/help.rb&r1=24213&r2=24233&pathrev=24233;diff_format=u CHG lib/irb/ext/save-history.rb 23985->24229 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/irb/ext/save-history.rb?p1=trunk/lib/irb/ext/save-history.rb&r1=24213&r2=24233&pathrev=24233;diff_format=u CHG test/ruby/test_rand.rb 24142->24228 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/ruby/test_rand.rb?p1=trunk/test/ruby/test_rand.rb&r1=24213&r2=24233&pathrev=24233;diff_format=u CHG test/win32ole/test_win32ole_variant.rb 24153->24220 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/win32ole/test_win32ole_variant.rb?p1=trunk/test/win32ole/test_win32ole_variant.rb&r1=24213&r2=24233&pathrev=24233;diff_format=u CHG win32/Makefile.sub 24116->24217 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/win32/Makefile.sub?p1=trunk/win32/Makefile.sub&r1=24213&r2=24233&pathrev=24233;diff_format=u CHG win32/win32.c 23036->24218 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/win32/win32.c?p1=trunk/win32/win32.c&r1=24213&r2=24233&pathrev=24233;diff_format=u --- 20090721T073546 +++ 20090722T073540 @@ -1,915 +1,915 @@ gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -L. -rdynamic -Wl,-export-dynamic main.o dln.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 strlcpy.o strlcat.o dmyext.o -lpthread -lrt -ldl -lcrypt -lm -o miniruby == miniversion #