aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/mate_parser.l
AgeCommit message (Expand)AuthorFilesLines
2017-04-17Consistently call mate_config pointers "mc".Guy Harris1-1/+1
2016-12-02Include config.h at the very beginning of all Flex scanners.Guy Harris1-0/+5
2016-04-03Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris1-110/+165
2015-12-05Use noyywrap rather than defining our own yywrap functions.Guy Harris1-11/+5
2015-12-01Removed some remaining svn Id tagsStig Bjørlykke1-2/+0
2015-11-06Don't include io.h in Flex scanners - they're not interactive.Guy Harris1-1/+1
2015-06-29plugins/mate: fix some memleaksPeter Wu1-7/+10
2014-11-24Mate: Fix indent (use tabs)Alexis La Goutte1-6/+6
2013-03-21From beroset:Bill Meier1-3/+3
2013-02-10Add %option noinput to a bunch of Flex files, as we aren't using theGuy Harris1-0/+5
2012-01-16Fix a typo in an error message.Bill Meier1-1/+1
2011-08-07mate_grammar.lemon:Jörg Mayer1-2/+2
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-2/+2
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