aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_int64.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-20LUA: allow conversion from string to uint64 in any baseNardi Ivan1-1/+1
2023-01-04WSLUA: allow 64 bits bitmask for ProtoField objectsNardi Ivan1-1/+1
2022-07-21wslua: Fix more argument definitions.Gerald Combs1-4/+4
2021-12-19Fix stdio.h conversions to use the scanf macrosJoão Valverde1-2/+2
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde1-4/+4
2020-03-31wslua: Update the Int64 docs.Gerald Combs1-133/+183
2020-03-24wslua: WSLUA_BIT_OP_FUNC macro already does return .Martin Mathieson1-6/+0
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-03-09spdx: more licenses converted.Dario Lombardo1-19/+1
2018-02-11wslua: Convert more comment markup to Asciidoctor.Gerald Combs1-3/+3
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