Wireshark-commits: [Wireshark-commits] master-1.10 2b6e946: Don't use <ctype.h> macros, and elimina

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

Commits:

2b6e946 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't use <ctype.h> macros, and eliminate an include of <ctype.h>.
    
    This avoids locale-dependent tests, and fixes cases where we passed
    signed char values to those macros (which is not safe with char being
    signed, as it is on most, but not all, platforms).
    
    (cherry picked from commit 63ab36be9266f79d92ac37e632299c8f0e2244f1)
    
    Change-Id: I5deeb4dcf6d3828cef3a879bf2aac7e8da6010b1
    Reviewed-on: https://code.wireshark.org/review/4766
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  6e40d58   Don't use <ctype.h> macros, and eliminate an include of <ctype.h>.
    adds  2b6e946   Don't use <ctype.h> macros, and eliminate an include of <ctype.h>.


Summary of changes:
 ui/gtk/dfilter_expr_dlg.c |    5 ++---
 ui/recent.c               |    3 +--
 ui/time_shift.c           |    3 +--
 3 files changed, 4 insertions(+), 7 deletions(-)