summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-03-06* 2014-03-07svn
2014-03-06fix r45274; it change default but doesn't change tests [Bug #9424]naruse
2014-03-06* doc/syntax/assignment.rdoc: [DOC] Fix assignment directions [ci skip]zzak
2014-03-06* doc/syntax/methods.rdoc: [DOC] Fix example for block arguments [ci skip]zzak
2014-03-06* 2014-03-06svn
2014-03-06* lib/openssl/ssl.rb: Explicitly whitelist the defaultemboss
2014-03-05* test/ruby: get rid of warnings.usa
2014-03-05parse.y: optional arguments in rhsnobu
2014-03-05ossl.c: NULL checknobu
2014-03-04* 2014-03-05svn
2014-03-04* ext/pathname/lib/pathname.rb (Pathname#find): add "ignore_error"ktsj
2014-03-04* test/ruby/test_eval.rb (TestEval#make_test_binding): renamed.usa
2014-03-04* test/ruby: get rid of warnings.usa
2014-03-04 * st.c (st_foreach): fix type of hash. not st_data_t but st_index_t.tarui
2014-03-04* Makefile.in: ".DEFAULT" target removed because it is not forakr
2014-03-03* 2014-03-04svn
2014-03-03* lib/find.rb (Find#find): should pass ignore_error option to enumerators.ktsj
2014-03-03* test/test_find.rb (TestFind#test_unsearchable_dir): ruby cannot makeusa