summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-03-11README.EXT{,.ja}: update ruby_options and ruby_run_nodenobu
2014-03-10ext/objspace: Check fptr before trying to dump FILE object fdcharliesome
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-10merge GH-558nobu
2014-03-09class.c: check for malloc failuresnormal
2014-03-09fiddle/function.c: fix memory leak on exceptionnobu
2014-03-08variable.c (struct global_variable): shrink by 8 bytes on 64-bitnormal
2014-03-08vm.c: cleanup to use rb_method_entry_atnormal
2014-03-08ext/dl, ext/fiddle: fix memory leaknobu
2014-03-08process.c: expand buffer on ERANGEnobu
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* 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* lib/openssl/ssl.rb: Explicitly whitelist the defaultemboss
2014-03-05parse.y: optional arguments in rhsnobu
2014-03-05ossl.c: NULL checknobu
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 * 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* 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* io.c (rb_io_flush_raw, rb_io_fsync): [EXPERIMENTAL] remove forceusa
2014-03-02* test/ruby/test_backtrace.rb: get rid of warnings. unused variable,usa
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-02load.c (ruby_init_ext): make idempotent to suppress warningsnormal
2014-03-01* lib/open3.rb (Open3.capture3): Ignore Errno::EPIPE for writingakr
2014-03-01gc.c: simplify conditionnormal
2014-03-01* ext/readline/readline.c (Init_readline): Use rl_hook_func_t insteadakr
2014-03-01gc.c: fix build for testing w/o RGenGCnormal
2014-03-01* ext/psych/lib/psych/visitors/yaml_tree.rb: support dumping Encodingtenderlove
2014-03-01* README.EXT.ja: [DOC] Fix typo "macro macro" @utenmiki [Fixes GH-551]zzak
2014-02-28Update Changelog for r45209marcandre
2014-02-27* lib/optparse.rb: [DOC] Add example of generating help with optparse.zzak
2014-02-27numeric.c: check signs before divisionnobu
2014-02-26* thread.c: [DOC] Typo in comment for _FORTIFY_SOURCE [Fixes GH-548]zzak