aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/mate_parser.l
Commit message (Expand)AuthorAgeFilesLines
* plugins: Add source tree subfolder for plugin libraryJoão Valverde2018-01-161-404/+0
* Disable flex-generated [-Wsign-compare] warningsJoão Valverde2017-09-191-0/+4
* Clean up MateParser routine declarations.Guy Harris2017-05-101-8/+2
* Consistently call mate_config pointers "mc".Guy Harris2017-04-171-1/+1
* Include config.h at the very beginning of all Flex scanners.Guy Harris2016-12-021-0/+5
* Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris2016-04-031-110/+165
* Use noyywrap rather than defining our own yywrap functions.Guy Harris2015-12-051-11/+5
* Removed some remaining svn Id tagsStig Bjørlykke2015-12-011-2/+0
* Don't include io.h in Flex scanners - they're not interactive.Guy Harris2015-11-061-1/+1
* plugins/mate: fix some memleaksPeter Wu2015-06-291-7/+10
* Mate: Fix indent (use tabs)Alexis La Goutte2014-11-241-6/+6
* From beroset:Bill Meier2013-03-211-3/+3
* Add %option noinput to a bunch of Flex files, as we aren't using theGuy Harris2013-02-101-0/+5
* Fix a typo in an error message.Bill Meier2012-01-161-1/+1
* mate_grammar.lemon:Jörg Mayer2011-08-071-2/+2
* Replace all strerror() with g_strerror().Stig Bjørlykke2011-06-281-2/+2
* luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon2008-08-051-1/+1
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-36/+36
* g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...Bill Meier2008-05-111-3/+3
* Bug 2493: Fix (Part 3 of 3): Bill Meier2008-04-251-1/+7
* Bug 2493: Fix (Part 2): Bill Meier2008-04-251-5/+18
* In glib 2.16 g_malloc Changed from:Anders Broman2008-03-211-0/+4
* s/fopen()/eth_fopen()/ in plugins/ (for bug 1827).Jeff Morriss2007-10-171-2/+4
* Add a script as a front-end for Flex, to work around various problems,Guy Harris2007-08-041-0/+1
* Add comments to various %option items to explain what they're doing. Guy Harris2007-07-301-1/+17
* name changeRonnie Sahlberg2006-05-211-2/+2
* Mark coverity CID 117 as a false positive.Luis Ontanon2006-03-111-0/+2
* - add Debug and Default declarations.Luis Ontanon2005-12-121-1/+8
* Make the private variables for various lexical analyzers static, soGuy Harris2005-09-221-5/+5
* Make a variable whose value might be trashed by setjmp/longjmpGuy Harris2005-08-061-1/+1
* Squelch a warning about "state" being used uninitialized.Guy Harris2005-08-051-2/+1
* More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer2005-07-231-1/+1
* Fix the Id tagLuis Ontanon2005-05-201-1/+1
* - change the state label OUT to OUTSIDE to avoid a name collision with a macr...Luis Ontanon2005-05-171-67/+67
* MATE has a grammar.Luis Ontanon2005-05-161-0/+296