cvs commit: src/include _ctype.h ctype.h src/lib/libc/locale big5.c euc.c gb18030.c gb2312.c gbk.c isctype.c mskanji.c none.c setrunelocale.c utf8.c src/share/mklocale UTF-8.src

Rong-En Fan rafan at FreeBSD.org
Wed Oct 24 07:32:34 PDT 2007


rafan       2007-10-24 14:32:33 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    include              _ctype.h ctype.h 
    lib/libc/locale      big5.c euc.c gb18030.c gb2312.c gbk.c 
                         isctype.c mskanji.c none.c 
                         setrunelocale.c utf8.c 
    share/mklocale       UTF-8.src 
  Log:
  MFC ctype(3) fix for UTF-8 locale. See original commit log for details.
  
  PR:             116363
  Reported by:    Petr Hroudny <petr.hroudny at gmail.com>
  Patched by:     ache
  Reviewed by:    i18n@
  Approved by:    re (kensmith)
  OK-ed by:       portmgr
  
  Revision  Changes    Path
  1.30.2.1  +34 -1     src/include/_ctype.h
  1.28.8.1  +21 -21    src/include/ctype.h
  1.17.2.1  +3 -0      src/lib/libc/locale/big5.c
  1.21.2.1  +3 -0      src/lib/libc/locale/euc.c
  1.7.2.1   +3 -0      src/lib/libc/locale/gb18030.c
  1.9.2.1   +3 -0      src/lib/libc/locale/gb2312.c
  1.12.2.1  +3 -0      src/lib/libc/locale/gbk.c
  1.9.14.1  +19 -19    src/lib/libc/locale/isctype.c
  1.17.2.1  +3 -0      src/lib/libc/locale/mskanji.c
  1.13.2.1  +6 -1      src/lib/libc/locale/none.c
  1.45.2.1  +5 -0      src/lib/libc/locale/setrunelocale.c
  1.13.2.2  +8 -0      src/lib/libc/locale/utf8.c
  1.1.8.2   +3 -0      src/share/mklocale/UTF-8.src


More information about the cvs-src mailing list