1. 11 Nov, 2016 2 commits
  2. 10 Nov, 2016 5 commits
  3. 08 Nov, 2016 2 commits
  4. 06 Nov, 2016 3 commits
  5. 04 Nov, 2016 2 commits
  6. 03 Nov, 2016 1 commit
  7. 02 Nov, 2016 2 commits
  8. 01 Nov, 2016 1 commit
  9. 28 Oct, 2016 1 commit
  10. 23 Oct, 2016 3 commits
  11. 20 Oct, 2016 1 commit
  12. 08 Oct, 2016 5 commits
  13. 07 Oct, 2016 2 commits
  14. 28 Sep, 2016 2 commits
  15. 27 Sep, 2016 3 commits
  16. 26 Sep, 2016 1 commit
  17. 25 Sep, 2016 1 commit
    • Kouhei Sutou's avatar
      Remove needless MRB_API · 91bd3ebd
      Kouhei Sutou authored
      ref #3215
      
      If a function (such as mrb_read_irep_file()) is declared without MRB_API
      in header file (such as include/mruby/dump.h), implementation of the
      function in source file (such as src/load.c) should also defined without
      MRB_API.
      
      If MRB_API is mismatch, Visual C++ reports link error with C2375 error
      code: https://msdn.microsoft.com/en-us/library/5k6kw95a.aspx
      91bd3ebd
  18. 23 Sep, 2016 1 commit
  19. 21 Sep, 2016 2 commits