summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-12-23fiddle: extlibsnobu
2014-12-23* lib/uri/generic.rb (URI::Generic#query=): don't escape [\]^naruse
2014-12-23registry.rb: try en_US messagenobu
2014-12-23ossl_cipher.c: workaround of OpenSSL APInobu
2014-12-22* test/win32ole/test_win32ole_event.rb: some tests aresuke
2014-12-22signal.c: fix received_signalnobu
2014-12-21* test/win32ole/test_win32ole_event.rb: test_s_new_exception issuke
2014-12-20configure.in: fix jemalloc optionnobu
2014-12-20* lib/tmpdir.rb (Dir.mktmpdir): Accept nil again, as Ruby 2.1.akr
2014-12-20fiddle: bundled libffinobu
2014-12-19ChangeLog: fixup r48900normal
2014-12-19* tool/update-deps: Use $(hdrdir) if possible.akr
2014-12-19* ext/bigdecimal/depend: Fix dependencies to make bigdecimalmrkn
2014-12-19ruby.h: get rid of C++ warningsnobu
2014-12-19hash.c: fix return valuenobu
2014-12-18configure.in: fix fox BusyBoxnobu
2014-12-18* ChangeLog: typo.usa
2014-12-18* signal.c (ruby_signal): since SIGKILL is not supported by MSVCRT,usa
2014-12-17compile.c: struct accessorsnobu
2014-12-17* test/gdbm/test_gdbm.rb: Added test for each_key called without a block.hsbt
2014-12-17* compile.c (iseq_compile_each): checkko1
2014-12-17compile.c: skip opt_* insns for fstr args with block givennormal
2014-12-16* ext/win32/lib/Win32API.rb (Win32API#call): need to splat. hmm, whenusa
2014-12-16iseq.c: struct accessorsnobu
2014-12-16* test/ruby/test_process.rb (test_deadlock_by_signal_at_forking):ko1
2014-12-16tool/vcs.rb: fix Ruby 1.8 compatibility hardernormal
2014-12-15GC documentation updatenormal
2014-12-15tool/vcs.rb: fix Ruby 1.8 compatibilitynormal
2014-12-15* ext/objspace/objspace.c: ObjectSpace.memsize_of(obj) returnsko1
2014-12-15string.c: fix coderange for non-endianness stringnobu
2014-12-14parse.y: warn reference after method definitionnobu
2014-12-13vm_trace.c: defer interrupts while postponed jobsnobu
2014-12-13* test/openssl/test_pkey_ec.rb: ignored tests with old OpenSSL.hsbt
2014-12-13signal.c: stack overflow on FreeBSDnobu
2014-12-13gc.c (define_final0): avoid duplicate blocksnormal
2014-12-12erb: suppress warningsnobu
2014-12-12* gems/bundled_gems: Upgrade to test-unit 3.0.8. assert_throw andkou
2014-12-12erb: set variables from the command linenobu
2014-12-12erb: lineno and location settersnobu
2014-12-12* gc.c (gc_latest_gc_info): return :state field to show currentko1
2014-12-12string.c: check arguments for cryptnobu
2014-12-11io.c: Fix spelling [ci skip]nobu
2014-12-11ChangeLog: typonobu
2014-12-11add missing space [ci skip]kazu
2014-12-11* class.c (class_alloc): Strat from age == 2.ko1
2014-12-10* lib/prime.rb: Remove useless loop and block capture.marcandre
2014-12-10* vm_core.h: introduce new fieldko1
2014-12-10struct.c: use iseqvalnobu
2014-12-10thread.c: use the same method namenobu
2014-12-09* test/net/http/test_https.rbusa