summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/strtoull.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove rcsids and unneded includeache2001-09-041-7/+2
|
* 'acc' is not initialized in one hypotetical case, fix itache2001-09-041-2/+2
|
* Locale *is* used in strto*l*(), at least for isspace(), so removeache2001-09-041-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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. -----------------------------------------------------
* Impliment the ISO-C99 strto[u]ll()obrien2001-02-271-8/+13
| | | | and rewrite strto[u]q() in terms of it.
* General -Wall warning cleanup, part I.jkh1996-07-121-1/+1
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* Similar changes like in strtol, all this family is VERY brokenache1995-08-011-1/+3
| | | | in 8bit environment (isalpha at the end of digits)
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+114
OpenPOWER on IntegriCloud