summaryrefslogtreecommitdiffstats
path: root/lib/libutil/expand_number.c
Commit message (Expand)AuthorAgeFilesLines
* The round of expand_number() cleanups.pluknet2013-08-301-29/+10
* Reset errno before strtoumax() call to properly detect ERANGE.pluknet2013-08-211-0/+7
* Check strtoumax(3) for ERANGE in case of non-prefixed string.pluknet2013-08-211-0/+4
* Further simplify the code, and update the manpage.des2010-08-151-23/+24
* no-op commit to note that the example given in the previous commit isdes2010-08-151-1/+1
* Fix the overflow test. It is possible for the result of andes2010-08-151-1/+1
* Simplify expand_number() by combining the (unrolled) loop with thedes2010-08-141-26/+26
* Add #include <inttypes.h> for the strtoimax().kib2008-07-071-0/+1
* Constify the first argument to expand_number() so that it canjb2007-11-181-1/+1
* - Fix strange for loop.pjd2007-09-051-6/+16
* Implement expand_number(3), which is the opposite of humanize_number(3), ie.pjd2007-09-011-0/+89
OpenPOWER on IntegriCloud