Wireshark-commits: [Wireshark-commits] master 762b8d7: Don't use ctype.h routines.

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

Commits:

762b8d7 by Guy Harris (guy@xxxxxxxxxxxx):

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

Actions performed:

    from  0d9b449   Don't use <ctype.h> macros.
    adds  762b8d7   Don't use ctype.h routines.


Summary of changes:
 epan/wslua/lrexlib.c |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)