From Tom Brezinski:
[obnox/wireshark/wip.git] / epan / dtd_parse.l
2011-08-11 wmeierReplace use of deprecated g_strdown() by g_ascii_strdown();
2009-04-08 geraldDisable warnings-as-errors for Flex-generated output...
2008-08-05 legoluis.ontanon@gmail.com => luis@ontanon.org
2008-05-11 wmeierg_string_sprintf --> g_string_printf and g_string_sprin...
2008-04-29 guyAll versions of GLib 2.x come with g_ascii_strcasecmp...
2008-04-25 wmeier Bug 2493: Fix (Part 2):
2007-11-27 guystrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-08-04 guyAdd a script as a front-end for Flex, to work around...
2007-07-30 guyAdd comments to various %option items to explain what...
2007-01-15 legotwo minor leaks
2006-11-15 lego solve both issues pointed out in:
2006-07-26 legoa better regex for names in DTDs
2006-07-20 legoallow for some uppercasing in names.
2006-05-29 etxrabEthereal->Wireshark
2006-05-22 sahlbergethereal->wireshark updates
2006-05-21 sahlbergname change
2005-10-07 lego"./dtd_parse.l", line 167: warning, rule cannot be...
2005-10-06 legoremove location from dtd_build_data_t avoiding to ...
2005-09-24 legoget rid of most dtd leaks.
2005-09-22 guyMake the private variables for various lexical analyzer...
2005-09-20 geraldFix a couple of errors found by valgrind.
2005-09-20 lego avoid freeing the last location twice.
2005-09-17 legoBecause there's more than just text in XML...
2005-09-12 guyAdd a header file to declare routines defined in lexer...
2005-09-10 legothe dtd parser (still missing the glue) and few fixes...