• Paul Eggert's avatar
    Fix bugs in file timestamp newness comparisons. · 39adff0d
    Paul Eggert authored
    * fileio.c (Ffile_newer_than_file_p):
    * lread.c (Fload): Use full timestamp resolution of files,
    not just the 1-second resolution, so that files that are only
    slightly newer still count as newer.
    * fileio.c (Ffile_newer_than_file_p): Don't assume file
    timestamps fit in 'int'; this fixes a Y2038 bug on most hosts.
    39adff0d
fileio.c 178 KB