summaryrefslogtreecommitdiff
path: root/epan/wslua/lrexlib_glib.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-09Lua: add functions for more field informationHadriel Kaplan1-3/+0
2015-05-05Revert "Try to please both GCC (the compiler, not me) and clang."Gerald Combs1-2/+0
2015-05-05Try to please both GCC (the compiler, not me) and clang.Gerald Combs1-0/+2
2015-03-20(Benign) Fix warning [-Werror=logical-not-parentheses] (GCC 5.0.0)Bill Meier1-2/+2
2015-01-23Use luaL_{check,opt}integer() rather than luaL_{check,opt}int().Guy Harris1-1/+1
2014-10-17Remove unnecessary include of <ctype.h>.Guy Harris1-1/+0
2014-08-13Fix warning (turning error) when compiling with -O3Joerg Mayer1-1/+3
2014-03-29Fix some compiler issues on windows with Lua 5.2Hadriel Kaplan1-4/+1
2014-03-10Try to fix -Wparentheses-equality errors.Gerald Combs1-2/+2
2014-03-10Replace "see copyright notice in" message with full licenseEvan Huus1-2/+21
2014-03-10add explicit casts to fix compilation on LinuxMartin Kaiser1-10/+12
2014-03-10Add GLib's regex library into LuaHadriel Kaplan1-0/+414