aboutsummaryrefslogtreecommitdiff
path: root/src/units.c
AgeCommit message (Expand)Author
2017-10-04Fix a problem formatting very large numbers. (#642)Bruce A. Mah
2017-05-02Fix possible integer overflow in tera prefix conversions.Bruce A. Mah
2017-04-14Add support for tera- prefix [Tt] in input and output.Bruce A. Mah
2017-03-22Fix header includes and build failures on musl (#518)f1rebird
2015-02-12Fix a toupper() usage too to avoid negative signed chars.Havard Eidnes
2014-08-25When parsing the -b (bandwidth) argument, use 10-based suffices.Bruce A. Mah
2014-05-19Check HAVE_STDINT_H before trying to include <stdint.h>.Bruce A. Mah
2013-01-28The units handling was interpreting capital K/M/G as 1024/1048576/1073741824Jef Poskanzer
2009-11-03more bug fixes, still needs workBrian Tierney
2009-11-02lots of code restructuringBrian Tierney
2009-10-19code cleanup: used 'indent' to enforce consistant styleBrian Tierney
2009-02-24fix UNIT_LENJon Dugan
2009-02-24add unit conversion and formatting from old code. remove hungarian gobbledey...Jon Dugan
2009-02-24bring over old unit converting functionsJon Dugan