Revision tags: release/6.0.0_cvs, release/6.0.0 |
|
#
a385e04b |
| 17-Jul-2005 |
Tim J. Robbins <tjr@FreeBSD.org> |
Remove confusing "single C char locales" phrase; arguments to these functions and must now be either an unsigned char or EOF, regardless of locale.
|
Revision tags: release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0 |
|
#
24a0682c |
| 20-Jan-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Sort sections.
|
Revision tags: release/5.3.0_cvs, release/5.3.0 |
|
#
b9b90a13 |
| 21-Aug-2004 |
Tim J. Robbins <tjr@FreeBSD.org> |
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.
|
#
0db74aa4 |
| 30-Jul-2004 |
Tim J. Robbins <tjr@FreeBSD.org> |
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
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.
show more ...
|
Revision tags: release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0 |
|
#
1fae73b1 |
| 18-Dec-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: "The .Fn function".
|
Revision tags: release/4.7.0_cvs |
|
#
d9e5246b |
| 06-Oct-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
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.
|
Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
9a04350e |
| 15-Mar-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: don't you notice the warnings?
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
ff7448f8 |
| 22-Jan-2002 |
Andrey A. Chernov <ache@FreeBSD.org> |
Restore C99 standard conformance information, isblank() _is_ in final standard document
Pointed by: "Jacques A. Vidrine" <n@nectar.cc>
|
#
87e00320 |
| 11-Jan-2002 |
Bruce Evans <bde@FreeBSD.org> |
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. I
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.
show more ...
|
#
6a3003ce |
| 10-Jan-2002 |
Nik Clayton <nik@FreeBSD.org> |
Remove assertion that isblank() is in C99, pointed out by ache.
|
#
26dabb60 |
| 09-Jan-2002 |
Nik Clayton <nik@FreeBSD.org> |
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
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>
show more ...
|
#
f2f94c96 |
| 30-Nov-2001 |
Andrey A. Chernov <ache@FreeBSD.org> |
Clarify isblank range
|
#
32eef9ae |
| 01-Oct-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: Use the new .In macro for #include statements.
|
Revision tags: release/4.3.0_cvs, release/4.3.0, release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs |
|
#
25bb73e0 |
| 21-Apr-2000 |
Alexey Zelkin <phantom@FreeBSD.org> |
Introduce ".Lb" macro to libc manpages.
More libraries manpages updates following.
|
#
70c1e1b6 |
| 12-Apr-2000 |
Andrey A. Chernov <ache@FreeBSD.org> |
Add comment after locales Use .Li for type
Suggested-by: sheldonh
|
#
199b1670 |
| 11-Apr-2000 |
Andrey A. Chernov <ache@FreeBSD.org> |
Better wording according to multibyte(3) Better man formatting Add reference to multibyte(3)
|
#
4c48fdaf |
| 28-Mar-2000 |
Andrey A. Chernov <ache@FreeBSD.org> |
Describe valid argument domain for 8-bit wide locales to prevent common error calling ctype functions with signed char as an argument.
|
Revision tags: release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs |
|
#
7f3dea24 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
#
fbc400a6 |
| 12-Jul-1999 |
Nik Clayton <nik@FreeBSD.org> |
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
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
show more ...
|
Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8, release/2.2.7, release/2.2.6, release/2.2.5_cvs, release/2.2.2_cvs |
|
#
330f606e |
| 13-Apr-1997 |
Bruce Evans <bde@FreeBSD.org> |
Don't use literal semicolons in .Fn macro invocations.
|
Revision tags: release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs, release/2.1.6_cvs, release/2.1.6.1, release/2.1.5_cvs, release/2.1.0_cvs, release/2.0.5_cvs, release/2.0, release/1.1.5.1_cvs |
|
#
58f0484f |
| 27-May-1994 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
BSD 4.4 Lite Lib Sources
|