summaryrefslogtreecommitdiff
path: root/common/lib/libc/stdlib/_strtoul.h
AgeCommit message (Expand)Author
2017-07-06Fix ISO C compliance: strtol of "0xX" should give the largest validjoerg
2016-11-05Set *endptr in all paths out of strtoul and family.riastradh
2015-11-13comment out 0{b,B} handling.christos
2015-11-12Recognize 0[bB] as binary (base 2)christos
2013-05-17Provide explicit LC_C_LOCALE accessor and drop the various NULL checks.joerg
2013-04-26Restore standalone strtol/strtoul for citrus for now.joerg
2013-04-16Add strtol_l and friends. Switch _citrus_bcs_strtol to use plainjoerg
2013-04-16Do not use isalpha here, since we explicitly only support the Portablejoerg
2012-03-22bring the casts to the operands, not the operation results.christos
2012-03-09Casts and type changes to fix portability issues.christos
2008-08-20Unify the implementation of strto{l,ul,ll,ull,imax,umax,q,uq} into onejoerg