summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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* 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* 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-24* eval.c, vm.c, vm_eval.c, vm_insnhelper.c: fix issues aboutko1
2010-01-24* string.c (rb_str_inspect): increment by rb_enc_mbminlen(enc) forakr
2010-01-24* string.c (rb_enc_strlen_cr): increment by rb_enc_mbminlen(enc) forakr
2010-01-23* thread.c (thread_start_func_2): unlock all locking mutexesnobu
2010-01-23* lib/rdoc/parser/ruby.rb: fix typo.naruse
2010-01-23* lib/rdoc/markup/to_html_crossref.rb: fix failure of the test.naruse
2010-01-23* dir.c (dir_s_glob): add rdoc by Roger Pack. [ruby-core:27669]naruse
2010-01-23* lib/rdoc/generator/html.rb (RDoc::Generator::HTML#gen_into):naruse
2010-01-23* ext/win32ole/win32ole.c: add WIN32OLE.ole_initialize,suke
2010-01-22* sample/coverage.rb: preserve exit status.mame
2010-01-22* test/ruby/test_dir.rb: get rid of debug print.mame
2010-01-22* test/ruby/test_array.rb: add a test for Array#rotate, rotate!.mame
2010-01-22* test/ruby/test_regexp.rb, test/ruby/test_symbol.rb,mame
2010-01-22* time.c (time_mload): add submicro into vtm.subsecx. [ruby-dev:40133] akr
2010-01-22* common.mk (rdoc): needs encodings and exts.nobu
2010-01-22* configure.in: add missing comma.naruse
2010-01-21* test/ruby/test_bignum.rb, test/ruby/test_class.rb,mame
2010-01-21* test/ruby/test_require.rb (test_define_class): expect TypeErrormame
2010-01-21* configure.in: some tidy.shyouhei
2010-01-21* array.c (rb_ary_rotate): new methods, Array#rotate! andnobu
2010-01-21* array.c (rb_ary_reverse_m): copy directly.nobu
2010-01-21* configure.in: use AS_CASE instead of when, to get rid ofnobu
2010-01-20* iseq.c (iseq_s_disasm): check for proc first. based on thenobu
2010-01-20 * common.mk (compile.$(OBJEXT)): dependencies lacking.shyouhei
2010-01-19* lib/resolv.rb (Resolv::Config.default_config_hash): return annobu
2010-01-19* lib/resolv.rb (Resolv::DNS::Config#lazy_initialize): fixed thenobu
2010-01-19* Makefile.in (clean-ext): allow glob patterns.nobu
2010-01-19* ChangeLog: commit miss.usa
2010-01-19* ext/zlib/zlib.c: added Zlib.crc32_combine and Zlib.adler32_combinetenderlove
2010-01-18* test/ruby/test_array.rb: add some tests (for coverage).mame
2010-01-18* test/ruby/test_bignum.rb: some coerce definitions (for test) wasmame
2010-01-18* bignum.c (bigsub_int): remove nonsense loop.mame
2010-01-18* parse.y (top_compstmt, top_stmts, top_stmt): prohibit BEGIN {} inmame
2010-01-18* lib/webrick/httpservlet/filehandler.rb (make_partial_content):nobu
2010-01-18* lib/net/http.rb (Net::HTTPHeader#{content_range,range_length}):nobu
2010-01-17* ext/digest/digest.c (rb_digest_instance_hexdigest_bang): Fixknu
2010-01-17* ext/digest/digest.c (rb_digest_instance_digest)knu
2010-01-17* math.c (domain_check): check errno first.nobu
2010-01-17* ext/iconv/iconv.c (rb_str_derive): use long.nobu
2010-01-17* ext/iconv/iconv.c (iconv_convert): suppress a warning.nobu
2010-01-17* lib/mkmf.rb (have_header, create_header): use String#tr_cpp.nobu
2010-01-14* numeric.c (flo_hash, int_chr): fixed type.nobu
2010-01-14* string.c (rb_str_concat): fixed range check for Fixnum, andnobu