aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_struct.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some WsLua documentation errorsHadriel Kaplan2015-01-231-0/+1
* Lua: replace deprecated functionsHadriel Kaplan2015-01-031-1/+0
* Convert the Lua reference to AsciiDoc.Gerald Combs2014-11-091-25/+25
* Don't use <ctype.h> macros, and eliminate an include of <ctype.h>.Guy Harris2014-10-171-6/+5
* Lua: luaL_checkstring does not return NULLStig Bjørlykke2014-10-131-10/+0
* Allow chained calls with Lua TreeItem functions, and fix a couple of minor er...Hadriel Kaplan2014-03-281-2/+3
* Enhance Lua API doc generator and add more API infoHadriel Kaplan2014-03-251-4/+72
* Add Lua Struct.values() function, and prevent coercion in all Struct functionsHadriel Kaplan2014-03-231-26/+66
* Fix coverity warnings for all wslua files. (redux)Hadriel Kaplan2014-02-271-3/+7
* Adds some Lua helper functions: some commonly used functions, and to help tro...Hadriel Kaplan2014-02-251-10/+54
* Remove trailing whitespaceBill Meier2014-02-251-6/+6
* Cleanup on aisle 5: normalizes the Lua code to follow common schema/modelHadriel Kaplan2014-02-211-3/+3
* Move lua struct license to top of file.Evan Huus2014-02-141-26/+23
* Fix build on WindowsAlexis La Goutte2014-02-141-1/+1
* Adds support for Lua struct library so one can pack/unpack binary structuresHadriel Kaplan2014-02-141-0/+529