Skip to content
Snippets Groups Projects
  1. Dec 17, 2014
  2. Oct 01, 2014
  3. Sep 25, 2014
  4. Sep 18, 2014
  5. Jun 02, 2014
    • Roman Tsisyk's avatar
      Remove 'box' prefix from module names · b13e4826
      Roman Tsisyk authored
      All bultin modules can be loaded with require('modulename')
      instead of require('box.modulename')
      
      Other changes:
      
       * _G.box is not initialized from tarantool_lua_init() anymore
       * box.info, box.stat, box.snapshot moved to src/box/lua
       * box.coredump() => coredump()
       * box.xxx = require('box.xxx') removed from tests
      b13e4826
  6. May 22, 2014
  7. Apr 16, 2014
Loading