An error occurred fetching the project authors.
  1. 03 Apr, 2017 2 commits
  2. 27 Jul, 2016 1 commit
  3. 07 Jan, 2016 1 commit
  4. 02 Jan, 2016 1 commit
  5. 26 Dec, 2015 2 commits
  6. 01 Dec, 2015 1 commit
  7. 27 Nov, 2015 1 commit
  8. 12 Sep, 2015 1 commit
  9. 11 Sep, 2015 1 commit
  10. 03 Jan, 2015 1 commit
  11. 19 Dec, 2014 1 commit
  12. 12 Dec, 2014 1 commit
  13. 22 Aug, 2014 1 commit
  14. 19 Aug, 2014 1 commit
  15. 12 Jul, 2014 1 commit
  16. 11 Jul, 2014 1 commit
  17. 30 Jun, 2014 1 commit
  18. 09 Jun, 2014 1 commit
  19. 05 Jun, 2014 2 commits
  20. 15 May, 2014 1 commit
  21. 13 May, 2014 2 commits
  22. 03 May, 2014 1 commit
  23. 01 May, 2014 1 commit
  24. 30 Apr, 2014 1 commit
  25. 07 Mar, 2014 1 commit
  26. 05 Mar, 2014 1 commit
  27. 23 Feb, 2014 1 commit
  28. 14 Feb, 2014 1 commit
  29. 07 Feb, 2014 1 commit
  30. 31 Jan, 2014 2 commits
    • cremno's avatar
      use mrb_bool, FALSE and TRUE more · 4507985c
      cremno authored
      It doesn't matter to me if one is using FALSE/TRUE instead of 1/0
      but I prefer a type (alias) which emphasizes boolean vars to int.
      I changed 1/0 to FALSE/TRUE anyway.
      4507985c
    • cremno's avatar
      clean up external symbols · f2a62a74
      cremno authored
      remove unused and unneeded:
      - sysexit_status
      - type (a global variable)
      
      add mrb_ prefix to:
      - codedump_all
      - class_instance_method_list
      - parser_dump
      
      make various functions static, incl.:
      - yyparse
      - make_exception
      f2a62a74
  31. 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
  32. 01 Dec, 2013 1 commit
  33. 28 Nov, 2013 1 commit
  34. 09 Nov, 2013 1 commit
  35. 03 Nov, 2013 1 commit