aboutsummaryrefslogtreecommitdiff
path: root/src/tool_util.c
AgeCommit message (Collapse)Author
2011-11-25tvdiff_secs(): sub-zero time difference adjustmentYang Tse
Skip a floating point addition operation when integral part of time difference is zero. This avoids potential floating point addition rounding problems while preserving decimal part value.
2011-10-06curl tool: reviewed code moved to tool_*.[ch] filesYang Tse