Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2002 21:22:55 -0700 (PDT)
From:      Mike Barcroft <mike@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include ctype.h rune.h runetype.h
Message-ID:  <200209060422.g864Mtlr061303@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mike        2002/09/05 21:22:55 PDT

  Modified files:
    include              ctype.h rune.h runetype.h 
  Log:
  o Fix namespace scope issues in <ctype.h> by using the relatively new
    visibility primitives.
  o Implement _tolower() and _toupper() POSIX.1-2001 (XSI) macros in
    <ctype.h>.
  o Reduce pollution in <runetype.h> by removing typedefs and using
    implementation namespaced types.
  o Add a typedef in <rune.h> to compensate for <runetype.h> losing its
    typedefs.
  
  Reviewed by:    bde
  
  Revision  Changes    Path
  1.23      +29 -9     src/include/ctype.h
  1.3       +6 -1      src/include/rune.h
  1.8       +8 -25     src/include/runetype.h

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?200209060422.g864Mtlr061303>