summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-15* ext/bigdecimal/bigdecimal.c (BIGNUM_ZERO_P): Unused macro removed.akr
2014-02-15* 2014-02-16svn
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-15Add note about "struct RBignum is hidden.".akr
2014-02-15Describe "Deprecated APIs removed." and "struct RBignum is hidden."akr
2014-02-15fd_setsize/depend: fix wrong dependenciesshirosaki
2014-02-15minor rdoc typoryan
2014-02-15Range#bsearch: fix typo in rdocmarcandre
2014-02-14load.c: call initnobu
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* 2014-02-15svn
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-14* 2014-02-14svn
2014-02-14gc.c: unit suffixnobu
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-13* marshal.c: fix typo by @xta [fix GH-533] [ci skip]hsbt
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* 2014-02-13svn
2014-02-12* configure.in: fix to undefine HAVE_MEMEM collectlly if it is broken.glass
2014-02-12httpservlet/filehandler.rb: pass queriesnobu
2014-02-12yaml/api.c: fix typonobu
2014-02-12test_rubyoptions.rb: just check if abortednobu
2014-02-12error.c: Crash Report lognobu
2014-02-12bigdecimal.h: suppress warningsnobu
2014-02-11* 2014-02-12svn
2014-02-11[DOC]akr
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-11* 2014-02-11svn
2014-02-11* lib/logger.rb: [DOC] Fix arg name for Logger.new by @ryotarai [ci skip] [fi...hsbt
2014-02-10* 2014-02-10svn
2014-02-10* enum.c: document that it is OK to take more than available by @mvidner [fix...hsbt
2014-02-09* configure.in: Fix compilation error.akr
2014-02-08* configure.in (rb_cv_bsd_qsort_r): ensure 'qsort_r' is not BSD version.nobu
2014-02-08* configure.in (rb_cv_gnu_qsort_r): use compile error "conflictingnaruse