Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The round of expand_number() cleanups. | pluknet | 2013-08-30 | 1 | -29/+10 |
* | Reset errno before strtoumax() call to properly detect ERANGE. | pluknet | 2013-08-21 | 1 | -0/+7 |
* | Check strtoumax(3) for ERANGE in case of non-prefixed string. | pluknet | 2013-08-21 | 1 | -0/+4 |
* | Further simplify the code, and update the manpage. | des | 2010-08-15 | 1 | -23/+24 |
* | no-op commit to note that the example given in the previous commit is | des | 2010-08-15 | 1 | -1/+1 |
* | Fix the overflow test. It is possible for the result of an | des | 2010-08-15 | 1 | -1/+1 |
* | Simplify expand_number() by combining the (unrolled) loop with the | des | 2010-08-14 | 1 | -26/+26 |
* | Add #include <inttypes.h> for the strtoimax(). | kib | 2008-07-07 | 1 | -0/+1 |
* | Constify the first argument to expand_number() so that it can | jb | 2007-11-18 | 1 | -1/+1 |
* | - Fix strange for loop. | pjd | 2007-09-05 | 1 | -6/+16 |
* | Implement expand_number(3), which is the opposite of humanize_number(3), ie. | pjd | 2007-09-01 | 1 | -0/+89 |