Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs |
|
#
f167d7fb |
| 09-May-2000 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Fix miscellaneous mdoc macro argument limit infringements.
PR: 18465 Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
|
#
274b6244 |
| 06-May-2000 |
Alexey Zelkin <phantom@FreeBSD.org> |
Use `Er' variable to define first column width in ERRORS section.
|
#
25bb73e0 |
| 21-Apr-2000 |
Alexey Zelkin <phantom@FreeBSD.org> |
Introduce ".Lb" macro to libc manpages.
More libraries manpages updates following.
|
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, 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
|
Revision tags: release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0 |
|
#
c879ae35 |
| 09-Jan-2007 |
Warner Losh <imp@FreeBSD.org> |
Per Regents of the University of Calfornia letter, remove advertising clause.
# If I've done so improperly on a file, please let me know.
|
Revision tags: release/5.5.0_cvs, release/5.5.0 |
|
#
3953c117 |
| 20-May-2006 |
Maxim Konovalov <maxim@FreeBSD.org> |
o .Xr strtonum(3).
MFC after: 1 week
|
Revision tags: release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0 |
|
#
d3083737 |
| 22-Jan-2005 |
Andrey A. Chernov <ache@FreeBSD.org> |
Especially mention that setting errno to EINVAL in "no conversion" case is not portable.
Asked by: joerg
|
Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, 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 |
|
#
ecab372b |
| 10-Oct-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Add cross-references to wide character versions of these functions.
|
Revision tags: release/4.7.0_cvs |
|
#
58d38e25 |
| 06-Sep-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Style: One space between "restrict" qualifier and "*".
|
#
5618f724 |
| 15-Aug-2002 |
Robert Drehmel <robert@FreeBSD.org> |
- Add the 'restrict' qualifier to the function prototypes and definitions of the functions that convert strings to numbers and are defined by IEEE Std 1003-1.2001. - Use ANSI-C function defini
- Add the 'restrict' qualifier to the function prototypes and definitions of the functions that convert strings to numbers and are defined by IEEE Std 1003-1.2001. - Use ANSI-C function definitions for all of the functions mentioned above plus strtouq and strtoq. - Update the prototypes in the manual pages.
show more ...
|
Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs |
|
#
b454be09 |
| 20-Jan-2002 |
Yaroslav Tykhiy <ytykhiy@gmail.com> |
Minor typo fix: uquad_t -> u_quad_t.
|
#
f7475de7 |
| 12-Dec-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: fix markup, bump document date.
|
#
9c5cbc30 |
| 28-Nov-2001 |
Bill Fenner <fenner@FreeBSD.org> |
Implement strtoimax() and strtoumax()
|
#
8fc5ce4d |
| 11-Sep-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: changed pure POSIX text; added missing markup bits.
|
#
8aefde06 |
| 07-Sep-2001 |
Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> |
Move to using .In instead of .Fd #include <> for include mark-up.
Inspired by comment from: dd
|
#
4e6b1570 |
| 04-Sep-2001 |
Andrey A. Chernov <ache@FreeBSD.org> |
Locale *is* used in strto*l*(), at least for isspace(), so remove 'locale not used' statement from comments and BUGS section of manpage.
strtol(): fix non-portable 'cutoff' calculation using the sam
Locale *is* used in strto*l*(), at least for isspace(), so remove 'locale not used' statement from comments and BUGS section of manpage.
strtol(): fix non-portable 'cutoff' calculation using the same method as in strtoll().
Cleanup 'cutoff' calculation, remove unneded casts. Misc. cleanup to make all functions looks the same.
Implement EINVAL reaction per POSIX, document it in manpage, corresponding POSIX example quotes here:
------------------------------------------------ If the subject sequence is empty or does not have the expected form, no conversion is performed; the value of str is stored in the object pointed to by endptr, provided that endptr is not a null pointer.
If no conversion could be performed, 0 shall be returned and errno may be set to [EINVAL].
[EINVAL] The value of base is not supported.
Since 0, {LONG_MIN} or {LLONG_MIN}, and {LONG_MAX} or {LLONG_MAX} are returned on error and are also valid returns on success, an application wishing to check for error situations should set errno to 0, then call strtol( ) or strtoll ( ), then check errno. -----------------------------------------------------
show more ...
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
0b01af09 |
| 28-Feb-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: fix the .Nd line broken in previous revision.
Noticed by: bde
Use .Bx for ``BSD''.
|
#
4c0440cb |
| 27-Feb-2001 |
David E. O'Brien <obrien@FreeBSD.org> |
Impliment the ISO-C99 strto[u]ll() and rewrite strto[u]q() in terms of it.
|
#
588a200c |
| 26-Feb-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
.St -ansiC -> .St -isoC
|
#
d0353b83 |
| 01-Feb-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: split punctuation characters + misc fixes.
|
#
42635956 |
| 29-Dec-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
Prepare for mdoc(7)NG.
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs |
|
#
f167d7fb |
| 09-May-2000 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Fix miscellaneous mdoc macro argument limit infringements.
PR: 18465 Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
|
#
274b6244 |
| 06-May-2000 |
Alexey Zelkin <phantom@FreeBSD.org> |
Use `Er' variable to define first column width in ERRORS section.
|