History log of /freebsd-11.0-release/lib/libc/locale/ctype_l.3
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 237939 01-Jul-2012 jilles

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.


# 233648 29-Mar-2012 eadler

Remove trailing whitespace per mdoc lint warning

Disussed with: gavin
No objection from: doc
Approved by: joel
MFC after: 3 days


# 232935 13-Mar-2012 theraven

First set of xlocale man pages. More to follow...

Approved by: dim (mentor)


# 196820 04-Sep-2009 des

Let the armchair generals handle this one.


# 196776 03-Sep-2009 des

Document the need for a cast when passing a char to a ctype function.

MFC after: 2 weeks


# 165903 09-Jan-2007 imp

Per Regents of the University of Calfornia letter, remove advertising
clause.

# If I've done so improperly on a file, please let me know.


# 131365 30-Jun-2004 ru

Markup, grammar, and spelling fixes.


# 127613 30-Mar-2004 tjr

Add cross-references to isideogram(3), isphonogram(3), isrune(3),
isspecial(3) and wctype(3).


# 119893 08-Sep-2003 ru

mdoc(7): Use the new feature of the .In macro.


# 108040 18-Dec-2002 ru

mdoc(7) police: Fixed abuses of the .Ar and .Em macros.


# 89257 11-Jan-2002 bde

Fixed unsorting of almost all lists in previous commit.

Removed assertion that isblank() is in C99 here too.


# 89136 09-Jan-2002 nik

From the PR:

1. ctype.h defines digittoint(), isnumber() and ishexnmber(), yet
they are not documented in any of the manpages.

2. The ctype manpage references a non-existent manpage for
digittoint().

3. The isascii() manpage claims it is standards compliant, when
it isn't.

4. isblank() claims it is _not_ standards compliant, when it
is.

Fix by including the appropriate .Nm entries, and with a new digittoint.3
page.

PR: docs/26451
Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 73088 26-Feb-2001 ru

.St -ansiC -> .St -isoC


# 59460 21-Apr-2000 phantom

Introduce ".Lb" macro to libc manpages.

More libraries manpages updates following.


# 54596 14-Dec-1999 phantom

Correct "standard compilance" notes

Reminded by: bde


# 50476 28-Aug-1999 peter

$Id$ -> $FreeBSD$


# 48794 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

.\" $Id$
.\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by: bde


# 46191 29-Apr-1999 ghelmer

Document ishexnumber, isideogram, isnumber, isphonogram, isrune,
and isspecial.

PR: docs/9854


# 22149 31-Jan-1997 mpp

Don't use hardcoded *roff font change requests. Do it
via mdoc macros instead.


# 1574 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1573,
which included commits to RCS files with non-trunk default branches.


# 1573 27-May-1994 rgrimes

BSD 4.4 Lite Lib Sources