aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * bootstraptest/runner.rb: should initilize $stress to avoid warnings.eban2011-06-112-0/+5
* * io.c (io_getc): should be 7bit if ascii. fixes #4557nobu2011-06-113-1/+14
* * numeric.c (rb_enc_uint_chr): fix message format. Bug#4869nobu2011-06-113-1/+9
* * ChangeLog: fix ticket number at r31995. fixes #4161 is correct.kou2011-06-111-1/+1
* * lib/rexml/formatters/pretty.rbkou2011-06-113-1/+71
* * test/rexml/test_core.rbkou2011-06-112-4/+8
* * lib/rexml/parsers/xpathparser.rbkou2011-06-113-1/+20
* * test/rexml/test_elements.rb (ElementsTester): remove needlesskou2011-06-112-10/+15
* fixed a grammatical errorduerst2011-06-112-1/+4
* * vm.c (thread_memsize): don't ignore size of th->local_storage.kosaki2011-06-112-1/+5
* * lib/mkmf.rb: should quote arch_hdrdir and libpath for the casenobu2011-06-112-5/+10
* * thread_pthread.c (native_cond_timeout): wrap conditinally used label.nobu2011-06-112-1/+8
* * thread.c (rb_thread_execute_interrupts): use GetThreadPtr to extractakr2011-06-112-2/+10
* * 2011-06-11svn2011-06-111-2/+2
* * ruby.c (ruby_process_options): add missing return type.nobu2011-06-112-1/+5
* * ext/tk/tcltklib.c (lib_eventloop_core): replace CHECK_INTS withkosaki2011-06-102-1/+6
* * encoding.c (rb_locale_charmap): When ruby process is run as Windowsnaruse2011-06-102-1/+11
* Don't break test-all.naruse2011-06-102-9/+1
* * common.mk: restore TESTRUN_SCRIPT to "$(srcdir)/test.rb".ko12011-06-102-1/+6
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#skip): reason tonobu2011-06-102-1/+9
* * test/testunit: add skip messages.nobu2011-06-102-2/+2
* * test/ruby/test_transcode.rb (TestTranscode#test_Big5_Hkscs): fixnobu2011-06-101-1/+1
* * test/ruby/test_module.rb (TestModule#remove_rake_mixins): remove allnobu2011-06-102-3/+9
* * encoding.c: Mention that Encoding.compatible? can work with moredrbrain2011-06-102-5/+16
* * ext/psych/lib/psych.rb: updating version to match released gem.tenderlove2011-06-092-1/+5
* * ext/bigdecimal (BigDecimal_to_i): Integer#** may return flonum.tadf2011-06-092-4/+13
* * complex.c (string_to_c_internal): uses rb_reg_nth_match;tadf2011-06-093-28/+21
* * gc.c: remove an unused declaration.nagachika2011-06-092-1/+4
* * rational.c (string_to_r): Rational#** may return flonum.tadf2011-06-092-3/+11
* * 2011-06-10svn2011-06-091-2/+2
* * io.c: fix IO.copy_stream interrupt handling.akr2011-06-096-23/+137
* * gc.c (rb_objspace_call_finalizer): use rb_typeddata_is_kind_of() fornagachika2011-06-095-1/+34
* * test/ruby/test_thread.rb (TestThread#test_kill_thread_subclass):nagachika2011-06-092-0/+16
* * test/ruby/test_thread.rb (TestThread#test_kill_wrong_argument):nagachika2011-06-092-0/+13
* * string.c: Fix the ambiguous description of the behavior ofmrkn2011-06-092-1/+8
* * ext/psych/lib/psych/visitors/to_ruby.rb: Hash subclasses can be readtenderlove2011-06-094-23/+56
* * ext/psych/lib/psych/visitors/to_ruby.rb: Ruby modules can be loadedtenderlove2011-06-094-1/+31
* * 2011-06-09svn2011-06-091-2/+2
* * ext/psych/lib/psych/visitors/to_ruby.rb: Ruby classes can be loadedtenderlove2011-06-094-6/+19
* * ChangeLog: fix some typosnagachika2011-06-081-2/+2
* * ChangeLog: add ticket linknagachika2011-06-081-1/+1
* * 2011-06-08svn2011-06-081-2/+2
* * cont.c (root_fiber_alloc): set root fiber's status RUNNING.nagachika2011-06-082-1/+8
* * doc/irb/irb.rd: fix typo. patch by Nobuhiro IMAI.kosaki2011-06-074-3/+10
* * lib/rubygems/user_interaction.rb (Gem::StreamUI#tty?): IO#tty? ofusa2011-06-073-18/+9
* * test/rubygems/test_gem.rb (TestGem#{test_self_user_home_userprofile,usa2011-06-072-4/+8
* * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name):usa2011-06-072-1/+6
* * ext/date/date_core.c (date_s_today, datetime_s_now): check thenobu2011-06-072-2/+9
* * time.c (rb_gmtime_r2): adjust indent.nobu2011-06-071-12/+12
* * ext/tk/extconf.rb: use $defs not $CPPFLAGS to get rid ofnobu2011-06-072-5/+9