aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dtd_parse.l
Commit message (Expand)AuthorAgeFilesLines
* Use DIAG_OFF_FLEX/DIAG_ON_FLEX more consistently.Guy Harris2018-02-161-8/+8
* Disable warning C4267 in generated files.Gerald Combs2018-02-151-0/+6
* Remove superfluous null-checks before strdup/freeAhmad Fatoum2017-10-151-7/+6
* Disable flex-generated [-Wsign-compare] warningsJoão Valverde2017-09-191-0/+4
* Include config.h at the very beginning of all Flex scanners.Guy Harris2016-12-021-2/+5
* Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris2016-04-031-51/+100
* Use noyywrap rather than defining our own yywrap functions.Guy Harris2015-12-051-11/+5
* Don't include io.h in Flex scanners - they're not interactive.Guy Harris2015-11-061-1/+1
* Make some variables size_t, as values of that width are assigned to it.Guy Harris2014-09-061-3/+3
* Removed SVN Id from epan dir.Dario Lombardo2014-06-191-2/+0
* More shorten-64-to-32 warnings.Gerald Combs2013-12-141-2/+2
* [-Wmissing-prototypes]Anders Broman2013-03-161-2/+2
* Add %option noinput to a bunch of Flex files, as we aren't using theGuy Harris2013-02-101-0/+5
* Constify the name member of a struct _proto_xmlpi_attr, to squelchGuy Harris2013-02-081-1/+1
* Fix several [-Wshadow] warnings;Bill Meier2012-11-261-9/+9
* Replace use of deprecated g_strdown() by g_ascii_strdown();Bill Meier2011-08-111-34/+33
* Disable warnings-as-errors for Flex-generated output. Add a couple of gsizeGerald Combs2009-04-081-1/+1
* luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon2008-08-051-1/+1
* g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...Bill Meier2008-05-111-2/+2
* All versions of GLib 2.x come with g_ascii_strcasecmp(), and we requireGuy Harris2008-04-291-4/+0
* Bug 2493: Fix (Part 2): Bill Meier2008-04-251-5/+18
* strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris2007-11-271-2/+6
* 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-3/+20
* two minor leaksLuis Ontanon2007-01-151-0/+2
* solve both issues pointed out in:Luis Ontanon2006-11-151-1/+1
* a better regex for names in DTDsLuis Ontanon2006-07-261-1/+1
* allow for some uppercasing in names.Luis Ontanon2006-07-201-1/+1
* Ethereal->WiresharkAnders Broman2006-05-291-3/+3
* ethereal->wireshark updatesRonnie Sahlberg2006-05-221-2/+2
* name changeRonnie Sahlberg2006-05-211-2/+2
* "./dtd_parse.l", line 167: warning, rule cannot be matchedLuis Ontanon2005-10-071-2/+2
* remove location from dtd_build_data_t avoiding to (double) free it.Luis Ontanon2005-10-061-2/+0
* get rid of most dtd leaks.Luis Ontanon2005-09-241-3/+7
* Make the private variables for various lexical analyzers static, soGuy Harris2005-09-221-12/+12
* Fix a couple of errors found by valgrind.Gerald Combs2005-09-201-1/+2
* avoid freeing the last location twice.Luis Ontanon2005-09-201-2/+16
* Because there's more than just text in XML...Luis Ontanon2005-09-171-4/+19
* Add a header file to declare routines defined in lexer and used inGuy Harris2005-09-121-5/+2
* the dtd parser (still missing the glue) and few fixes to packet-xml.cLuis Ontanon2005-09-101-0/+316