summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2014-02-26* gc.c (heap_pages_free_unused_pages): check tomb page availabilityko1
2014-02-26eval.c: preserve encodingnobu
2014-02-26eval.c: preserve errinfonobu
2014-02-25* string.c (sym_find): Add Symbol.find(str), which returns whether givennaruse
2014-02-25use NUM2SIZET instead of NUM2INTkazu
2014-02-25* win32/Makefile.sub: define PACKED_STRUCT.naruse
2014-02-24* README.md, README.ja.md: removed (wrong) mode setting for emacs.usa
2014-02-24time: only use packed struct on x86*normal
2014-02-24* test/fiddle/test_function.rb: remove unused variables.hsbt
2014-02-24time: rearrange+pack vtm and time_object structsnormal
2014-02-23* lib/rexml/xmltokens.rb: Add missing non ASCII valid characterskou