Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Interestingly, the committees plan to remove al...



details:   https://anonhg.NetBSD.org/src/rev/a73ca52a43ef
branches:  trunk
changeset: 754417:a73ca52a43ef
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Fri Apr 30 04:46:18 2010 +0000

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

diffstat:

 lib/libc/gen/isascii.3 |  13 ++++++++++---
 lib/libc/gen/toascii.3 |  13 ++++++++++---
 2 files changed, 20 insertions(+), 6 deletions(-)

diffs (62 lines):

diff -r 3b8166f75864 -r a73ca52a43ef lib/libc/gen/isascii.3
--- a/lib/libc/gen/isascii.3    Fri Apr 30 04:39:16 2010 +0000
+++ b/lib/libc/gen/isascii.3    Fri Apr 30 04:46:18 2010 +0000
@@ -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.
diff -r 3b8166f75864 -r a73ca52a43ef lib/libc/gen/toascii.3
--- a/lib/libc/gen/toascii.3    Fri Apr 30 04:39:16 2010 +0000
+++ b/lib/libc/gen/toascii.3    Fri Apr 30 04:46:18 2010 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index