aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2007-01-21fix bug 1321Luis Ontanon1-1/+3
2007-01-21fix bug 1320Luis Ontanon1-1/+1
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson1-1/+3
2007-01-05* have the Dumper using either '\' or '/' as directory separator in all platt...Luis Ontanon2-6/+33
2007-01-05 * rename url->file in browser_open_data_file()Luis Ontanon1-4/+4
2007-01-05 + register_stat_cmd_arg()Luis Ontanon1-11/+83
2007-01-04Remove duplicate targets.Gerald Combs1-6/+0
2007-01-04Add the documentation directoryLuis Ontanon1-0/+7
2007-01-04Rename pkgdata_DATA to dist_pkgdata_DATA, to make sure it's in theGuy Harris1-2/+1
2006-12-28Add clean targets to wslua. Fix the config.nmake include in crypt.Gerald Combs1-0/+5
2006-12-27+ browser_open_url()Luis Ontanon2-2/+44
2006-12-23get rid of an unused variable.Luis Ontanon1-3/+0
2006-12-23- Fix an error in the tap listener callbackLuis Ontanon2-11/+22
2006-12-22fix a typo.Luis Ontanon1-2/+1
2006-12-22- Fix the name of the disable_lua variable.Luis Ontanon5-105/+267
2006-11-06Avoid ${ename}[...] being interpreted as $ename[...].Luis Ontanon1-1/+1
2006-10-31console.lua missing from the svn tarball preventing making a package. I hope ...Anders Broman1-0/+1
2006-10-25Attempt to get compilation working under Windows.Gerald Combs1-4/+4
2006-10-24Improve the documentation generatorsLuis Ontanon4-67/+39
2006-10-24Have Lua disabled by default.Luis Ontanon9-132/+193
2006-10-19Fix a typo.Gerald Combs1-111/+111
2006-10-19- wslua_gui.c:Luis Ontanon7-38/+169
2006-10-18Add module information for generated docsLuis Ontanon8-8/+25
2006-10-18- better indentation and fix some errorsLuis Ontanon1-12/+14
2006-10-18- have console.lua not using os.date when os has been disabledLuis Ontanon3-72/+110
2006-10-18- Fix the makefileLuis Ontanon2-9/+10
2006-10-17Add the licenseLuis Ontanon1-1/+26
2006-10-17Several changes:Luis Ontanon12-75/+502
2006-10-12- add persconffile(opt_str) Luis Ontanon2-7/+174
2006-10-09add some missing files to the clean targetUlf Lamping1-1/+1
2006-10-05have the funnel client passing the destructors for btn data structures to the...Luis Ontanon1-0/+2
2006-10-04Misterious bug with cf_read() solved... had nothing to do with cf_read :)Luis Ontanon1-2/+2
2006-10-04- wslua_util.c: replace Lua's loadfile and dofile for versions that will try...Luis Ontanon5-9/+70
2006-10-03an attempt to fix the Ubuntu buildbot:Ulf Lamping1-1/+1
2006-10-03Update nmakefile to latest changes.Luis Ontanon1-5/+7
2006-10-03- Make sure that the registration files are created whenever there's a changeLuis Ontanon4-73/+67
2006-10-03more Lua APIs:Luis Ontanon1-0/+69
2006-09-27* rename REGISTER_STAT_GROUP_E -> register_stat_group_tLuis Ontanon3-31/+47
2006-09-27Add a simple lua console to allow evaluation of conde into init.luaLuis Ontanon1-0/+25
2006-09-26Fix distcheck errors. Add epan/wslua to the list of distributionGerald Combs1-8/+7
2006-09-26wslua_init() must return a valueLuis Ontanon1-1/+1
2006-09-26Lua 5.1.1 for windowsLuis Ontanon3-45/+59
2006-09-25Move the Lua interface into epan... (not a plugin anymore).Luis Ontanon19-0/+6836