Module Name:    src
Committed By:   jruoho
Date:           Fri Apr 30 04:46:18 UTC 2010

Modified Files:
        src/lib/libc/gen: isascii.3 toascii.3

Log Message:
Interestingly, the committees plan to remove also isascii(3) and toascii(3)
in the future.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/gen/isascii.3
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/gen/toascii.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gen/isascii.3
diff -u src/lib/libc/gen/isascii.3:1.17 src/lib/libc/gen/isascii.3:1.18
--- src/lib/libc/gen/isascii.3:1.17	Thu Apr 17 16:40:20 2008
+++ src/lib/libc/gen/isascii.3	Fri Apr 30 04:46:18 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: isascii.3,v 1.17 2008/04/17 16:40:20 apb Exp $
+.\"	$NetBSD: isascii.3,v 1.18 2010/04/30 04:46:18 jruoho Exp $
 .\"
 .\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)isascii.3	5.1 (Berkeley) 5/2/91
 .\"
-.Dd April 17, 2008
+.Dd April 30, 2010
 .Dt ISASCII 3
 .Os
 .Sh NAME
@@ -75,4 +75,11 @@
 The
 .Fn isascii
 function conforms to
-.St -xpg4 .
+.St -xpg4
+and
+.St -p1003.1-2001 .
+The
+.St -p1003.1-2008
+revision however marked it as obsolete, noting that
+.Fn isascii
+cannot be used portably in a localized application.

Index: src/lib/libc/gen/toascii.3
diff -u src/lib/libc/gen/toascii.3:1.12 src/lib/libc/gen/toascii.3:1.13
--- src/lib/libc/gen/toascii.3:1.12	Thu Apr 17 16:41:00 2008
+++ src/lib/libc/gen/toascii.3	Fri Apr 30 04:46:18 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: toascii.3,v 1.12 2008/04/17 16:41:00 apb Exp $
+.\"	$NetBSD: toascii.3,v 1.13 2010/04/30 04:46:18 jruoho Exp $
 .\"
 .\" Copyright (c) 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	@(#)toascii.3	8.1 (Berkeley) 6/4/93
 .\"
-.Dd April 17, 2008
+.Dd April 30, 2010
 .Dt TOASCII 3
 .Os
 .Sh NAME
@@ -73,4 +73,11 @@
 The
 .Fn toascii
 function conforms to
-.St -xpg4 .
+.St -xpg4
+and
+.St -p1003.1-2001 .
+The
+.St -p1003.1-2008
+revision however marked it as obsolete, noting that
+.Fn toascii
+cannot be used portably in a localized application.

Reply via email to