1. 09 Jan, 2016 1 commit
  2. 07 Jan, 2016 5 commits
  3. 06 Jan, 2016 3 commits
  4. 05 Jan, 2016 2 commits
  5. 02 Jan, 2016 1 commit
  6. 01 Jan, 2016 1 commit
  7. 28 Dec, 2015 3 commits
  8. 23 Dec, 2015 1 commit
  9. 22 Dec, 2015 1 commit
  10. 21 Dec, 2015 3 commits
  11. 19 Dec, 2015 1 commit
  12. 18 Dec, 2015 4 commits
  13. 17 Dec, 2015 3 commits
  14. 16 Dec, 2015 5 commits
  15. 15 Dec, 2015 2 commits
  16. 14 Dec, 2015 2 commits
  17. 12 Dec, 2015 2 commits
    • Terry Ellison's avatar
      Merge pull request #804 from DiUS/panic · 0386ae65
      Terry Ellison authored
      Do not allow execution to continue after a PANIC
      0386ae65
    • Johny Mattsson's avatar
      Major cleanup of module registration. · 6b6456be
      Johny Mattsson authored
      As per #810 & #796, only LUA_OPTIMIZE_MEMORY=2 & MIN_OPT_LEVEL=2 are
      supported when building. This commit effects that limitation.
      
      With this change modules/auxmods.h no longer needs to be updated for
      every new module, nor do module writers need to cater for a hypothetical
      LUA_OPTIMIZE_MEMORY < 2 scenario.
      6b6456be