pytest.ini: declare minimum version requirement
[metze/wireshark/wip.git] / epan / dtd_preparse.l
2018-02-16 Guy HarrisAdd DIAG_OFF_FLEX and DIAG_ON_FLEX for use in Flex...
2017-10-15 Ahmad FatoumRemove superfluous null-checks before strdup/free
2017-09-19 João ValverdeDisable flex-generated [-Wsign-compare] warnings
2017-02-24 Peter Wudtd: fix build due to -Wtypedef-redefinition
2017-02-24 Dario Lombardodtd: free memory on shutdown.
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-11-14 Alexis La Gouttedtd_preparse : fix indent (Use tabs)
2014-06-19 Dario LombardoRemoved SVN Id from epan dir.
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 return value of replace_entity(), to squel...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-02-02 Jörg MayerInclude config.h in preparation of moving the definition
2011-06-28 Stig BjørlykkeReplace all strerror() with g_strerror().
2008-08-05 Luis Ontanonluis.ontanon@gmail.com => luis@ontanon.org
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-05-11 Bill Meierg_string_sprintf --> g_string_printf and g_string_sprin...
2008-04-25 Bill Meier Bug 2493: Fix (Part 3 of 3):
2008-04-25 Bill Meier Bug 2493: Fix (Part 2):
2007-10-12 Jeff Morrisss/fopen()/eth_fopen()/ in an attempt to fix bug 1827...
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-02-19 Guy HarrisGet rid of an unused variable.
2007-01-09 Luis Ontanonmake internal variables static
2006-05-29 Anders BromanEthereal->Wireshark
2006-05-21 Ronnie Sahlbergname change
2006-03-11 Luis OntanonClose the files after reading!
2005-11-10 Ronnie Sahlbergfrom albert chan
2005-10-06 Luis Ontanonremove file inclusion code altoghether and few other...
2005-09-28 Luis Ontanonbe more flexible in what's a name
2005-09-22 Guy HarrisMake the private variables for various lexical analyzer...
2005-09-17 Luis OntanonBecause there's more than just text in XML...
2005-09-10 Luis Ontanonpropperly handle the errors when loading a file fails.
2005-09-10 Luis Ontanondon't use fgets() as MSVC does not implement it. use...
2005-09-10 Luis Ontanonthe dtd parser (still missing the glue) and few fixes...