summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2016-03-16proc.c: fail symbol proc bindingnobu
2016-03-16* test/ruby/enc/test_case_mapping.rb: Fixed and activated a test for Cherokee.duerst
2016-03-16* test/ruby/enc/test_case_mapping.rb: Fixed a logical error.duerst
2016-03-16* test/ruby/enc/test_case_mapping.rb: Adding tests for Cherokee.duerst
2016-03-16* test/ruby/enc/test_case_mapping.rb: Adding tests for actual Unicodeduerst
2016-03-15* enum.c (enum_inject): Consider redefinition of Fixnum#+.akr
2016-03-15fix a typo [ci skip]kazu
2016-03-15* enum.c (enum_inject): Implement the specialied code for :+ operatorakr
2016-03-15* enum.c (enum_inject): Implement the specialized code for self is anakr
2016-03-15* enc/unicode.c: Eliminating common code.duerst
2016-03-15* enc/unicode.c: Expansion of some code repetition in preparation forduerst
2016-03-15* enc/unicode.c: Additional macros and code to use mapping data induerst
2016-03-15internal.h: private rb_gc_mark_global_tblnobu
2016-03-15* doc/extension.ja.rdoc: Fix RDoc markup in doc/extension*.rdoc.hsbt
2016-03-15* time.c: Minor typo in Time#dst? documentation.hsbt
2016-03-14* test/ruby/test_rubyoptions.rb (test_disable): add tests forheadius
2016-03-14* marshal.c (r_object0): Fix Marshal crash for corrupt extended object.drbrain
2016-03-14* test/ruby/test_rubyoptions.rb: make version matching supportheadius
2016-03-14* bignum.c (big2str_2bdigits): reduce div instruction.naruse
2016-03-14* include/ruby/oniguruma.h, enc/unicode.c: Adjusting flag assignmentsduerst
2016-03-14optimize named capture assignmentnobu
2016-03-14ruby.c: reduce fstatnobu
2016-03-14* numeric.c (fix2str): improve r54092 like rb_int2big().naruse
2016-03-14document OpenSSL::SSL::SSLContext#setup as MT-unsafenormal
2016-03-13win32.h: fix O_SHARE_DELETEnobu
2016-03-13numeric.c: fix edge casenobu
2016-03-12Malformed RDoc syntax in catch [ci skip]nobu
2016-03-11* test/lib/test/unit.rb: describe !/REGEXP/ in the help message.akr
2016-03-11testunit: negative filternobu
2016-03-11* enc/unicode/case-folding.rb, casefold.h: Streamlining approach toduerst
2016-03-10iseq.h: coverage_enabled flagnobu
2016-03-10node.c: hidden options hashnobu
2016-03-10* test/socket/test_socket.rb (test_udp_recvmsg_truncation):odaira
2016-03-09fix a typo [ci skip]kazu
2016-03-09* benchmark/driver.rb: fix my last commit (syntax error).ko1
2016-03-09* benchmark/driver.rb: fix output messages.ko1
2016-03-09* benchmark/driver.rb: support memory usage benchmark.ko1
2016-03-09* benchmark/bm_vm3_gc_old_full.rb: add GC.start benchmark.ko1
2016-03-09* benchmark/driver.rb: exit benchmarking if a benchmark processko1
2016-03-09memory_status.rb: independent of MiniTestnobu
2016-03-09* test/io/wait/test_io_wait.rb (test_wait_readwrite_timeout):odaira
2016-03-08* test/ruby/test_require.rb (test_require_with_loaded_features_pop):headius
2016-03-08vm_method.c: fix aliased original namenobu
2016-03-08logger.rb: kwd argsnobu
2016-03-08test/ruby/test_array.rb: split permute + stack error tests out.headius
2016-03-08* intern.h (rb_divmod): assume compilers `/` and `%` comply C99naruse
2016-03-08* insns.def (opt_mod): show its method name on ZeroDivisionError.naruse
2016-03-08* win32/win32.c (rb_w32_write_console): now no need to checkusa
2016-03-08* win32/win32.c (rb_w32_write_console): stop the VT100 emulation if theusa
2016-03-07* test/net/imap/test_imap.rb (test_idle_timeout): Because of theodaira