aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/rubygems/install_update_options.rbmame2010-06-113-5/+10
* * time.c (find_time_t): test the result of LOCALTIME.akr2010-06-102-2/+6
* * time.c (rb_localtime_r2): fix localtime overflow check.akr2010-06-102-3/+9
* more testsakr2010-06-101-2/+6
* * 2010-06-11svn2010-06-101-2/+2
* make it runnable by ruby 1.8.6.akr2010-06-101-6/+21
* split tests.akr2010-06-101-38/+64
* * time.c (rb_localtime_r2): refine localtime overflow check forakr2010-06-103-5/+20
* add comment.akr2010-06-101-2/+3
* more tests.akr2010-06-101-63/+173
* Revert r28200.naruse2010-06-109-143/+112
* * io.c (rb_io_putc): documentation updated to mention putc wouldmatz2010-06-102-3/+15
* * 2010-06-10svn2010-06-091-2/+2
* new test file.akr2010-06-091-0/+136
* * time.c (find_time_t): always outerpolate from past.akr2010-06-092-16/+30
* * 2010-06-09svn2010-06-091-2/+2
* * time.c (calc_tm_yday): extracted from timegmw_noleapsecond.akr2010-06-092-5/+23
* * test/ruby/test_proc.rb (test_parameters): require is no longer built-in.nobu2010-06-081-1/+1
* * test/rubygems/test_gem_activation.rb: typo.nobu2010-06-071-1/+1
* * gem_prelude.rb: load full rubygems at LoadError for activationnobu2010-06-0712-113/+171
* * io.c (parse_mode_enc): set set_by_bom bit. [ruby-core:30641]nobu2010-06-073-10/+18
* * gc.c (rb_obj_id): trivial optimization.nobu2010-06-071-1/+1
* * thread.c (Init_Thread): no need to suppress warning fornobu2010-06-072-3/+2
* * string.c (rb_str_buf_cat_escaped_char): get rid of buffernobu2010-06-062-3/+13
* * test/ruby/test_array.rb (test_product): test for r28187.nobu2010-06-061-0/+5
* fix typos.akr2010-06-061-2/+2
* * array.c (rb_ary_product): clear uninitialized elements in temporaryakr2010-06-062-0/+6
* * test/ruby/test_env.rb (class TestEnv): fix typo.tarui2010-06-061-2/+2
* * gc.c: set_heaps_increment is notnari2010-06-062-16/+29
* * array.c (rb_ary_product): need to set the length in order to getnobu2010-06-064-0/+22
* * vm.c (Init_BareVM): call Init_native_thread here.akr2010-06-055-3/+17
* * NEWS: Enumerable#join has been reverted. [ruby-core:30604]nobu2010-06-053-3/+6
* * text/ruby/envutil.rb: ToArray when args is String.naruse2010-06-051-0/+1
* * re.c (rb_reg_expr_str): ASCII incompatible stringsnaruse2010-06-053-22/+63
* * string.c (sym_inspect): Escape when the symbol is notnaruse2010-06-052-1/+9
* * string.c (rb_str_buf_cat_escaped_char): defined.naruse2010-06-052-22/+36
* add an assertion message.akr2010-06-051-1/+1
* * .gdbinit (rp): show type name for RTypedData.akr2010-06-052-1/+5
* * ruby.c (process_options, load_file_internal): $0 seen fromnobu2010-06-053-8/+13
* * test/ruby/envutil.rb (EnvUtil#invoke_ruby): support for childnobu2010-06-052-1/+10
* * test/net/imap/test_imap.rb (test_exception_during_shutdown):nobu2010-06-052-0/+6
* * lib/matrix.rb (eql?, ==, minor): Fix bugs when comparing/returningmarcandre2010-06-052-3/+10
* * lib/matrix.rb: trivial optimizationsmarcandre2010-06-051-20/+16
* * error.c (rb_name_err_mesg_new): guard mesg, recv and method.akr2010-06-052-1/+11
* * .gdbinit (rp): detect and show RTypedData.akr2010-06-052-2/+11
* * ruby.c (process_options): revert r25330, so that $0 can be seennobu2010-06-054-7/+19
* * file.c (rb_f_test): 'W' should test writable by real uid/git,nobu2010-06-043-2/+7
* * 2010-06-05svn2010-06-041-2/+2
* Clarification of what '*' matches. Patch by John Wells <john.wells at greatw...drbrain2010-06-044-7/+9
* * test/dl/test_cfunc.rb: test for r28156tenderlove2010-06-041-0/+4