1. 16 Nov, 2015 8 commits
  2. 14 Nov, 2015 6 commits
  3. 10 Nov, 2015 1 commit
  4. 09 Nov, 2015 3 commits
  5. 08 Nov, 2015 3 commits
  6. 07 Nov, 2015 1 commit
  7. 06 Nov, 2015 3 commits
    • cremno's avatar
      d109e5b4
    • cremno's avatar
      fix ambiguous first argument warning · bb141e55
      cremno authored
      /home/travis/build/mruby/mruby/test/t/float.rb:201:17:
      ambiguous first argument; put parentheses or even spaces
      bb141e55
    • cremno's avatar
      remove return · e18e2a44
      cremno authored
      The return type of the mrb_objspace_each_objects function is void.
      So this return statement with an expression is unnecessary and
      also violates a constraint. From C99 §6.8.6.4:
      >A return statement with an expression shall not appear
      >in a function whose return type is void.
      e18e2a44
  8. 28 Oct, 2015 1 commit
  9. 26 Oct, 2015 1 commit
  10. 24 Oct, 2015 2 commits
  11. 21 Oct, 2015 11 commits