| Commit message (Collapse) | Author | Age | Files | Lines | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=103012
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
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.
Notes:
    svn path=/head/; revision=101912
 | 
| | 
| 
| 
| 
| 
| 
|  | 
I believe have made all of libc .c's as consistent as possible.
Notes:
    svn path=/head/; revision=92986
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
|  | 
Use simpler test for valid ranges
Submitted by:	bde
Notes:
    svn path=/head/; revision=87494
 | 
| | 
| 
| 
| 
| 
| 
|  | 
The only assumption left is that 'A'..'Z' 'a'..'z' both are contiguous
Notes:
    svn path=/head/; revision=87196
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
The definition of character class digit requires that only ten characters
-the ones defining digits- can be specified; alternate digits (for
example, Hindi or Kanji) cannot be specified here. However, the encoding
may vary if an implementation supports more than one encoding.
The definition of character class xdigit requires that the characters
included in character class digit are included here also and allows for
different symbols for the hexadecimal digits 10 through 15.
Notes:
    svn path=/head/; revision=87078
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=87042
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=87023
 | 
| | 
| 
| 
| 
| 
| 
|  | 
standards group first.
Notes:
    svn path=/head/; revision=87020
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
Allow bases >=36 again
Misc cleanup
Notes:
    svn path=/head/; revision=87016
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=82995
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=82982
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
'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.
-----------------------------------------------------
Notes:
    svn path=/head/; revision=82975
 | 
| | 
| 
| 
| 
| 
| 
|  | 
and rewrite strto[u]q() in terms of it.
Notes:
    svn path=/head/; revision=73152
 | 
| | 
| 
| 
| 
| 
| 
|  | 
Submitted-By: Kent Vander Velden <graphix@iastate.edu>
Notes:
    svn path=/head/; revision=17141
 | 
| | 
| 
| 
| 
| 
| 
|  | 
in 8bit environment (isalpha at the end of digits)
Notes:
    svn path=/head/; revision=9845
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=8870
 | 
|   
  
  
   | 
Notes:
    svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573
 |