aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dtd_parse.l
AgeCommit message (Expand)AuthorFilesLines
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-7/+6
2017-09-19Disable flex-generated [-Wsign-compare] warningsJoão Valverde1-0/+4
2016-12-02Include config.h at the very beginning of all Flex scanners.Guy Harris1-2/+5
2016-04-03Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris1-51/+100
2015-12-05Use noyywrap rather than defining our own yywrap functions.Guy Harris1-11/+5
2015-11-06Don't include io.h in Flex scanners - they're not interactive.Guy Harris1-1/+1
2014-09-06Make some variables size_t, as values of that width are assigned to it.Guy Harris1-3/+3
2014-06-19Removed SVN Id from epan dir.Dario Lombardo1-2/+0
2013-12-14More shorten-64-to-32 warnings.Gerald Combs1-2/+2
2013-03-16[-Wmissing-prototypes]Anders Broman1-2/+2
2013-02-10Add %option noinput to a bunch of Flex files, as we aren't using theGuy Harris1-0/+5
2013-02-08Constify the name member of a struct _proto_xmlpi_attr, to squelchGuy Harris1-1/+1
2012-11-26Fix several [-Wshadow] warnings;Bill Meier1-9/+9
2011-08-11Replace use of deprecated g_strdown() by g_ascii_strdown();Bill Meier1-34/+33
2009-04-08Disable warnings-as-errors for Flex-generated output. Add a couple of gsizeGerald Combs1-1/+1
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...Bill Meier1-2/+2
2008-04-29All versions of GLib 2.x come with g_ascii_strcasecmp(), and we requireGuy Harris1-4/+0
2008-04-25 Bug 2493: Fix (Part 2): Bill Meier1-5/+18
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-2/+6
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-3/+20
2007-01-15two minor leaksLuis Ontanon1-0/+2
2006-11-15 solve both issues pointed out in:Luis Ontanon1-1/+1
2006-07-26a better regex for names in DTDsLuis Ontanon1-1/+1
2006-07-20allow for some uppercasing in names.Luis Ontanon1-1/+1
2006-05-29Ethereal->WiresharkAnders Broman1-3/+3
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-10-07"./dtd_parse.l", line 167: warning, rule cannot be matchedLuis Ontanon1-2/+2
2005-10-06remove location from dtd_build_data_t avoiding to (double) free it.Luis Ontanon1-2/+0
2005-09-24get rid of most dtd leaks.Luis Ontanon1-3/+7
2005-09-22Make the private variables for various lexical analyzers static, soGuy Harris1-12/+12
2005-09-20Fix a couple of errors found by valgrind.Gerald Combs1-1/+2
2005-09-20 avoid freeing the last location twice.Luis Ontanon1-2/+16
2005-09-17Because there's more than just text in XML...Luis Ontanon1-4/+19
2005-09-12Add a header file to declare routines defined in lexer and used inGuy Harris1-5/+2
2005-09-10the dtd parser (still missing the glue) and few fixes to packet-xml.cLuis Ontanon1-0/+316