Wireshark-commits: [Wireshark-commits] master-1.10 1b608a5: Don't use ctype.h routines.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 17 Oct 2014 23:28:37 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1b608a531f343ee6a7e29230aa14f4322d69bbd6
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark

Commits:

1b608a5 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't use ctype.h routines.
    
    That avoids locale dependency and handles possibly-signed chars (which
    we weren't always doing before).
    
    (cherry picked from commit 033f096ee909b63c0692b80416797f743940d054)
    
    Change-Id: Id2282486d37e7e88ed144e96f29f3c67014e762d
    Reviewed-on: https://code.wireshark.org/review/4796
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  91b016e   Don't use ctype.h routines.
    adds  1b608a5   Don't use ctype.h routines.


Summary of changes:
 disabled_protos.c  |    9 ++++-----
 epan/addr_resolv.c |    7 +++----
 epan/prefs.c       |   21 +++++++++------------
 epan/proto.c       |    5 ++---
 epan/range.c       |    5 ++---
 epan/strutil.c     |   41 ++++++++++++++++++++---------------------
 epan/uat.c         |    5 ++---
 epan/uat.h         |    2 +-
 8 files changed, 43 insertions(+), 52 deletions(-)