Re: [PATCH] Work around GNU/Linux timestamp glitch

2023-03-24 Thread Chet Ramey
On 3/23/23 8:24 PM, Paul Eggert wrote: Without this patch, Bash can hand out user-visible timestamps that are out of order, because on GNU/Linux the 'time' function uses a different clock than file timestamps and the 'gettimeofday' function. See

Re: [PATCH] Work around GNU/Linux timestamp glitch

2023-03-23 Thread Paul Eggert
On 3/23/23 17:51, Koichi Murase wrote: By the way, you should prepare patches based on the devel branch of Bash. Thanks for letting me know; I'll resend based on devel.

Re: [PATCH] Work around GNU/Linux timestamp glitch

2023-03-23 Thread Koichi Murase
2023年3月24日(金) 9:25 Paul Eggert : > Without this patch, Bash can hand out user-visible timestamps > that are out of order, because on GNU/Linux the 'time' > function uses a different clock than file timestamps > and the 'gettimeofday' function. See >

[PATCH] Work around GNU/Linux timestamp glitch

2023-03-23 Thread Paul Eggert
Without this patch, Bash can hand out user-visible timestamps that are out of order, because on GNU/Linux the 'time' function uses a different clock than file timestamps and the 'gettimeofday' function. See . * include/posixtime.h (getnow):