summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-29* common.mk (help): updated.nobu
2010-01-28* lib/delegate.rb (Delegator#initialize_copy): use initialize_copymatz
2010-01-28* ext/bigdecimal/bigdecimal.c (BigDecimal_to_i): update RDoc tomatz
2010-01-28* 2010-01-29svn
2010-01-28* lib/cgi.rb: set autoload to CGI::HtmlExtension. [ruby-dev:40194]mame
2010-01-28* regcomp.c (onig_compile): initialize ScanEnv.naruse
2010-01-27* 2010-01-28svn
2010-01-27add ML ref.kazu
2010-01-27* test/matrix/test_matrix.rb, test/matrix/test_vector.rb: add somemame
2010-01-27* lib/thread.rb (ConditionVariable#wait, signal, broadcast): returnmame
2010-01-27 * lib/matrix.rb: add exception Matrix::ErrOperationNotImplementedkeiju
2010-01-27* vm_dump.c (bugreport_backtrace): trivial change.kazu
2010-01-27* test/ruby/test_exception.rbkazu
2010-01-27fix typoskazu
2010-01-27* lib/matrix.rb (determinant): fix name error.mame
2010-01-27* vm_eval.c (rb_backtrace): "circular require" warning was output tomame
2010-01-27suppress warnings.akr
2010-01-26* ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod, BigDecimal_mod,mame
2010-01-26* 2010-01-27svn
2010-01-26* ext/bigdecimal/bigdecimal.c (VpCtoV): do not raise infinitymame
2010-01-26suppress warnings.akr
2010-01-26* ext/zlib/zlib.c (rb_gzfile_s_wrap): add rdoc. [Bug #2656]naruse
2010-01-26* ext/bigdecimal/bigdecimal.c (VpCtoV): BigDecimal("0E200000000000")mame
2010-01-26* configure.in: test unsetenv returns a value.akr
2010-01-26* ext/socket/extconf.rb: suppress a warning.akr
2010-01-26* vm.c (rb_vm_invoke_proc): this function must not catch TAG_RETURNmame
2010-01-26 * lib/drb/eq.rb: fix circular requrie in drb.seki
2010-01-26* ext/zlib/zlib.c (rb_gzfile_s_wrap): add rdoc.naruse
2010-01-26* ext/strscan/strscan.c: fix rdoc. (length -> bytesize)naruse
2010-01-26don't gnerate core file.akr
2010-01-25supress warnings.akr
2010-01-25* lib/matrix.rb: suppress warnings.akr
2010-01-25* 2010-01-26svn
2010-01-25* cont.c, vm_core.h, eval.c: because rb_protect must not be jumped bymame
2010-01-25* thread.c (do_select): wrong conditions. [ruby-core:27753]usa
2010-01-25* test/ruby/envutil.rb: use method_defined? instead ofmame
2010-01-25* cont.c (rb_cont_call, cont_restore_1): remove trap_tag check becausemame
2010-01-25* test/ruby/envutil.rb: fix the check if instance method `ruby' ismame
2010-01-25* test/ruby/test_rubyoptions.rb (test_segv_test): add a test formame
2010-01-25* file.c (be_chown, be_fchown, eaccess): suppressed warnings.nobu
2010-01-25* configure.in (RUBY_ARCHLIB): moved to version.c.nobu
2010-01-25* ext/pty/pty.c (pty_check): needs WNOHANG to poll, return $?, andnobu
2010-01-25* version.c (RUBY_LIB, RUBY_*_LIB): moved from configures.nobu
2010-01-25* include/ruby.h: removed duplication, added the macro for version.h.nobu
2010-01-25* signal.c (USE_SIGALTSTACK): only when SA_SIGINFO also isnobu
2010-01-25* dln.c, file.c, io.c, signal.c: add __HAIKU__.naruse
2010-01-25* math.c (domain_check): ignore errno if y is inf.naruse
2010-01-25* string.c (rb_str_inspect): suppress a warning.nobu
2010-01-24* eval.c, vm.c, vm_eval.c, vm_insnhelper.c: fix issues aboutko1
2010-01-24rdoc update.akr