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