Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2002 20:18:26 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include wchar.h src/lib/libc/string Makefile.inc wcscoll.3 wcscoll.c wcsxfrm.3 wcsxfrm.c
Message-ID:  <200210040318.g943IQ4H039195@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2002/10/03 20:18:26 PDT

  Modified files:
    include              wchar.h 
    lib/libc/string      Makefile.inc 
  Added files:
    lib/libc/string      wcscoll.3 wcscoll.c wcsxfrm.3 wcsxfrm.c 
  Log:
  Add a placeholder implementation of wcscoll() and wcsxfrm() which gives
  locale-sensitive collation only in single-byte locales, and just does
  binary comparison for the others with extended character sets.
  
  Revision  Changes    Path
  1.32      +2 -0      src/include/wchar.h
  1.31      +6 -4      src/lib/libc/string/Makefile.inc
  1.1       +112 -0    src/lib/libc/string/wcscoll.3 (new)
  1.1       +97 -0     src/lib/libc/string/wcscoll.c (new)
  1.1       +124 -0    src/lib/libc/string/wcsxfrm.3 (new)
  1.1       +115 -0    src/lib/libc/string/wcsxfrm.c (new)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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