Slightly different fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9117 :
[metze/wireshark/wip.git] / epan / uat_load.l
2013-04-22 Michael MannAdd a "hidden" array of UAT entry data to allow separat...
2013-02-10 Guy HarrisAdd %option noinput to a bunch of Flex files, as we...
2013-02-08 Guy HarrisConstify the second argument to uat_load(), to squelch...
2012-11-26 Bill MeierFix several [-Wshadow] warnings;
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-09 Jeff MorrissDon't leak memory when loading UATs. Also reformat...
2012-04-13 Jakub ZawadzkiRemove doubled semicolons and semicolons outside function.
2012-03-30 Stig BjørlykkeCall uat->post_update_cb also when not having the uat...
2011-06-28 Stig BjørlykkeReplace all strerror() with g_strerror().
2011-04-24 Jörg MayerFix CID 813: Code after ERROR is dead code (never reached)
2011-02-28 Stig BjørlykkeClose UAT file after loading.
2010-08-30 Stig BjørlykkeAlways call post_update_cb() in uat_load_str().
2010-06-25 Stig BjørlykkeRun uat->post_update_cb() in uat_load().
2010-03-04 Stig BjørlykkeFrom LEGO via bug 3459:
2009-02-16 Guy HarrisAdd an additional "title" attribute for UAT fields...
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-04-25 Bill Meier Bug 2493: Fix (Part 3 of 3):
2008-04-25 Bill Meier Bug 2493: Fix (Part 2):
2008-02-26 Jeff Morrissget_datafile_path() and get_persconffile_path() return...
2008-02-15 Gerald CombsExtend the UAT and preferences code so that you can...
2007-10-16 Jeff MorrissChange more fopen() to eth_fopen() to finish fixing...
2007-08-28 Luis OntanonCommit canges to uat_load.l, and initialize uat_t-...
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-07-17 Luis Ontanonincrease line numbers on comments too
2007-04-23 Guy HarrisAdd some GCC warnings to the standard set, and add...
2007-04-01 Luis OntanonFix management of lstrings in uat code so that arbitrar...
2007-03-25 Ulf Lampingremove remaining warnings in epan dir and set the ...
2007-02-07 Luis OntanonAdd ENUM and HEXBYTES modes
2007-02-04 Luis OntanonMove (Up/Down) & Save buttons
2007-02-04 Luis Ontanonthe quoted_string regexp in uat_load() fails badly...
2007-02-03 Luis Ontanonsecond iteration:
2007-01-30 Luis Ontanondo not use yy_flex_realloc()
2007-01-29 Luis Ontanonuat_load.l improve error reporting
2007-01-29 Luis Ontanonnow it is operational.
2007-01-28 Luis OntanonAlthough yet untested (but it compiles and is still...