Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jun 2010 03:06:20 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/contrib/ee ee.c src/usr.bin/ee Makefile
Message-ID:  <201006270335.o5R3Zk09040606@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
delphij     2010-06-27 03:06:20 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    contrib/ee           ee.c 
    usr.bin/ee           Makefile 
  Log:
  SVN rev 209547 on 2010-06-27 03:06:20Z by delphij
  
  MFC 196750,196751,196818,196819 (ache@):
  
  196750:
  
  1) Use isprint() instead of hardcoded values to detect non-printable.
  2) Use (unsigned char) cast in waddch() calls.
  It fix highlighting bug: sign extension of 8bit to the attributes area.
  3) Use setlocale() in any case.
  
  196751:
  
  Move <locale.h> out of NO_CATGETS define too (as setlocale() in prev.
  commit)
  
  196818:
  
  1) Remove single occurance of HAS_CTYPE ifdef, ctype functions
  used here for a long time and needs their header in anycase.
  2) Add (unsigned char) casts to more ctype macros.
  3) Simplify menu input handling using ctype instead of range unguarded
  hardcoded tricks.
  
  196819:
  Remove single occurance of HAS_CTYPE ifdef, ctype functions
  used here for a long time and needs their header in anycase.
  
  Requested by:   Patrick Lamaiziere <patfbsd davenulle org>
  Ok'ed by:       ache
  
  Revision  Changes    Path
  1.4.2.3   +16 -21    src/contrib/ee/ee.c
  1.27.2.2  +1 -1      src/usr.bin/ee/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006270335.o5R3Zk09040606>