]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o Fix namespace scope issues in <ctype.h> by using the relatively new
authorMike Barcroft <mike@FreeBSD.org>
Fri, 6 Sep 2002 04:22:54 +0000 (04:22 +0000)
committerMike Barcroft <mike@FreeBSD.org>
Fri, 6 Sep 2002 04:22:54 +0000 (04:22 +0000)
commit423eb945c0482f912a50d706ed500eb50029132d
tree90db8c742daf9a123853305efdf6dba6606ab4b9
parentf915be3badec51d1b2ca4b3b0cb3b9532c4c9f59
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
include/_ctype.h
include/ctype.h
include/rune.h
include/runetype.h