summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strtol.c
AgeCommit message (Expand)Author
2008-08-20Unify the implementation of strto{l,ul,ll,ull,imax,umax,q,uq} into onejoerg
2005-11-29WARNS=4christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1998-11-15delintchristos
1998-02-03Nuke `register'.mycroft
1998-01-30update to lite-2perry
1997-07-13Add local.h for local prototypes.christos
1996-07-20Changing type of "c" to unsigned did not fix the problem --- a signedjtc
1996-07-11The argument to isfoo() must be representable as an unsigned char, sojtc
1995-12-28New-style RCS ids.thorpej
1995-12-21Rearrange to avoid sign problems with GCC.mycroft
1995-12-20Minor cleanup.mycroft
1993-08-26Declare rcsid strings so they are stored in text segment.jtc
1993-08-25Add cast to silence compiler warning.jtc
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd