aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_int64.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-14wslua: Drop unused "push_code" macro parameterPeter Wu1-2/+2
2015-09-04Coverity CID 1167971-1167974: constant expressions in wslua_int64Hadriel Kaplan1-4/+9
2015-08-21Lua: check sscanf return valueHadriel Kaplan1-2/+6
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-3/+3
2015-02-13wslua*: Add editor modelines; Fix indentation, etc as needed.Bill Meier1-0/+13
2015-01-23Use luaL_{check,opt}integer() rather than luaL_{check,opt}int().Guy Harris1-4/+4
2014-11-09Convert the Lua reference to AsciiDoc.Gerald Combs1-1/+1
2014-10-13Lua: luaL_checkstring does not return NULLStig Bjørlykke1-2/+2
2014-04-04Remove $Id$ in wsluaAlexis La Goutte1-1/+0
2014-03-26Add various functions for Lua directory handling and path infoHadriel Kaplan1-4/+4
2014-03-25Enhance Lua API doc generator and add more API infoHadriel Kaplan1-158/+336
2014-03-21Fix API comments and don't use sprintf in wslua_int64.cHadriel Kaplan1-8/+8
2014-02-27Fix coverity warnings for all wslua files. (redux)Hadriel Kaplan1-25/+18
2014-02-21Cleanup on aisle 5: normalizes the Lua code to follow common schema/modelHadriel Kaplan1-78/+84
2014-02-14Adds support for Lua struct library so one can pack/unpack binary structuresHadriel Kaplan1-9/+12
2014-02-09Fix bug 9736 'Lua: new Int64/UInt64 functions don't prevent division by zero'Hadriel Kaplan1-19/+55
2014-02-05Two fixes for license headersEvan Huus1-39/+35
2014-02-04Various fixes to the Lua int64 codeEvan Huus1-11/+11
2014-02-04Adds support for Lua Int64 and UInt64 operators, functions, and generalHadriel Kaplan1-0/+911