aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * configure.in (mingw): needs $(DEFFILE) for extension libraries.nobu2010-01-291-0/+5
* * lib/mkmf.rb (try_do): log no source when no developement env.nobu2010-01-291-0/+9
* * enc/trans/utf8_mac.trans (buf_shift_char): don't see uninitialisednaruse2010-01-291-0/+5
* * lib/delegate.rb (Delegator#initialize_copy): use initialize_copymatz2010-01-281-0/+6
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_i): update RDoc tomatz2010-01-281-0/+10
* * lib/cgi.rb: set autoload to CGI::HtmlExtension. [ruby-dev:40194]mame2010-01-281-0/+4
* * regcomp.c (onig_compile): initialize ScanEnv.naruse2010-01-281-0/+7
* add ML ref.kazu2010-01-271-0/+1
* * test/matrix/test_matrix.rb, test/matrix/test_vector.rb: add somemame2010-01-271-0/+5
* * lib/thread.rb (ConditionVariable#wait, signal, broadcast): returnmame2010-01-271-0/+5
* * lib/matrix.rb: add exception Matrix::ErrOperationNotImplementedkeiju2010-01-271-0/+10
* * vm_dump.c (bugreport_backtrace): trivial change.kazu2010-01-271-0/+9
* * test/ruby/test_exception.rbkazu2010-01-271-0/+6
* fix typoskazu2010-01-271-2/+2
* * lib/matrix.rb (determinant): fix name error.mame2010-01-271-0/+4
* * vm_eval.c (rb_backtrace): "circular require" warning was output tomame2010-01-271-0/+6
* * ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod, BigDecimal_mod,mame2010-01-261-0/+6
* * ext/bigdecimal/bigdecimal.c (VpCtoV): do not raise infinitymame2010-01-261-0/+5
* * ext/zlib/zlib.c (rb_gzfile_s_wrap): add rdoc. [Bug #2656]naruse2010-01-261-3/+3
* * ext/bigdecimal/bigdecimal.c (VpCtoV): BigDecimal("0E200000000000")mame2010-01-261-0/+7
* * configure.in: test unsetenv returns a value.akr2010-01-261-0/+8
* * ext/socket/extconf.rb: suppress a warning.akr2010-01-261-0/+6
* * vm.c (rb_vm_invoke_proc): this function must not catch TAG_RETURNmame2010-01-261-0/+5
* * lib/drb/eq.rb: fix circular requrie in drb.seki2010-01-261-0/+6
* * ext/zlib/zlib.c (rb_gzfile_s_wrap): add rdoc.naruse2010-01-261-0/+7
* * ext/strscan/strscan.c: fix rdoc. (length -> bytesize)naruse2010-01-261-0/+5
* * lib/matrix.rb: suppress warnings.akr2010-01-251-0/+4
* * cont.c, vm_core.h, eval.c: because rb_protect must not be jumped bymame2010-01-251-0/+7
* * thread.c (do_select): wrong conditions. [ruby-core:27753]usa2010-01-251-0/+4
* * test/ruby/envutil.rb: use method_defined? instead ofmame2010-01-251-0/+5
* * cont.c (rb_cont_call, cont_restore_1): remove trap_tag check becausemame2010-01-251-0/+7
* * test/ruby/envutil.rb: fix the check if instance method `ruby' ismame2010-01-251-0/+5
* * test/ruby/test_rubyoptions.rb (test_segv_test): add a test formame2010-01-251-0/+5
* * ext/pty/pty.c (pty_check): needs WNOHANG to poll, return $?, andnobu2010-01-251-0/+5
* * version.c (RUBY_LIB, RUBY_*_LIB): moved from configures.nobu2010-01-251-0/+4
* * signal.c (USE_SIGALTSTACK): only when SA_SIGINFO also isnobu2010-01-251-0/+5
* * dln.c, file.c, io.c, signal.c: add __HAIKU__.naruse2010-01-251-0/+5
* * math.c (domain_check): ignore errno if y is inf.naruse2010-01-251-0/+8
* * eval.c, vm.c, vm_eval.c, vm_insnhelper.c: fix issues aboutko12010-01-241-0/+9
* * string.c (rb_str_inspect): increment by rb_enc_mbminlen(enc) forakr2010-01-241-1/+2
* * string.c (rb_enc_strlen_cr): increment by rb_enc_mbminlen(enc) forakr2010-01-241-0/+5
* * thread.c (thread_start_func_2): unlock all locking mutexesnobu2010-01-231-0/+12
* * lib/rdoc/parser/ruby.rb: fix typo.naruse2010-01-231-1/+6
* * lib/rdoc/markup/to_html_crossref.rb: fix failure of the test.naruse2010-01-231-0/+5
* * dir.c (dir_s_glob): add rdoc by Roger Pack. [ruby-core:27669]naruse2010-01-231-0/+4
* * lib/rdoc/generator/html.rb (RDoc::Generator::HTML#gen_into):naruse2010-01-231-0/+6
* * ext/win32ole/win32ole.c: add WIN32OLE.ole_initialize,suke2010-01-231-0/+9
* * sample/coverage.rb: preserve exit status.mame2010-01-221-0/+4
* * test/ruby/test_dir.rb: get rid of debug print.mame2010-01-221-0/+6
* * test/ruby/test_array.rb: add a test for Array#rotate, rotate!.mame2010-01-221-0/+29