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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to