History log of /freebsd-10.1-release/lib/libc/locale/isblank.3
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

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

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

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


# 248803 27-Mar-2013 jilles

btowc(3), isblank(3): Correct prototypes for _l variants.

MFC after: 1 week


# 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)


# 207943 11-May-2010 uqs

mdoc: simplify quotation scheme

Reviewed by: brueffer


# 199180 11-Nov-2009 roam

Fix the grammar as in the PR, and then some.

PR: 140454
Submitted by: Jeremy Huddleston <jeremyhu@apple.com>
MFC after: 2 weeks


# 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 08-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.


# 152551 17-Nov-2005 ru

-mdoc sweep.


# 148087 17-Jul-2005 tjr

Remove confusing "single C char locales" phrase; arguments to these
functions and must now be either an unsigned char or EOF, regardless of
locale.


# 140505 20-Jan-2005 ru

Sort sections.


# 134103 21-Aug-2004 tjr

Re-word compatibility section, taking care to use the word "obsolete" to
describe the 4.4BSD extension of accepting characters (runes) outside of
the range of unsigned char.


# 132859 29-Jul-2004 tjr

Re-word the COMPATIBILITY section, taking care to use the word "deprecated"
to describe the 4.4BSD extension of accepting arguments outside the range
of unsigned char. This gives us freedom to remove this extension when we
remove the <rune.h> interface in FreeBSD 6.


# 108037 18-Dec-2002 ru

mdoc(7) police: "The .Fn function".


# 104562 06-Oct-2002 tjr

Add a note to the Compatiblity section suggesting that these functions
only be used for byte values. Add cross-references to the wide-char
counterparts.


# 92351 15-Mar-2002 ru

mdoc(7) police: don't you notice the warnings?


# 89670 22-Jan-2002 ache

Restore C99 standard conformance information, isblank() _is_ in final
standard document

Pointed by: "Jacques A. Vidrine" <n@nectar.cc>


# 89258 11-Jan-2002 bde

Removed assertion that isblank() conforms to C90 too. This assertion
is correct but less than useful. There is some uncertainty about whether
isblank() is in C99, but it is certainly not in C90. It just conforms
to C89 because it is a conforming extension.


# 89202 10-Jan-2002 nik

Remove assertion that isblank() is in C99, pointed out by ache.


# 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>


# 87110 30-Nov-2001 ache

Clarify isblank range


# 84306 01-Oct-2001 ru

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


# 59460 21-Apr-2000 phantom

Introduce ".Lb" macro to libc manpages.

More libraries manpages updates following.


# 59180 12-Apr-2000 ache

Add comment after locales
Use .Li for type

Suggested-by: sheldonh


# 59149 11-Apr-2000 ache

Better wording according to multibyte(3)
Better man formatting
Add reference to multibyte(3)


# 58737 28-Mar-2000 ache

Describe valid argument domain for 8-bit wide locales to prevent common error
calling ctype functions with signed char as an argument.


# 50476 27-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


# 24872 13-Apr-1997 bde

Don't use literal semicolons in .Fn macro invocations.


# 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