summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-03-02vm_method.c: disable GMC writing if GMC is disablednormal
2014-03-02use do/while(0) around GetDBM macrosnormal
2014-03-02* NEWS: [DOC] Update doc regarding filesystem load when flushing IO [ci skip]zzak
2014-03-02* io.c (rb_io_fsync): need to fsync even if on Windows. fixed mistake ofusa
2014-03-02* test/win32ole: get rid of warnings (unused variable).usa
2014-03-02* io.c (rb_io_fsync): revert a part of r45254. explicit fsync should updateusa
2014-03-02* NEWS: mention about the change of r45254.usa
2014-03-02* io.c (rb_io_flush_raw, rb_io_fsync): [EXPERIMENTAL] remove forceusa
2014-03-02* 2014-03-03svn
2014-03-02* test/ruby/test_backtrace.rb: get rid of warnings. unused variable,usa
2014-03-02Use assert_separately to speed upnaruse
2014-03-02fix the number of intro lines r44123naruse
2014-03-02A comment added.akr
2014-03-02Revert r45239 [ci skip]zzak
2014-03-02find.rb: add ignore_errornobu
2014-03-02extconf.rb: rl_hook_func_t for old readlinenobu
2014-03-02* README.EXT: [DOC] Remove needless charzzak
2014-03-02* proc.c: Complete rdoc of Proc#arity regarding keyword arguments.marcandre
2014-03-02* proc.c: Modify rdoc of Proc#arity to fit with current behavior.marcandre
2014-03-02* proc.c: Tweak rdoc for consistent whitespacemarcandre
2014-03-02* numeric.c: Mention that Float::DIG is the minimum numbermarcandre
2014-03-02* NEWS-2.1.0: Mention that step can accept a 0 unit. See #9575marcandre
2014-03-02* 2014-03-02svn