Skip to content
Snippets Groups Projects
  1. Jun 05, 2014
  2. Jun 04, 2014
  3. Jun 03, 2014
  4. Jun 02, 2014
    • Konstantin Osipov's avatar
      Merge branch 'ocelot-master' · 2ece025c
      Konstantin Osipov authored
      2ece025c
    • 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
Loading