OK, does it matter in which order "extern" and "declspec" appear?
[metze/wireshark/wip.git] / tools / checkAPIs.pl
2013-10-06 Michael MannAllow a "more complex" algorithm to finding proto_tree_...
2013-09-16 Jörg MayerDon't print a warning about missing svn id when the...
2013-09-15 Evan HuusTweak mq macro and checkAPI to avoid false positives...
2013-09-15 Jörg MayerAdd help option
2013-09-15 Jörg Mayerhttp://url is NOT a c++ style comment
2013-09-13 Chris MaynardOK, all the Makefiles use -build since r41943, so add...
2013-09-13 Chris MaynardUpdate the comments to match the current usage.
2013-09-13 Chris MaynardRename --build to --check-addtext/--nocheck-addtext...
2013-09-05 Evan HuusMake checkAPI notify (warnings only, for now) about...
2013-07-05 Michael MannMake checkAPIs.pl a little more discerning when looking...
2013-03-16 Martin Kaiserflag up a warning if someone includes gcrypt.h instead...
2013-02-02 Bill MeierTweaks:
2012-12-18 Jeff MorrissDon't do proto_tree_add_ether(..., tvb_get_ptr(......
2012-12-02 Jeff MorrissAdd SET_ADDRESS and SET_ADDRESS_HF to the list of APIs...
2012-11-29 Jeff MorrissAs requested by Anders on -dev: check enum_val_t's...
2012-09-19 Jörg MayerRemove #defines that provided backward source compatibility
2012-09-10 Bill MeierUse non-capturing grouping when grouping just for alter...
2012-09-10 Jeff Morrissstring_strings and range_strings must also be {0, NULL...
2012-07-23 Jeff Morrissr43756 said that _snwprintf is banned. Make it so.
2012-07-19 Guy HarrisAdd a local errorCount variable to functions that use...
2012-07-19 Guy HarrisYup, that did it. Make use of ENC_ values in non-item...
2012-07-03 Jeff MorrissAs suggested by Jakub in https://bugs.wireshark.org...
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-06-11 Jeff MorrissProhibit strtod() (as per r 43212).
2012-06-03 Anders BromanAdd more depricated functions
2012-05-31 Jeff MorrissLook only for calls to strlen() within an snprintf...
2012-05-31 Gerald CombsIf we're feeding the output of strlen to an snprintf...
2012-05-24 Jeff MorrissFollowup to r42823: check for RVALS used without BASE_R...
2012-04-04 Jeff MorrissAdd a "-build" argument to checkAPIs.pl. Use that...
2012-03-07 Bill MeierRevise and enable test for hf[] FT_BOOLEAN fields with...
2012-03-06 Bill MeierAdd test for correct usage of hf[] FT_BOOLEAN 'display...
2012-03-06 Jeff MorrissProhibit using anything other than FT_BOOLEANs with...
2012-02-24 Bill Meierg_fprintf() & g_vfprintf() should not be used....
2012-02-08 Jeff MorrissAs suggested by Joerg on the -dev list yesterday: count...
2012-01-19 Bill MeierUpdate list of deprecated GLib fcns;
2012-01-18 Bill MeierFix a typo; Remove a dup.
2012-01-18 Bill MeierUpdate:
2012-01-16 Bill MeierThe last GMemChunk usage in Wireshark has been replaced...
2011-08-17 Gerald CombsThe MSDN page for ZeroMemory recommends using SecureZer...
2011-08-05 Jörg MayerUsing gtk_tree_view_column_get_cell_renderers is an...
2011-07-25 Anders BromanUpdate comments.
2011-07-25 Guy HarrisUse gtk_widget_get_has_window() as a wrapper around
2011-07-25 Anders BromanFix a couple of typos and 'E'' mark functions mapped...
2011-07-24 Anders BromanReplace deprecated functions.
2011-07-14 Anders BromanReplace deprecated gdk_pixmap_unref() with g_object_unr...
2011-07-11 Anders BromanFix more tooltips, mark gtk_tooltips_new with 'E' in...
2011-06-28 Stig BjørlykkeReplace all strerror() with g_strerror().
2011-06-23 Anders BromanAdd GDK deprecated functions.
2011-05-26 Jeff MorrissInspired by one of the changes from r37406 and bug...
2011-04-21 Anders Broman"Upgrade" gtk_combo to 'E'.
2011-03-29 Jeff MorrissProhibit (memory-unsafe) g_sprintf() and g_vsprintf().
2011-03-08 Anders BromanW -> E for g_clist funktions.
2011-03-02 Jeff MorrissAs suggested by Anders: when we detect non-ASCII charac...
2011-02-12 Jeff MorrissThere is a better (and faster) way to see if all the...
2011-02-11 Jeff MorrissAdd a function to verify that ett_ variables are regist...
2011-02-11 Jeff MorrissCheck for places where tvb_bytes_to_str() or tvb_get_by...
2011-02-11 Jeff MorrissOops, put a comma back
2011-02-11 Jeff MorrissClean up indentation
2011-02-10 Jeff MorrissAdd (commented-out for now) code to check certain funct...
2011-02-04 Anders BromanWhite space changes.
2011-02-02 Anders BromanAdd GTK 2.22 deprecated functions
2011-01-10 Jeff MorrissRevert 35447 and 35364: remove comments and strings...
2011-01-10 Jeff MorrissRemove the comments and strings separately so that...
2011-01-06 Jeff MorrissProhibit strtoull(): Windows doesn't have it. (Putting...
2011-01-06 Guy HarrisLet's discourage the use of g_warning in dissectors...
2011-01-04 Jeff MorrissCheck hf entries *after* removing comments (in case...
2011-01-04 Jeff MorrissDetect (and error on) NULL or empty abbreviations....
2010-12-20 Jeff MorrissDeprecate dissector_add(), dissector_change(), dissecto...
2010-10-30 Jeff MorrissMake the hf_ checks errors (they've been running clean...
2010-10-08 Jeff MorrissFix the blurb regexp (sigh)
2010-10-07 Jeff MorrissEscape the pipe (alternation) in the display regexp.
2010-10-07 Jeff MorrissTighten the blurb regexp. Check for leading/trailing...
2010-10-06 Jeff MorrissEnable hf checks by default. Add a check to see if...
2010-10-02 Jeff MorrissDon't use a regexp to compare the name to the blurb...
2010-10-02 Jeff MorrissWhen checking hf, do a case-insensitive comparison...
2010-09-24 Jeff MorrissInspired by https://bugs.wireshark.org/bugzilla/show_bu...
2010-09-15 Jeff MorrissFollow up to bug 5209 and rev 34115:
2010-07-20 Bill MeierAll use of deprecated GtkOptionMenu functions fixed...
2010-06-18 Bill MeierAdd a few deprecated GObject fcns;
2010-06-17 Bill MeierAdd deprecated from GLib 2.24
2010-06-17 Bill MeierAdd GTK deprecated from GTK 2.20.
2010-05-24 Jeff MorrissFix the value_string regexp so it doesn't match value_s...
2010-05-02 Anders BromanRun deprecated-gtk-todoon all files in the gtk dir.
2010-03-25 Bill Meier(Minor): Improve an output message.
2009-12-29 Bill Meiergtk_entry_append_text no longer used by Wireshark:...
2009-12-29 Bill Meiergtk_progress_bar_update no longer used by Wireshark...
2009-12-29 Bill MeierMark certain GTK functions now unused by Wireshark...
2009-12-28 Bill MeierUpdate GLib/GTK deprecated lists to match current stabl...
2009-12-08 Jaap KeuterFollowing bug 4302 added ctime() to the deprecated...
2009-10-12 Bill MeierAdd some comments about GMemChunk usage;
2009-10-07 Bill MeierFix indentation.
2009-10-04 Anders BromanUse gtk_image_new_from_pixmap().
2009-10-04 Anders BromanRemove #if 0'ed code.
2009-10-04 Anders BromanFrom GTK docs:
2009-10-04 Anders BromanGet rid of deprecated symblol gtk_widget_draw().
2009-06-30 Gerald CombsAdd assert and assert_perror to the 'abort' list.
2009-06-15 Jeff MorrissIt appears Wireshark now has only ASCII in its source...
2009-05-22 Bill Meiergtk_exit(): deprecated and no longer used in Wireshark...
2009-05-07 Bill Meiergtk_check_menu_item_set_show_toggle() is deprecated...
2009-05-05 Anders BromanChange W->E for now removed functions.
next