cvs commit: src/include ctype.h
    Sascha Wildner 
    saw at online.de
       
    Thu May  5 15:33:21 PDT 2005
    
    
  
YONETANI Tomokazu wrote:
On Mon, May 02, 2005 at 10:41:05AM -0700, Joerg Sonnenberger wrote:
joerg       2005/05/02 10:41:05 PDT
DragonFly src repository
 Modified files:
   include              ctype.h 
 Log:
 isprint() should be true only for characters in space, not blank.
 blank might contain control chars, like TAB in the POSIX locale.
 
 Revision  Changes    Path
 1.7       +1 -1      src/include/ctype.h
http://www.dragonflybsd.org/cvsweb/src/include/ctype.h.diff?r1=1.6&r2=1.7&f=u
If nobody objects, I'm going to commit the following compromise
borrowed from NetBSD, because the above change breaks more tools relying
on isprint() than it fixes.
Could joerg's commit also be the reason why buildkernel for LINT chokes 
on ukbdmap.h (e.g. this file somehow does not correctly get generated by 
kbdcontrol)?
Sascha
--
http://yoyodyne.ath.cx
    
    
More information about the Commits
mailing list