summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/strtol.c
Commit message (Expand)AuthorAgeFilesLines
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* Whitespace/style tweaking of prev. commit.ache2005-01-211-4/+3
* POSIX says that 0[xX] prefix is _optional_ even in base 16 case, make itache2005-01-211-1/+5
* 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
* Base 36 is allowed.fenner2001-11-281-1/+1
* Put back base > 35 check. If someone dislike it, plese discuss it withache2001-11-281-1/+1
* Understand national (non-ASCII) digits nowache2001-11-281-13/+11
* Portability fix: use unsigned cast to guaranteed positive part of expressionache2001-09-041-1/+1
* Remove rcsids and unneded includeache2001-09-041-5/+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-11/+27
* General -Wall warning cleanup, part I.jkh1996-07-121-1/+1
* strtol and atoi VERY broken in 8bit chars locale, i.e. if you pass somethingache1995-08-011-1/+3
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+129
OpenPOWER on IntegriCloud