aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dtd_grammar.lemon
AgeCommit message (Collapse)AuthorFilesLines
2015-08-27Lemon grammar: fix indent (use tabs)Alexis La Goutte1-49/+49
Change-Id: I6fa38d5d85b25ac6c55fcfa67d6c8dba8482cc8c Reviewed-on: https://code.wireshark.org/review/10266 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^\* \$Id\$/,+1 d') (no space before star) Change-Id: I318968db2b8512ba1303b5fc5c624c66441658f0 Reviewed-on: https://code.wireshark.org/review/879 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-12-14Use "(void) <variable/>" to avoid unused variable warnings similar toGerald Combs1-1/+2
Qt's Q_UNUSED macro. svn path=/trunk/; revision=54110
2013-03-16[-Wmissing-prototypes]Anders Broman1-2/+2
Use explicit casts. svn path=/trunk/; revision=48338
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45016
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=43538
2012-02-02Include config.h in preparation of moving the definitionJörg Mayer1-0/+4
of _U_ from the compiler command line into config.h svn path=/trunk/; revision=40806
2011-08-07svn path=/trunk/; revision=38396Anders Broman1-15/+18
2011-08-07Revert previous commit.Anders Broman1-8/+8
(Note to self read the description first) "Returns : a newly-allocated string, with all the upper case characters in str converted to lower case, with semantics that exactly match g_ascii_tolower(). (Note that this is unlike the old g_strdown(), which modified the string in place.)" svn path=/trunk/; revision=38395
2011-08-07 Replace deprecated glib functions.Anders Broman1-8/+8
set DG_DISABLE_DEPRECATED for windows build. svn path=/trunk/; revision=38394
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
svn path=/trunk/; revision=25937
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> ↵Bill Meier1-3/+3
g_string_append_printf svn path=/trunk/; revision=25276
2008-04-08Update Lemon to v1.54 and lempar to v 1.31 from sqlite ↵Anders Broman1-0/+1
http://www.sqlite.org/cvstrac/dir?d=sqlite/tool svn path=/trunk/; revision=24845
2007-01-15two minor leaksLuis Ontanon1-1/+1
svn path=/trunk/; revision=20443
2006-06-17ethereal to wireshark changeRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18498
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2005-10-06remove location from dtd_build_data_t avoiding to (double) free it.Luis Ontanon1-1/+1
svn path=/trunk/; revision=16147
2005-09-24get rid of most dtd leaks.Luis Ontanon1-10/+36
There's just one left I'm aware of (the doctype name). svn path=/trunk/; revision=15990
2005-09-17Because there's more than just text in XML...Luis Ontanon1-3/+26
DTDs are imported to create fields svn path=/trunk/; revision=15851
2005-09-12Add a header file to declare routines defined in lexer and used inGuy Harris1-2/+3
parser, or vice versa. svn path=/trunk/; revision=15769
2005-09-12Again, "g_strdown()" doesn't return a value in GLib 1.2[.x].Guy Harris1-6/+22
svn path=/trunk/; revision=15768
2005-09-10the dtd parser (still missing the glue) and few fixes to packet-xml.cLuis Ontanon1-0/+151
svn path=/trunk/; revision=15745