summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-11* lib/rubygems/install_update_options.rbmame
2010-06-10* time.c (find_time_t): test the result of LOCALTIME.akr
2010-06-10* time.c (rb_localtime_r2): fix localtime overflow check.akr
2010-06-10more testsakr
2010-06-10* 2010-06-11svn
2010-06-10make it runnable by ruby 1.8.6.akr
2010-06-10split tests.akr
2010-06-10* time.c (rb_localtime_r2): refine localtime overflow check forakr
2010-06-10add comment.akr
2010-06-10more tests.akr
2010-06-10Revert r28200.naruse
2010-06-10* io.c (rb_io_putc): documentation updated to mention putc wouldmatz
2010-06-09* 2010-06-10svn
2010-06-09new test file.akr
2010-06-09* time.c (find_time_t): always outerpolate from past.akr
2010-06-09* 2010-06-09svn
2010-06-09* time.c (calc_tm_yday): extracted from timegmw_noleapsecond.akr
2010-06-08* test/ruby/test_proc.rb (test_parameters): require is no longer built-in.nobu
2010-06-07* test/rubygems/test_gem_activation.rb: typo.nobu
2010-06-07* gem_prelude.rb: load full rubygems at LoadError for activationnobu
2010-06-07* io.c (parse_mode_enc): set set_by_bom bit. [ruby-core:30641]nobu
2010-06-07* gc.c (rb_obj_id): trivial optimization.nobu
2010-06-07* thread.c (Init_Thread): no need to suppress warning fornobu
2010-06-06* string.c (rb_str_buf_cat_escaped_char): get rid of buffernobu
2010-06-06* test/ruby/test_array.rb (test_product): test for r28187.nobu
2010-06-06fix typos.akr
2010-06-06* array.c (rb_ary_product): clear uninitialized elements in temporaryakr
2010-06-06 * test/ruby/test_env.rb (class TestEnv): fix typo.tarui
2010-06-06* gc.c: set_heaps_increment is notnari
2010-06-06* array.c (rb_ary_product): need to set the length in order to getnobu
2010-06-05* vm.c (Init_BareVM): call Init_native_thread here.akr
2010-06-05* NEWS: Enumerable#join has been reverted. [ruby-core:30604]nobu
2010-06-05* text/ruby/envutil.rb: ToArray when args is String.naruse
2010-06-05* re.c (rb_reg_expr_str): ASCII incompatible stringsnaruse
2010-06-05* string.c (sym_inspect): Escape when the symbol is notnaruse
2010-06-05* string.c (rb_str_buf_cat_escaped_char): defined.naruse
2010-06-05add an assertion message.akr
2010-06-05* .gdbinit (rp): show type name for RTypedData.akr
2010-06-05* ruby.c (process_options, load_file_internal): $0 seen fromnobu
2010-06-05* test/ruby/envutil.rb (EnvUtil#invoke_ruby): support for childnobu
2010-06-05* test/net/imap/test_imap.rb (test_exception_during_shutdown):nobu
2010-06-05* lib/matrix.rb (eql?, ==, minor): Fix bugs when comparing/returningmarcandre
2010-06-05* lib/matrix.rb: trivial optimizationsmarcandre
2010-06-05* error.c (rb_name_err_mesg_new): guard mesg, recv and method.akr
2010-06-05* .gdbinit (rp): detect and show RTypedData.akr
2010-06-05* ruby.c (process_options): revert r25330, so that $0 can be seennobu
2010-06-04* file.c (rb_f_test): 'W' should test writable by real uid/git,nobu
2010-06-04* 2010-06-05svn
2010-06-04Clarification of what '*' matches. Patch by John Wells <john.wells at greatw...drbrain
2010-06-04* test/dl/test_cfunc.rb: test for r28156tenderlove