aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/mate_parser.l
AgeCommit message (Expand)AuthorFilesLines
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-36/+36
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...Bill Meier1-3/+3
2008-04-25 Bug 2493: Fix (Part 3 of 3): Bill Meier1-1/+7
2008-04-25 Bug 2493: Fix (Part 2): Bill Meier1-5/+18
2008-03-21In glib 2.16 g_malloc Changed from:Anders Broman1-0/+4
2007-10-17s/fopen()/eth_fopen()/ in plugins/ (for bug 1827).Jeff Morriss1-2/+4
2007-08-04Add a script as a front-end for Flex, to work around various problems,Guy Harris1-0/+1
2007-07-30Add comments to various %option items to explain what they're doing. Guy Harris1-1/+17
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-11 Mark coverity CID 117 as a false positive.Luis Ontanon1-0/+2
2005-12-12- add Debug and Default declarations.Luis Ontanon1-1/+8
2005-09-22Make the private variables for various lexical analyzers static, soGuy Harris1-5/+5
2005-08-06Make a variable whose value might be trashed by setjmp/longjmpGuy Harris1-1/+1
2005-08-05Squelch a warning about "state" being used uninitialized.Guy Harris1-2/+1
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-1/+1
2005-05-20Fix the Id tagLuis Ontanon1-1/+1
2005-05-17- change the state label OUT to OUTSIDE to avoid a name collision with a macr...Luis Ontanon1-67/+67
2005-05-16MATE has a grammar.Luis Ontanon1-0/+296