Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jul 2012 22:18:21 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r237939 - head/lib/libc/locale
Message-ID:  <201207012218.q61MILbY026986@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Sun Jul  1 22:18:20 2012
New Revision: 237939
URL: http://svn.freebsd.org/changeset/base/237939

Log:
  ctype_l(3): Note that not all these functions are specified by POSIX.1-2008.
  
  The function isascii_l() is not in POSIX even though isascii() is,
  probably because isascii() is marked as obsolete.  The other functions,
  like digittoint_l() and ishexnumber_l(), are FreeBSD-specific just like
  their non-_l versions.

Modified:
  head/lib/libc/locale/ctype_l.3

Modified: head/lib/libc/locale/ctype_l.3
==============================================================================
--- head/lib/libc/locale/ctype_l.3	Sun Jul  1 21:51:57 2012	(r237938)
+++ head/lib/libc/locale/ctype_l.3	Sun Jul  1 22:18:20 2012	(r237939)
@@ -135,4 +135,17 @@ See the specific manual pages for more i
 .Xr xlocale 3
 .Sh STANDARDS
 These functions conform to
-.St -p1003.1-2008 .
+.St -p1003.1-2008 ,
+except for
+.Fn digittoint_l ,
+.Fn isascii_l ,
+.Fn ishexnumber_l ,
+.Fn isideogram_l ,
+.Fn isnumber_l ,
+.Fn isphonogram_l ,
+.Fn isrune_l
+and
+.Fn isspecial_l
+which are
+.Fx
+extensions.



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