Wireshark-commits: [Wireshark-commits] master-1.12 a82c849: Don't use ctype.h routines.

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

Commits:

a82c849 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 a91799ebfa3a3aac705132722e57acc92fe4eddb)
    
    Change-Id: Ifbcab3b7cae5ec6897ed4c8f140ad3b79ceede84
    Reviewed-on: https://code.wireshark.org/review/4799
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  4723d80   Don't use ctype.h routines.
    adds  a82c849   Don't use ctype.h routines.


Summary of changes:
 capture_opts.c  |    9 ++++-----
 color_filters.c |    5 ++---
 fileset.c       |    3 +--
 rawshark.c      |    1 -
 text2pcap.c     |    3 +--
 5 files changed, 8 insertions(+), 13 deletions(-)