]> 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:14:36 +0000 (16:14 +1000)
commit1310a768483c44fecae1f59f96e68c1cfbde7888
treefb296d68ef511334f64e9740b581f6f561383531
parentd936f62eec13647302742236d7189f0654ad57b0
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