Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common,mon: drop strict_sistrtoll() | Kefu Chai | 2021-07-26 | 1 | -3/+3 |
* | strtol: Add parse/consume for string_view friendly interface | Adam C. Emerson | 2020-09-09 | 1 | -2/+246 |
* | test/strtol: add test case for parsing hex numbers | Jan Fajerski | 2018-04-21 | 1 | -7/+10 |
* | common/strtol: add string_view interface and use string_view internally | Jan Fajerski | 2018-04-03 | 1 | -0/+2 |
* | common/strtol: add strict_iecstrtoll; strict_sistrtoll uses base 10 | Jan Fajerski | 2018-04-03 | 1 | -13/+155 |
* | common: add int64_t template for strict_si_cast() | Vikhyat Umrao | 2016-05-26 | 1 | -0/+15 |
* | common/strtol.cc: fix the coverity warnings | Kefu Chai | 2016-03-08 | 1 | -0/+21 |
* | common/config: detect overflow of int values | Kefu Chai | 2015-04-29 | 1 | -1/+12 |
* | fix compilation warnings | Loic Dachary | 2014-06-10 | 1 | -1/+1 |
* | test/strtol.cc: Test 'strict_strtosi()' | Joao Eduardo Luis | 2014-05-30 | 1 | -0/+75 |
* | common: Add strict_strtof, strict_strtod, unittest | Colin Patrick McCabe | 2011-03-30 | 1 | -0/+136 |