1. 13 Feb, 2015 1 commit
    • cremno's avatar
      re-implement mrb_float_to_str() · 6f893b51
      cremno authored
      The new implementation is backwards incompatible, but I couldn't find
      any usage outside mruby and I also couldn't think of a different and
      good name.
      
      All ISO C99 printf conversion specifiers for floating point numbers and
      an optional precision are supported.
      
      It is largely based on code from the MIT licensed musl libc
      (http://www.musl-libc.org/) and its floating point printing is exact
      (unlike the current code behind Float#to_s).
      6f893b51
  2. 07 Feb, 2015 1 commit
  3. 06 Feb, 2015 6 commits
  4. 05 Feb, 2015 2 commits
  5. 02 Feb, 2015 3 commits
  6. 31 Jan, 2015 2 commits
  7. 26 Jan, 2015 2 commits
  8. 25 Jan, 2015 2 commits
  9. 22 Jan, 2015 2 commits
  10. 19 Jan, 2015 1 commit
  11. 18 Jan, 2015 6 commits
  12. 17 Jan, 2015 1 commit
  13. 14 Jan, 2015 1 commit
  14. 13 Jan, 2015 5 commits
  15. 12 Jan, 2015 2 commits
  16. 10 Jan, 2015 1 commit
  17. 07 Jan, 2015 2 commits