aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dtd_preparse.l
AgeCommit message (Expand)AuthorFilesLines
2012-02-02Include config.h in preparation of moving the definitionJörg Mayer1-0/+4
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-1/+1
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-24/+24
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...Bill Meier1-5/+5
2008-04-25 Bug 2493: Fix (Part 3 of 3): Bill Meier1-0/+6
2008-04-25 Bug 2493: Fix (Part 2): Bill Meier1-5/+18
2007-10-12s/fopen()/eth_fopen()/ in an attempt to fix bug 1827: eth_fopen() deals with ...Jeff Morriss1-1/+2
2007-08-04Add a script as a front-end for Flex, to work around various problems,Guy Harris1-0/+1
2007-07-30Add comments to various %option items to explain what they're doing. Guy Harris1-2/+23
2007-02-19Get rid of an unused variable.Guy Harris1-2/+0
2007-01-09make internal variables staticLuis Ontanon1-9/+9
2006-05-29Ethereal->WiresharkAnders Broman1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-11Close the files after reading!Luis Ontanon1-1/+3
2005-11-10from albert chanRonnie Sahlberg1-2/+2
2005-10-06remove file inclusion code altoghether and few other changesLuis Ontanon1-32/+11
2005-09-28be more flexible in what's a nameLuis Ontanon1-1/+1
2005-09-22Make the private variables for various lexical analyzers static, soGuy Harris1-2/+2
2005-09-17Because there's more than just text in XML...Luis Ontanon1-75/+10
2005-09-10propperly handle the errors when loading a file fails.Luis Ontanon1-7/+30
2005-09-10don't use fgets() as MSVC does not implement it. use fgetc instead.Luis Ontanon1-6/+7
2005-09-10the dtd parser (still missing the glue) and few fixes to packet-xml.cLuis Ontanon1-0/+258