Add casts to fix mac buildbots.
[metze/wireshark/wip.git] / epan / dtd_preparse.l
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...