Hi Paul, 0007-mktime-DEBUG_MKTIME-cleanup.txt > + The DEBUG_MKTIME code no longer works in glibc or in Gnulib. > + And it’s no longer needed now that glibc and Gnulib both have > + their own testing mechanisms for mktime.
What do you mean? I don't see an 'mktime-tests' module, nor a 'timegm-tests' module, not a 'localtime-tests' module in gnulib. Gnulib has some tests whether the system's mktime() has certain bugs, but no verification that the replacement code actually fixes these bugs, nor any other unit test. Bruno