Wireshark-commits: [Wireshark-commits] master 2b6c267: Eliminate use of ctype.h routines.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 19 Oct 2014 22:45:29 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2b6c267a57fac77595b8e8b36490c12064d5649c
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2b6c267 by Guy Harris (guy@xxxxxxxxxxxx):

    Eliminate use of ctype.h routines.
    
    That way, we don't do locale-sensitive case-insensitivity (yes, the
    locale can affect case-mapping - in a Turkish locale, "I" isn't the
    upper-case version of "i", for example).
    
    Change-Id: I5f7663e85160558ff3769617f924e45049c9c384
    Reviewed-on: https://code.wireshark.org/review/4843
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  ac55a6d   Get rid of unnecessary include of ctype.h.
    adds  2b6c267   Eliminate use of ctype.h routines.


Summary of changes:
 epan/wmem/wmem_tree.c |    5 ++---
 epan/wmem/wmem_tree.h |    5 ++++-
 2 files changed, 6 insertions(+), 4 deletions(-)