[Renaming Subject: line from "Re: syncing Emacs from sources maintained elsewhere"]:
On 01/27/11 01:55, Eli Zaretskii wrote: > Does gnulib's strftime support MinGW? I expect so, yes. >> Once it's in, Emacs's format-time-string function can start supporting >> higher-resolution time stamps. > > Is this enabled for MinGW as well? Yes, that's pretty much the same code in strftime, regardless of platform. There is another issue here: Emacs currently supports time stamp resolution only to the nearest microsecond. Gnulib supports nanosecond resolution, which will go unused inside Emacs's format-time-string function at first. At some point Emacs can be improved to support nanosecond-resolution time stamps, but that is a different task.
