* lib/xstrtol.c (bkm_scale): Don't assume that you can convert
authorJim Meyering <jim@meyering.net>
Mon, 29 Jun 1998 15:24:43 +0000 (15:24 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 29 Jun 1998 15:24:43 +0000 (15:24 +0000)
commit70f6f1add8066c0e7d7f5f218536e9db75b60037
tree2af393289292b5cbf9b855caf1320bbb3e2e7502
parent026383c8943867b11d0d1974a2ef51df7465c5be
* lib/xstrtol.c (bkm_scale): Don't assume that you can convert
unsigned long to double without losing information.
(bkm_scale_by_power): New function.

* lib/xstrtol.c (__xstrtol), src/dd.c (parse_integer):
Add support for SI-like suffixes like "GB" and "TD".
* src/dd.c (usage): Describe it.
lib/xstrtol.c