On Sun, February 24, 2008 10:35, Glynn Clements wrote: > > Can someone test the attached patch on Windows (MSys)? I now get: main.cc: In function `void record_args(int, char**)': main.cc:327: error: `ctime_r' undeclared (first use this function) Looking at mingw's time.h, I can confirm that there is no declaration for ctime_r. Moritz