summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-14[DOC] add links to `Object#hash`nobu
2014-03-14string.c: [DOC] rb_str_hash_mnobu
2014-03-13vm_insnhelper.c: relax arity checknobu
2014-03-13* 2014-03-14svn
2014-03-13test/dl, test/fiddle: relax criterianobu
2014-03-13* 2014-03-13svn
2014-03-13* ext/-test-/win32/dln/libdlntest.c (dlntest_ordinal): no need tousa
2014-03-12revert [Bug #9605]nobu
2014-03-12vm_insnhelper.c: disable fastpath if splatnobu
2014-03-12vm_insnhelper.c: inline functionnobu
2014-03-11* 2014-03-12svn
2014-03-11insns.def (opt_regexpmatch2): respect redefined match opnormal
2014-03-11* ext/.document: add objspace/objspace_dump.c to document file.ktsj
2014-03-11* test/objspace/test_objspace.rb (TestObjSpace#test_dump_uninitialized_file):ktsj
2014-03-11test_hash.rb: refine a testnobu
2014-03-11envutil.rb: do not check RSS by defaultnobu
2014-03-11* test: get rid of warnings.usa
2014-03-11README.EXT{,.ja}: update ruby_options and ruby_run_nodenobu
2014-03-11r45298 fix trivial bugnaruse
2014-03-11fix typo on previous commitnaruse
2014-03-11fix configure for r45306naruse
2014-03-10ext/objspace: Check fptr before trying to dump FILE object fdcharliesome
2014-03-10* 2014-03-11svn
2014-03-10* vm_dump.c (rb_vm_bugreport): show vm maps on FreeBSD.naruse
2014-03-10* configure.in: always check dladdr(1).naruse
2014-03-10* 2014-03-10svn
2014-03-10merge GH-558nobu
2014-03-09class.c: check for malloc failuresnormal
2014-03-09fiddle/function.c: fix memory leak on exceptionnobu
2014-03-09fiddle/function.c: check argument sizenobu
2014-03-09tests for [Bug #9599]nobu
2014-03-09test/ruby/envutil.rb: compare RSS to check memory leaknobu
2014-03-09* eval.c: remove needless space.hsbt
2014-03-08* 2014-03-09svn
2014-03-08variable.c (struct global_variable): shrink by 8 bytes on 64-bitnormal
2014-03-08[DOC] Add NEWS about Find#find, Pathname#find.ktsj
2014-03-08vm.c: cleanup to use rb_method_entry_atnormal
2014-03-08enum.c: suppress warningsnobu
2014-03-08ext/dl, ext/fiddle: fix memory leaknobu
2014-03-08process.c: expand buffer on ERANGEnobu
2014-03-08process.c: need capacitynobu
2014-03-08process.c: GETPW_R_SIZE_INIT, GETGR_R_SIZE_INITnobu
2014-03-08process.c: tmp buffer instead of allocanobu
2014-03-07enum.c: yield multiple valuesnobu
2014-03-07* 2014-03-08svn
2014-03-07enum.c: yield multiple valuesnobu
2014-03-07vm_eval.c: use RARRAY_CONST_PTR to aid RGenGC performancenormal
2014-03-07vm_eval.c: fix misplaced GC guardnormal
2014-03-07* parse.y (ENC_SINGLE): Unused macro removed.nari
2014-03-07* test/openssl/test_ssl.rb: Reuse TLS default options fromemboss