Delete log files from test runs that were succesful
[metze/wireshark/wip.git] / tools / checkAPIs.pl
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.
2009-04-21 Bill MeiercheckAPIs: check for 'const' in value_string definition.
2009-04-14 Bill MeiercheckAPIs: Add additional GLib deprecated functions;
2009-04-11 Bill Meiergtk_label_get() --> gtk_label_get_text() with related...
2009-04-11 Anders BromanGet rid of gtk_file_selection_new and gtk_file_selectio...
2009-04-10 Bill MeierRemove unnecessary use of (deprecated) gtk_button_box_s...
2009-04-10 Bill Meiergtk_widget_ref: 'W' --> 'E';
2009-04-09 Bill Meiergtk_set_usize: W --> E;
2009-04-09 Anders Bromangtk_widget_ref() -> g_object_ref()
2009-03-15 Bill MeierTreat any usage of functions in the 'deprecated' group...
2009-03-15 Bill MeierAdd complete list of deprecated GTK API's (as of GTK...
2009-02-27 Anders BromanAdd GTK deprecated functions.
2009-02-22 Anders BromanUpdate CheckApi with:
2008-08-14 Bill MeierSearch for "(static const|static|const) value_string...
2008-07-24 Jeff MorrissRemove the (long deprecated) proto_tree_add_*_hidden...
2008-07-23 Bill Meier(Minor) Disable un-needed 'capture' in regexp
2008-07-23 Bill MeierFix double-quoted string regexp to match strings with...
2008-07-23 Bill MeierDisable value_string check for now.
2008-07-22 Bill MeierAdd test to check if value_string arrays are NULL termi...
2008-07-01 Guy HarrisPut printf into a separate "termoutput" API group....
2008-06-27 Gerald CombsHave checkAPIs.pl print to stderr, so that its output...
2008-06-26 Gerald CombsAdd support for "API groups" in checkAPIs.pl. Make...
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-05-21 Bill MeierCheck for a few addt'l functions...
2008-05-13 Jeff MorrissUpdate comments.
2008-05-08 Anders BromanRun checkAPI in plugins dir.
2008-05-05 Anders BromanFix some of the Errors/warnings detected by checkapi,
2008-05-05 Anders BromanAdd depreceated glib API:s
2008-04-15 Jeff MorrissBan strdup() and strndup().
2008-03-08 Jeff MorrissWarn if a file does not have an SVN Id tag in it.
2008-03-01 Stig BjørlykkeAdd strncpy and strncat to the list of prohibited APIs.
2008-01-24 Jeff MorrissWarn if we find %ll in the source
2008-01-24 Jeff MorrissAdd check for non-ASCII characters (defined, for now...
2008-01-10 Jeff MorrissAdd the file op APIs (e.g., open()) to the list of...
2007-11-27 Guy HarrisBan strcasecmp(), strncasecmp(), g_strcasecmp(), and...
2007-11-26 Jeff MorrissWhen we've found C++ style comments, tell which file...
2007-08-15 Jeff MorrissAs discussed on the -dev list quite a while ago: a...