Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS import: src/external/bsd/lutok/dist



Module Name:    src
Committed By:   jmmv
Date:           Fri Oct 18 23:35:26 UTC 2013

Update of /cvsroot/src/external/bsd/lutok/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv10623

Log Message:
Import lutok-0.3.

The main reason for this update is the addition of support for Lua 5.2,
which we will want to import sometime.

Released on 2013/06/14.

* Issue 1: Added support for Lua 5.2 while maintaining support for Lua
  5.1.  Applications using Lutok can be modified to use the new
  interface in this new version and thus support both Lua releases.
  However, because of incompatible changes to the Lua API, this release
  of Lutok is incompatible with previous releases as well.

* Issue 3: Tweaked configure to look for Lua using the pkg-config names
  lua-5.2 and lua-5.1.  These are the names used by FreeBSD.

Interface changes:

* New global constants: registry_index.

* New methods added to the state class: get_global_table.

* Removed global constants: globals_index.

Status:

Vendor Tag:     GOOGLE-CODE
Release Tags:   lutok-0-3
                
U src/external/bsd/lutok/dist/Atffile
U src/external/bsd/lutok/dist/state.hpp
U src/external/bsd/lutok/dist/README
U src/external/bsd/lutok/dist/Kyuafile
U src/external/bsd/lutok/dist/debug.hpp
U src/external/bsd/lutok/dist/AUTHORS
U src/external/bsd/lutok/dist/NEWS
U src/external/bsd/lutok/dist/c_gate_test.cpp
U src/external/bsd/lutok/dist/exceptions_test.cpp
U src/external/bsd/lutok/dist/operations.cpp
U src/external/bsd/lutok/dist/exceptions.cpp
U src/external/bsd/lutok/dist/lutok.pc.in
U src/external/bsd/lutok/dist/debug.cpp
U src/external/bsd/lutok/dist/stack_cleaner.cpp
U src/external/bsd/lutok/dist/operations.hpp
U src/external/bsd/lutok/dist/state.cpp
U src/external/bsd/lutok/dist/debug_test.cpp
U src/external/bsd/lutok/dist/test_utils.hpp
U src/external/bsd/lutok/dist/operations_test.cpp
U src/external/bsd/lutok/dist/state_test.cpp
U src/external/bsd/lutok/dist/exceptions.hpp
U src/external/bsd/lutok/dist/examples_test.sh
U src/external/bsd/lutok/dist/stack_cleaner.hpp
U src/external/bsd/lutok/dist/COPYING
U src/external/bsd/lutok/dist/state.ipp
U src/external/bsd/lutok/dist/c_gate.cpp
U src/external/bsd/lutok/dist/c_gate.hpp
U src/external/bsd/lutok/dist/stack_cleaner_test.cpp
U src/external/bsd/lutok/dist/examples/hello.cpp
U src/external/bsd/lutok/dist/examples/interpreter.cpp
U src/external/bsd/lutok/dist/examples/bindings.cpp
U src/external/bsd/lutok/dist/examples/raii.cpp

No conflicts created by this import




Home | Main Index | Thread Index | Old Index