Wireshark-commits: [Wireshark-commits] master cc640f0: Prohibit ctype APIs (except toupper() which

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 30 Oct 2014 17:57:04 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cc640f03b959c90e8a9bfe9afe7c56b30caa6b41
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

cc640f0 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Prohibit ctype APIs (except toupper() which is still used by file.c - make
    that deprecated).
    
    Also remove a few tabs that were in there.
    
    Change-Id: I1bb2ad726828366a9f7d1a4064b1215b743ad3b5
    Reviewed-on: https://code.wireshark.org/review/5000
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  4210a8c   Replace one more isprint() with g_ascii_isprint().
    adds  cc640f0   Prohibit ctype APIs (except toupper() which is still used by file.c - make that deprecated).


Summary of changes:
 tools/checkAPIs.pl |   33 ++++++++++++++++++++++++++-------
 1 file changed, 26 insertions(+), 7 deletions(-)