- [x] `unpack`, `pack` moved from global to package `table` - [x] `math.pow` was removed, use operator `^` instead - [x] Use `#` instead table.getn - [x] Since lua-5.1 `math.mod` was renamed to `math.fmod`, the behavior same with operator `%` - [x] Remove any garbage collection settings in lua code