Branch: refs/heads/master
  Home:   https://github.com/mailru/tarantool

  Commit: 70f14ca3ab6db89f6086c651c5a5e2210524ef9b
      
https://github.com/mailru/tarantool/commit/70f14ca3ab6db89f6086c651c5a5e2210524ef9b
  Author: Konstantin Osipov <[email protected]>
  Date:   2011-07-25 (Mon, 25 Jul 2011)

  Changed paths:
    M CMakeLists.txt
  M core/CMakeLists.txt
  M core/admin.m
  M core/admin.rl
  A core/tarantool_lua.m
  M doc/box-protocol.txt
  M include/errcode.h
  M include/tarantool.h
  M include/tbuf.h
  M mod/CMakeLists.txt
  M mod/box/box.m
  A test/box/lua.result
  A test/box/lua.test
  M test/box/show.result
  M test/box/show.test

  Log Message:
  -----------
  Lua: code review. Add rudimentary Lua support.

Implement rudimentary Lua support in the administrative console.
Remove exec module command, it's not used and we now
have Lua for similar purposes.

Add a first Lua module, "box", which
has only one function -- "pack", and test it.
'pack' is derived from box.tbuf module in the
original Lua patch.

Fix a bug in box-protocol.txt, tuple format
description.

Add a copyright header to include/errcode.h (unrelated).

Implement a prototype for Lua initialization
procedure: there is a function tarantool_lua_init(),
which any code, core or modules, can call.
tarantool_lua_init() calls mod_lua_init() to
add module-specific Lua extentions.

Fix a bug in mod/CMakeLists.txt, generate_admin_c
CMake target didn't exist, so admin.m wasn't
re-generated correctly when admin.rl was changed.


  Commit: 4adf27835b1c7f2c85339743841f20d70749b8c2
      
https://github.com/mailru/tarantool/commit/4adf27835b1c7f2c85339743841f20d70749b8c2
  Author: Konstantin Osipov <[email protected]>
  Date:   2011-07-25 (Mon, 25 Jul 2011)

  Changed paths:
    M core/admin.m
  M core/admin.rl
  M core/fiber.m
  M core/iproto.m
  M core/log_io.m
  M core/replication.m
  M core/tarantool.m
  M include/errcode.h
  M include/fiber.h
  M mod/box/box.m
  M mod/box/index.m
  M mod/box/memcached-grammar.m
  M mod/box/memcached-grammar.rl
  M mod/box/memcached.m

  Log Message:
  -----------
  Merge remote branch 'origin'


Compare: https://github.com/mailru/tarantool/compare/d6965dc...4adf278

_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to