Zbee ZCL se: fix typo found by conflict hf
[metze/wireshark/wip.git] / epan / dtd_parse.l
2016-12-02 Guy HarrisInclude config.h at the very beginning of all Flex...
2016-04-03 Guy HarrisMake the Flex scanners and YACC parser in libraries...
2015-12-05 Guy HarrisUse noyywrap rather than defining our own yywrap functions.
2015-11-06 Guy HarrisDon't include io.h in Flex scanners - they're not inter...
2014-09-06 Guy HarrisMake some variables size_t, as values of that width...
2014-06-19 Dario LombardoRemoved SVN Id from epan dir.
2013-12-14 Gerald CombsMore shorten-64-to-32 warnings.
2013-03-16 Anders Broman[-Wmissing-prototypes]
2013-02-10 Guy HarrisAdd %option noinput to a bunch of Flex files, as we...
2013-02-08 Guy HarrisConstify the name member of a struct _proto_xmlpi_attr...
2012-11-26 Bill MeierFix several [-Wshadow] warnings;
2011-08-11 Bill MeierReplace use of deprecated g_strdown() by g_ascii_strdown();
2009-04-08 Gerald CombsDisable warnings-as-errors for Flex-generated output...
2008-08-05 Luis Ontanonluis.ontanon@gmail.com => luis@ontanon.org
2008-05-11 Bill Meierg_string_sprintf --> g_string_printf and g_string_sprin...
2008-04-29 Guy HarrisAll versions of GLib 2.x come with g_ascii_strcasecmp...
2008-04-25 Bill Meier Bug 2493: Fix (Part 2):
2007-11-27 Guy Harrisstrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-08-04 Guy HarrisAdd a script as a front-end for Flex, to work around...
2007-07-30 Guy HarrisAdd comments to various %option items to explain what...
2007-01-15 Luis Ontanontwo minor leaks
2006-11-15 Luis Ontanon solve both issues pointed out in:
2006-07-26 Luis Ontanona better regex for names in DTDs
2006-07-20 Luis Ontanonallow for some uppercasing in names.
2006-05-29 Anders BromanEthereal->Wireshark
2006-05-22 Ronnie Sahlbergethereal->wireshark updates
2006-05-21 Ronnie Sahlbergname change
2005-10-07 Luis Ontanon"./dtd_parse.l", line 167: warning, rule cannot be...
2005-10-06 Luis Ontanonremove location from dtd_build_data_t avoiding to ...
2005-09-24 Luis Ontanonget rid of most dtd leaks.
2005-09-22 Guy HarrisMake the private variables for various lexical analyzer...
2005-09-20 Gerald CombsFix a couple of errors found by valgrind.
2005-09-20 Luis Ontanon avoid freeing the last location twice.
2005-09-17 Luis OntanonBecause there's more than just text in XML...
2005-09-12 Guy HarrisAdd a header file to declare routines defined in lexer...
2005-09-10 Luis Ontanonthe dtd parser (still missing the glue) and few fixes...