[PATCH v5 0/1] Initial support for LuaJIT scripting

Victor Krapivensky krapivenskiy.va at phystech.edu
Tue Jul 4 10:25:21 UTC 2017


Now with a section in the man page and theoretical support for
non-LuaJIT Lua interpreters (no support for this in the helper library
yet).

Victor Krapivensky (1):
  Initial support for LuaJIT scripting

 Makefile.am   |   8 ++
 configure.ac  |  36 +++++++
 defs.h        |  53 +++------
 defs_shared.h |  65 +++++++++++
 ffi.h         |  19 ++++
 luajit.h      | 339 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 luajit_lib.h  | 260 ++++++++++++++++++++++++++++++++++++++++++++
 qualify.c     |  84 +++++++++------
 strace.1      | 279 +++++++++++++++++++++++++++++++++++++++++++++++
 strace.c      |  36 ++++++-
 syscall.c     | 117 ++++++++++++++++----
 sysent.h      |  24 ++++-
 12 files changed, 1228 insertions(+), 92 deletions(-)
 create mode 100644 defs_shared.h
 create mode 100644 ffi.h
 create mode 100644 luajit.h
 create mode 100644 luajit_lib.h

-- 
2.11.0





More information about the Strace-devel mailing list