History log of /src/lib/libc/stdlib/strsuftoll.3 |
Revision | | Date | Author | Comments |
1.11 |
| 14-Dec-2010 |
jruoho | Reference strsuftoll(3) and orders(7) with each other.
|
1.10 |
| 01-May-2010 |
jruoho | Note that the return type sould arguably be intmax_t instead of long long.
|
1.9 |
| 01-May-2010 |
jruoho | Remove the (incorrect) note about inconsistent return values. Name the exit code as EXIT_FAILURE instead of integer 1.
|
1.8 |
| 01-May-2010 |
jruoho | Add more bugs. Namely, besides the return values that are confusing, no function in a modern standard C library, exposed by <stdlib.h>, should be as easy to (buffer) overflow as strsuftollx(3).
In addition, improvements to wording and markup.
|
1.7 |
| 30-Apr-2008 |
martin | branches: 1.7.8; Convert TNF licenses to new 2 clause variant
|
1.6 |
| 12-Apr-2007 |
lukem | branches: 1.6.10; Use IEC 60027-2 prefixes for 2^n based prefixes.
|
1.5 |
| 05-Mar-2004 |
lukem | Explicitly use base 10 when parsing numbers, to enforce the "decimal number" semantics that the comments referred to and as per dd(1) (which was the origin of this functionality).
|
1.4 |
| 13-Feb-2004 |
wiz | Spell the plural of suffix "suffixes", not "suffices". Inspired by PR 24400 by Todd Vierling.
|
1.3 |
| 16-Apr-2003 |
wiz | Use .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to read and write, and supported by groff for ages. Okayed by ross.
|
1.2 |
| 29-Nov-2002 |
wiz | branches: 1.2.2; a <-> an fixes.
|
1.1 |
| 29-Nov-2002 |
lukem | add strsuftoll(3) and strsuftollx(3) - parse a string for a number with an optional suffix, product (two numbers separated by `x'), and provide range checking
|
1.2.2.2 |
| 10-Dec-2002 |
thorpej | Sync with HEAD.
|
1.2.2.1 |
| 29-Nov-2002 |
thorpej | file strsuftoll.3 was added on branch nathanw_sa on 2002-12-10 06:25:54 +0000
|
1.6.10.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.7.8.2 |
| 30-Apr-2008 |
martin | Convert TNF licenses to new 2 clause variant
|
1.7.8.1 |
| 30-Apr-2008 |
martin | file strsuftoll.3 was added on branch christos-time_t on 2008-04-30 13:10:52 +0000
|