aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checkAPIs.pl
AgeCommit message (Expand)AuthorFilesLines
2009-10-12Add some comments about GMemChunk usage;Bill Meier1-17/+24
2009-10-07Fix indentation.Bill Meier1-1/+1
2009-10-04Use gtk_image_new_from_pixmap().Anders Broman1-1/+1
2009-10-04Remove #if 0'ed code.Anders Broman1-8/+8
2009-10-04From GTK docs:Anders Broman1-1/+1
2009-10-04Get rid of deprecated symblol gtk_widget_draw().Anders Broman1-4/+6
2009-06-30Add assert and assert_perror to the 'abort' list.Gerald Combs1-0/+2
2009-06-15It appears Wireshark now has only ASCII in its source files; Treat non-ASCII ...Jeff Morriss1-3/+2
2009-05-22gtk_exit(): deprecated and no longer used in Wireshark: 'W' ==> 'E'Bill Meier1-1/+1
2009-05-07gtk_check_menu_item_set_show_toggle() is deprecated and not needed.Bill Meier1-6/+6
2009-05-05Change W->E for now removed functions.Anders Broman1-7/+7
2009-04-21checkAPIs: check for 'const' in value_string definition.Bill Meier1-0/+5
2009-04-14checkAPIs: Add additional GLib deprecated functions;Bill Meier1-10/+51
2009-04-11gtk_label_get() --> gtk_label_get_text() with related code changes;Bill Meier1-4/+4
2009-04-11Get rid of gtk_file_selection_new and gtk_file_selection_get_filename.Anders Broman1-2/+2
2009-04-10Remove unnecessary use of (deprecated) gtk_button_box_set_child_ipadding();Bill Meier1-3/+3
2009-04-10gtk_widget_ref: 'W' --> 'E';Bill Meier1-14/+27
2009-04-09gtk_set_usize: W --> E;Bill Meier1-1/+4
2009-04-09gtk_widget_ref() -> g_object_ref()Anders Broman1-1/+1
2009-03-15Treat any usage of functions in the 'deprecated' group an an Error.Bill Meier1-1/+5
2009-03-15Add complete list of deprecated GTK API's (as of GTK 2.14.7).Bill Meier1-72/+736
2009-02-27Add GTK deprecated functions.Anders Broman1-1/+16
2009-02-22Update CheckApi with:Anders Broman1-0/+5
2008-08-14Search for "(static const|static|const) value_string" whenBill Meier1-5/+7
2008-07-24Remove the (long deprecated) proto_tree_add_*_hidden() functionsJeff Morriss1-16/+0
2008-07-23(Minor) Disable un-needed 'capture' in regexpBill Meier1-1/+1
2008-07-23Fix double-quoted string regexp to match strings with "line continuation";Bill Meier1-4/+8
2008-07-23Disable value_string check for now.Bill Meier1-1/+1
2008-07-22Add test to check if value_string arrays are NULL terminated;Bill Meier1-3/+40
2008-07-01Put printf into a separate "termoutput" API group. For most files,Guy Harris1-3/+7
2008-06-27Have checkAPIs.pl print to stderr, so that its output is colored red inGerald Combs1-5/+5
2008-06-26Add support for "API groups" in checkAPIs.pl. Make the "prohibited"Gerald Combs1-120/+152
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-1/+1
2008-05-21Check for a few addt'l functions...Bill Meier1-1/+8
2008-05-13Update comments.Jeff Morriss1-4/+5
2008-05-08Run checkAPI in plugins dir.Anders Broman1-6/+24
2008-05-05Fix some of the Errors/warnings detected by checkapi,Anders Broman1-2/+3
2008-05-05Add depreceated glib API:sAnders Broman1-0/+10
2008-04-15Ban strdup() and strndup().Jeff Morriss1-1/+6
2008-03-08Warn if a file does not have an SVN Id tag in it.Jeff Morriss1-0/+5
2008-03-01Add strncpy and strncat to the list of prohibited APIs.Stig Bjørlykke1-0/+2
2008-01-24Warn if we find %ll in the sourceJeff Morriss1-0/+7
2008-01-24Add check for non-ASCII characters (defined, for now, as any whose value is >...Jeff Morriss1-0/+6
2008-01-10Add the file op APIs (e.g., open()) to the list of prhobited APIs (should use...Jeff Morriss1-1/+14
2007-11-27Ban strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp()Guy Harris1-0/+8
2007-11-26When we've found C++ style comments, tell which file we found them in.Jeff Morriss1-1/+1
2007-08-15As discussed on the -dev list quite a while ago: a small tool to check Wiresh...Jeff Morriss1-0/+164