summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-02-16* test/test_securerandom.rb: use File.exist? instead of File.exists?hsbt
2014-02-16* test/pathname/test_pathname.rb: use File.exist? instead of File.exists?hsbt
2014-02-16* test/net/ftp/test_ftp.rb: remove unused variables.hsbt
2014-02-16dir.c (dir_s_glob): RB_GC_GUARD instead of volatilenormal
2014-02-16* include/ruby/ruby.h (RBIGNUM_SIGN): Defined for compatibility.akr
2014-02-16io.c (rb_f_backquote): trade volatile for manual recyclenormal
2014-02-16marshal.c: use rb_gc_force_recycle for GC-safetynormal
2014-02-15* README.EXT.ja: [DOC] Fix typo by @utenmiki [Fixes GH-534] [ci skip]zzak
2014-02-15* ext/bigdecimal/bigdecimal.c (BIGNUM_ZERO_P): Unused macro removed.akr
2014-02-15* internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.akr
2014-02-15* configure.in (FILE_READEND): Don't detect it because it is not used.akr
2014-02-15probes_helper.h (RUBY_DTRACE_HOOK): correct type for _idnormal
2014-02-15* bignum.c (rb_big_cmp): Avoid bignum allocation for comparisonakr
2014-02-15fd_setsize/depend: fix wrong dependenciesshirosaki
2014-02-14* enum.c: Enumerable#{min,min_by,max,max_by} extended to take anakr
2014-02-14* include/ruby/ruby.h,akr
2014-02-14* include/ruby/intern.h,akr
2014-02-14string.c (rb_str_format_m): trade volatile for RB_GC_GUARDnormal
2014-02-14* Changelog: I hope that "ue" is the right replacement of "u-umlaut". it wasusa
2014-02-13* vm_insnhelper.c (vm_call_method): should check ci->me->flag ofshugo
2014-02-13re.c (rb_reg_raise): remove volatilenormal
2014-02-13re.c (rb_reg_regcomp): remove volatilenormal
2014-02-13* test/ruby/test_array.rb: Ensure flatten! is used for test_flattenzzak
2014-02-13parse.y: attrset from junk IDnobu
2014-02-13configure.in: use pthread_setname_np only if availablenobu
2014-02-13fix typos [ci skip]kazu
2014-02-12* configure.in: revert r44922. I should have used AC_CHECK_FUNCS()glass
2014-02-12* configure.in: use AC_CHECK_FUNC instead of AC_CHECK_FUNCSglass
2014-02-12* configure.in: fix to undefine HAVE_MEMEM collectlly if it is broken.glass
2014-02-11* ext/bigdecimal/bigdecimal.c (BigMath_s_log): Use rb_big_cmp instead ofakr
2014-02-11* bignum.c (rb_big_cmp): Specialize a comparison to zero.akr
2014-02-11* ext/openssl/ossl_bn.c (ossl_bn_initialize): Use rb_integer_pack.akr
2014-02-11* ext/tk/README.tcltklib: [DOC] Fix typo by @xta [Fixes GH-532] [ci skip]zzak
2014-02-09* configure.in: Fix compilation error.akr
2014-02-08* configure.in (rb_cv_gnu_qsort_r): use compile error "conflictingnaruse
2014-02-08* lib/yaml.rb: [DOC] Add links to syck and psych on github [Bug #9501]zzak
2014-02-08marshal.c: Numerics are not taintednobu
2014-02-08configure.in: Properly detect platform for SSE2 instructions.nobu
2014-02-08* configure.in: check qsort_r(3) and whether it is GNU version.glass
2014-02-08* lib/resolv.rb (Resolv::DNS::Message::MessageDecoder#get_labels):akr
2014-02-08* gc.c, gc.h (rb_objspace_marked_object_p): added.ko1
2014-02-08* lib/resolv.rb: Don't set CLOEXEC flag explicitly. (Ruby set it byakr
2014-02-08* lib/resolv.rb (Resolv::DNS::Message::MessageDecoder): Raiseakr
2014-02-08* io.c (SMALLBUF): Unused macro removed.akr
2014-02-07* lib/resolv.rb: Ignore name servers which cause EAFNOSUPPORT onakr
2014-02-07* lib/open-uri.rb: [DOC] use lower case version of core classes, samezzak
2014-02-07* ext/ripper/lib/ripper/lexer.rb: [DOC] use lower case version of corezzak
2014-02-06constant.h: reduce rb_const_entry_t size on 64-bitnormal
2014-02-06fix typo [ci skip]kazu
2014-02-06* gc.c (get_envparam_int): correct warning messsages.ko1