Merge branch 'master' of https://github.com/celestinechen/fio
[fio.git] / lib / num2str.c
2024-03-22 Vincent FuMerge branch 'issue-1735' of https://github.com/yygcode/fio
2021-10-19 Jens AxboeMerge branch 'fixes_1290' of https://github.com/rthardi...
2021-03-18 Jens AxboeMerge branch 'unified-merge' of https://github.com...
2021-01-12 Jens AxboeMerge branch 'osx_fix' of https://github.com/sitsofe/fio
2021-01-12 Jens AxboeMerge branch 'fuzz' of https://github.com/catenacyber/fio
2021-01-09 Jens AxboeMerge branch 'num2str-patch' of https://github.com...
2021-01-06 Jens AxboeChange ARRAY_SIZE to FIO_ARRAY_SIZE
2020-12-21 gloit042num2str: fix precision loss bug when the fractional...
2020-08-08 Jens AxboeMerge branch 'master' of https://github.com/donny372...
2020-07-18 Jens AxboeMerge branch 'patch-1' of https://github.com/avlasov...
2020-07-03 Jens AxboeMerge branch 'num2str' of https://github.com/bvanassche/fio
2020-07-02 Bart Van Asschenum2str(): Add the E (exa) prefix
2020-07-02 Bart Van Asschenum2str(): Fix overflow handling
2020-07-02 Bart Van Asschenum2str(): Remove the fmt[] array
2020-07-02 Bart Van Asschenum2str(): Use asprintf() instead of malloc()
2018-10-19 Jens AxboeMerge branch 'fix-init-read-iolog' of https://github...
2018-09-19 Jens AxboeMerge branch 'epoch-time-hist-logs' of https://github...
2018-09-12 Jens AxboeMerge branch 'histo-log-dup-timestamp' of https://githu...
2018-09-10 Jens AxboeMerge branch 'no-unittest-dep' of https://github.com...
2018-09-09 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-09-07 Bart Van Asschenum2str(): Avoid an out-of-bounds array access
2018-09-07 Bart Van AsscheMicro-optimize num2str()
2018-04-20 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-04-18 Bart Van AsscheSimplify num2str()
2018-04-18 Bart Van AsscheIntroduce enum n2s_unit
2018-03-22 Jens AxboeMerge branch 'include_refactor' of https://github.com...
2018-03-21 Sitsofe WheelerRefactor #includes and headers
2017-05-03 Jens AxboeMerge branch 'wip-remove-disconnect' of https://github...
2017-04-26 Tomohiro KusumiFix num2str() output when modulo != -1U
2017-04-10 Jens AxboeMerge branch 'pull-2' of https://github.com/dmonakhov/fio
2017-04-08 Tomohiro KusumiFix num2str() output when maxlen <= strlen(tmp)
2017-04-08 Tomohiro KusumiMake lib/num2str.c a stand-alone library by adding...
2017-01-26 Jens AxboeMerge branch 'sphinx-doc' of https://github.com/termim/fio
2017-01-23 Tomohiro KusumiUse ARRAY_SIZE()
2017-01-03 Robert ElliottImprove IEC binary and SI decimal prefix handling
2014-11-11 Jens AxboeMerge branch 'verify-trigger'
2014-11-11 Jens AxboeAdd support for verify triggers and verify state saving
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/cvubrugier/fio
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/rootfs/fio
2014-04-14 Jens Axboenum2str: ensure we never access postfix[] out-of-bounds
2014-04-02 Jens AxboeMerge branch 'erwan/clang' of https://github.com/enovan...
2014-04-02 Jens AxboeMerge branch 'erwan/nobasename' of https://github.com...
2014-04-02 Jens AxboeCleanup symbols that should be static
2013-04-09 Jens AxboeMerge branch 'master' into gfio
2013-04-09 Steven Noonannum2str: add arguments to represent values in terms...
2010-09-16 Jens Axboenum2str fixes
2010-09-16 Jens AxboeImplement a better num2str()