summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-02-18Merge pull request #1719 from pbosetti/masterYukihiro "Matz" Matsumoto
2014-02-17Added spaces in version.h macros for complying with C++11Paolo Bosetti
2014-02-18Merge pull request #1717 from cremno/iv_size-t-nullYukihiro "Matz" Matsumoto
2014-02-17iv_size (non-seglist): return 0 if t is NULLcremno
2014-02-17use double instead of mrb_float (that may be single precision float) to reduc...Yukihiro "Matz" Matsumoto
2014-02-17remove trailing zeros from float string representationYukihiro "Matz" Matsumoto
2014-02-17define FLO_EPSILON depends on float/doubleYukihiro "Matz" Matsumoto
2014-02-17remove max_digit from mrb_flo_to_str()Yukihiro "Matz" Matsumoto
2014-02-17small refactoring; direct returnYukihiro "Matz" Matsumoto
2014-02-17use powf() instead of pow() on MRB_USE_FLOATYukihiro "Matz" Matsumoto
2014-02-17fdigit may be negative due to error if mrb_float is 32bit (e.g. 10**36 on 32b...Yukihiro "Matz" Matsumoto
2014-02-17Merge pull request #1714 from h2so5/f2sYukihiro "Matz" Matsumoto
2014-02-17fix mrb_flo_to_str() exponent problemh2so5
2014-02-16Merge pull request #1710 from takkaw/flo_to_strYukihiro "Matz" Matsumoto
2014-02-15normalize NaN after division that may generate NaN; fix #1712Yukihiro "Matz" Matsumoto
2014-02-15modify mrb_to_str() in order to display big float numbertakkaw
2014-02-15Merge pull request #1709 from cubicdaiya/issues/nonvoidYukihiro "Matz" Matsumoto
2014-02-14Give the type 'void' to functions have no argument.cubicdaiya
2014-02-14Merge pull request #1707 from Fleurer/issue1706Yukihiro "Matz" Matsumoto
2014-02-14Merge pull request #1708 from Fleurer/cleanup-warning-hash-dupYukihiro "Matz" Matsumoto
2014-02-14add test for Hash#dupLi Yazhou
2014-02-14clearn up warning in hash.cLi Yazhou
2014-02-14add a regression test for #1706Li Yazhou
2014-02-14keep stack with nlocals instead of nregs; fix #1706Li Yazhou
2014-02-14Merge pull request #1702 from cremno/hash-hash-ext-changesYukihiro "Matz" Matsumoto
2014-02-14Merge pull request #1705 from takahashim/version-numberYukihiro "Matz" Matsumoto
2014-02-14Merge pull request #1703 from cremno/parenthesize-mrbdump-errnosYukihiro "Matz" Matsumoto
2014-02-14Merge pull request #1704 from cremno/rm-mrb_str_literal-declYukihiro "Matz" Matsumoto
2014-02-14Merge pull request #1701 from cremno/do-not-use-mrb_str_cat2Yukihiro "Matz" Matsumoto
2014-02-13MRUBY_VERSION should be only numbers separated by dot, like JRUBY_VERSION or ...takahashim
2014-02-13mrb_str_cat2: deprecated since 0cedf8fcremno
2014-02-13remove mrb_str_literal declarationcremno
2014-02-13dump.h: parenthesize negative errnoscremno
2014-02-13hash / hash-ext: various small changescremno
2014-02-13remove direct inclusion of mruby/version.h from version.c; #1698Yukihiro "Matz" Matsumoto
2014-02-12include mruby/version.h in mruby.hTomoyuki Sahara
2014-02-12Merge pull request #1697 from cremno/array-changesYukihiro "Matz" Matsumoto
2014-02-12Merge pull request #1694 from cremno/rakefile-mkdir-bin-pathYukihiro "Matz" Matsumoto
2014-02-12Merge pull request #1695 from cremno/clang-and-icl-define-direct-threadedYukihiro "Matz" Matsumoto
2014-02-12Merge pull request #1693 from cremno/mruby-math-rm-cygwin-compatYukihiro "Matz" Matsumoto
2014-02-12array implementation: several small changescremno
2014-02-12Rakefile: make bin directorycremno
2014-02-12 mruby-math: remove Cygwin compatibility macroscremno
2014-02-11Clang and ICC/ICL: define DIRECT_THREADEDcremno
2014-02-11add RUBY_ENGINE; ref #576Yukihiro "Matz" Matsumoto
2014-02-10resolve conflict in travis_config.rbYukihiro "Matz" Matsumoto
2014-02-10Merge pull request #1692 from Paxa/Kernel_global_variablesYukihiro "Matz" Matsumoto
2014-02-09Fix Kernel#global_variables for $1-$9Pavel
2014-02-09initialize ci->stackent at the top; #1691Yukihiro "Matz" Matsumoto
2014-02-09Merge branch 'original2' of https://github.com/miura1729/mruby into miura1729...Yukihiro "Matz" Matsumoto