aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_int64.c
AgeCommit message (Expand)AuthorFilesLines
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