Wireshark-commits: [Wireshark-commits] master c7e7577: wslua: add support for negative indices

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 18 Oct 2016 04:11:01 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c7e75770e1c2d85e3a21ad457b2e415fcbe2f012
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c7e7577 by Peter Wu (peter@xxxxxxxxxxxxx):

    wslua: add support for negative indices
    
    Internal change, this allows use of negative indices for
    lua_rawgetfield/lua_rawsetfield convenience functions and is closer to
    lua_getfield/lua_setfield semantics in terms of indices.
    
    Add lua_absindex for compatibility with Lua 5.1 (do not bother exporting
    it yet since it is only used in this file, also do not rename it since
    it is the same functionality with no Wireshark-specific changes.)
    
    Change-Id: I322954ef461164ec514ed9f034ae2691775e67da
    Reviewed-on: https://code.wireshark.org/review/18025
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  8a1adf1   wslua: fix errors in documentation, add notational conventions
    adds  c7e7577   wslua: add support for negative indices


Summary of changes:
 epan/wslua/wslua_internals.c |   32 +++++++++++++++++++++-----------
 1 file changed, 21 insertions(+), 11 deletions(-)