aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 2011-06-07svn2011-06-061-2/+2
* * test/ruby/test_io.rb (TestIO#test_s_{,bin}write): do not create a filekazu2011-06-062-52/+55
* * cont.c: use #if FIBER_USE_NATIVE instead of #ifdef.nagachika2011-06-062-14/+21
* * test/date/test_switch_hitter.rb: added a test.tadf2011-06-062-0/+31
* * ChangeLog: fix a typo.nagachika2011-06-061-1/+1
* * ext/date/date_core.c: added notes.tadf2011-06-062-2/+11
* * ChangeLog: fix a typo.nagachika2011-06-061-2/+2
* * ext/date/date_core.c: flattened format to strftimev.tadf2011-06-063-9/+18
* * include/ruby/{defines,missing}.h (rb_infinity, rb_nan): move fromusa2011-06-063-18/+23
* * test/rdoc/test_rdoc_markup_pre_process.rb (TestRDocMarkupPreProcess#usa2011-06-062-10/+7
* * ext/date/date_core.c (valid_jd_sub): need to convert from VALUE tousa2011-06-062-2/+10
* * include/ruby/defines.h (rb_inifinity, rb_nan): export for Windows.usa2011-06-062-2/+6
* * lib/test/unit.rb(Test::Unit::Runner#puke):sorah2011-06-062-0/+28
* * lib/net/http.rb: don't use autoload.naruse2011-06-062-3/+11
* * 2011-06-06svn2011-06-061-2/+2
* * ext/psych/parser.c (parse): release event objects to plug memorytenderlove2011-06-062-0/+6
* * eval.c: remove rb_thread_stop_timer_thread function declaration.kosaki2011-06-053-7/+7
* * thread_pthread.c (thread_timer): add to care a spurious wakeup.kosaki2011-06-052-9/+22
* * ext/date/date_core.c (m_real_cwyear): new. derived from m_cwyear.tadf2011-06-053-56/+89
* * ext/tk/config_list.in: add new options for tcltklib.nagai2011-06-052-1/+9
* * ext/date/date_tmx.h: now does not place decoded data. allows totadf2011-06-054-321/+352
* * 2011-06-05svn2011-06-041-2/+2
* * NEWS: wrote about changes of date.tadf2011-06-042-0/+45
* * ext/date/date_core.c (d_lite_inspect): changed the format.tadf2011-06-042-807/+1113
* clone_const_inobu2011-06-041-16/+24