summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/strtoimax.c
Commit message (Expand)AuthorAgeFilesLines
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Style: One space between "restrict" qualifier and "*".tjr2002-09-061-1/+1
* - Add the 'restrict' qualifier to the function prototypes androbert2002-08-151-4/+1
* Fix the style of the SCM ID's.obrien2002-03-221-2/+2
* Return 'c' back to signed due to potential comparison problemsache2001-12-071-10/+12
* Make it works for non ASCII compatible encodings too.ache2001-12-021-7/+7
* Back out national digits support, POSIX explicetely disallows it:ache2001-11-291-1/+1
* Don't ever assume that isdigit() is always subset of isxdigit()ache2001-11-281-1/+1
* Implement strtoimax() and strtoumax()fenner2001-11-281-0/+142
OpenPOWER on IntegriCloud