aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2006-10-24Have Lua disabled by default.Luis Ontanon1-2/+1
Add more documentation to the code. change make-dco.pl so that it creates more readable docbook output. This should be copied over to 0.99.4 svn path=/trunk/; revision=19670
2006-10-19- wslua_gui.c:Luis Ontanon1-1/+1
- remove data_ref where it is not used anymore (callbacks won't pass userdata as this ius better done using lua's closures) - have TextWindow:set_editable() using its argument - add wslua_optbool(L,n,d) to pull an optional boolean from the stack - several fixes to docbook generation (now it compiles!) svn path=/trunk/; revision=19608
2006-10-18- Fix the makefileLuis Ontanon1-1/+1
- improve the Lua Console svn path=/trunk/; revision=19591
2006-10-17Several changes:Luis Ontanon1-5/+9
- do not #include a c code file in wslua_register.c compile a separate boject - add the console and evaluate windows - add some useful vars to the lua environment - some cleanup - add the dtd generator code (currently disabled) svn path=/trunk/; revision=19579
2006-10-04- wslua_util.c: replace Lua's loadfile and dofile for versions that will ↵Luis Ontanon1-0/+2
try to open the file in perscofdir then dataconfdir if there's no such file in cwd - wslua_field.c: avoid FieldInfo:__tostring() crashing when the ftype has no val_to_string_repr - init.lua: inform the user that a packet has been disabled, intead of a cryptic "attemt to call nil" - Makefile.am: add register_wslua.c and declare_wslua.h to MAINTAINERCLEANFILES - wslua_gui.c: fix a typo svn path=/trunk/; revision=19425
2006-10-03an attempt to fix the Ubuntu buildbot:Ulf Lamping1-1/+1
ERROR: files left in build directory after distclean: ./epan/wslua/declare_wslua.h ./epan/wslua/register_wslua.c Louis, could you have a look - I might have produced a mess :-) svn path=/trunk/; revision=19423
2006-10-03- Make sure that the registration files are created whenever there's a changeLuis Ontanon1-29/+14
- get rid of 5.0.2 stuff - add the apply_filter() API svn path=/trunk/; revision=19406
2006-09-26Fix distcheck errors. Add epan/wslua to the list of distributionGerald Combs1-8/+7
directories, make sure $(scrdir) is prepended to script paths, and fixup the wslua distclean target. svn path=/trunk/; revision=19329
2006-09-26Lua 5.1.1 for windowsLuis Ontanon1-0/+1
svn path=/trunk/; revision=19324
2006-09-25Move the Lua interface into epan... (not a plugin anymore).Luis Ontanon1-0/+121
- Rename Tap into Listener - add a mechanism to pass protocols' tap data to the Listener svn path=/trunk/; revision=19319