An error occurred fetching the project authors.
  1. 03 Apr, 2017 1 commit
  2. 23 Jan, 2017 1 commit
  3. 10 Jun, 2016 1 commit
  4. 29 Dec, 2015 1 commit
    • Kouhei Sutou's avatar
      Support backtrace after method calls · a561bdb2
      Kouhei Sutou authored
      GitHub: fix #2902, #2917
      
      The current implementation traverses stack to retrieve backtrace. But
      stack will be changed when some operations are occurred. It means that
      backtrace may be broken after some operations.
      
      This change (1) saves the minimum information to retrieve backtrace when
      exception is raised and (2) restores backtrace from the minimum
      information when backtrace is needed. It reduces overhead for creating
      backtrace Ruby objects.
      
      The space for the minimum information is reused by multiple
      exceptions. So memory allocation isn't occurred for each exception.
      a561bdb2
  5. 27 Nov, 2015 1 commit
  6. 19 Oct, 2015 1 commit
  7. 12 Sep, 2015 1 commit
  8. 28 Aug, 2014 1 commit
  9. 19 Aug, 2014 1 commit
  10. 03 Aug, 2014 1 commit
  11. 21 Jul, 2014 1 commit
  12. 17 Jul, 2014 1 commit
  13. 03 Jul, 2014 2 commits
  14. 23 Jun, 2014 4 commits
  15. 16 Jun, 2014 1 commit
    • take_cheeze's avatar
      Add fixed state atexit stack feature. · 62f41ddd
      take_cheeze authored
      Adds following macros:
      * MRB_FIXED_STATE_ATEXIT_STACK (not defined by default)
        * When defined enables fixed state atexit stack.
      * MRB_FIXED_STATE_ATEXIT_STACK_SIZE (default value: 5)
        * This macro will be ignored when `MRB_FIXED_STATE_ATEXIT_STACK` isn't defined.
        * When `mrb_state_atexit` is called more than this value it will raise runtime error.
      62f41ddd
  16. 10 Jun, 2014 1 commit
  17. 08 Jun, 2014 1 commit
  18. 05 Jun, 2014 1 commit
  19. 08 May, 2014 1 commit
  20. 27 Apr, 2014 1 commit
  21. 14 Apr, 2014 1 commit
  22. 12 Apr, 2014 1 commit
  23. 26 Mar, 2014 1 commit
  24. 24 Mar, 2014 1 commit
  25. 23 Mar, 2014 1 commit
  26. 06 Mar, 2014 2 commits
  27. 01 Mar, 2014 1 commit
  28. 05 Feb, 2014 1 commit
  29. 07 Jan, 2014 1 commit
    • cremno's avatar
      remove superfluous includes · aa655b9e
      cremno authored
      - reduce compile time by a little bit (full-core: ~0.7s for me)
      - thanks to 'include-what-you-use' for some help
      - include Standard C header files before any other (coding style)
      aa655b9e
  30. 25 Dec, 2013 2 commits
  31. 23 Dec, 2013 1 commit
  32. 27 Nov, 2013 1 commit
  33. 22 Nov, 2013 1 commit
  34. 19 Nov, 2013 1 commit