]> granicus.if.org Git - procps-ng/commit
watch,free: interpet intervals in non-locale way
authorCraig Small <csmall@enc.com.au>
Sun, 3 Jul 2016 06:14:36 +0000 (16:14 +1000)
committerCraig Small <csmall@enc.com.au>
Sun, 3 Jul 2016 06:20:48 +0000 (16:20 +1000)
commit2c5bc47b8e20816ada2143c40c71bb4d8593e574
tree31d7b9ffdaf5d578370abc2af17d13be89a170d1
parent8c0b6d60ca603143dce58d4305710d918d5437fd
watch,free: interpet intervals in non-locale way

Both watch and free used the locale to determine the required delay
interval for subsequent updates. It's preferable to not care about
locale and accept both 12.34 and 12,34 as meaning 12 seconds and
340 microseconds.

References:
 https://bugs.debian.org/692113

Signed-off-by: Craig Small <csmall@enc.com.au>
NEWS
free.1
free.c
watch.c