cvs commit: src/lib/libc/locale Makefile.inc ascii.c mblocal.h
 setrunelocale.c
    Andrey A. Chernov 
    ache at FreeBSD.org
       
    Mon Jan 21 15:48:14 PST 2008
    
    
  
ache        2008-01-21 23:48:13 UTC
  FreeBSD src repository
  Modified files:
    lib/libc/locale      Makefile.inc mblocal.h setrunelocale.c 
  Added files:
    lib/libc/locale      ascii.c 
  Log:
  Introduce new encoding: "ASCII"
  It differs from default C/POSIX "NONE" mainly by stricter 8bit check
  for mb*towc*/wc*tomb* family, returning EILSEQ
  
  Revision  Changes    Path
  1.62      +1 -1      src/lib/libc/locale/Makefile.inc
  1.1       +187 -0    src/lib/libc/locale/ascii.c (new)
  1.7       +1 -0      src/lib/libc/locale/mblocal.h
  1.48      +2 -0      src/lib/libc/locale/setrunelocale.c
    
    
More information about the cvs-all
mailing list