Compare source/compiled file timestamps with nano-second resolution.
authorLudovic Courtès <ludo@gnu.org>
Sat, 4 Sep 2010 14:07:58 +0000 (16:07 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sat, 4 Sep 2010 14:07:58 +0000 (16:07 +0200)
commitabca59fea4c3652b1587f982bbf185423967bcfb
tree71505a5f999990ac5a96bcae7fde5fa9ded1ce34
parent9157d901024558ca2cb2a59d21f26b7f897714cd
Compare source/compiled file timestamps with nano-second resolution.

* libguile/load.c (compiled_is_fresh): Rename `res' to
  `compiled_is_newer'.  Use `get_stat_mtime' to compare with nano-second
  resolution when available.

* module/ice-9/boot-9.scm (load)[fresh-compiled-file-name]: Likewise,
  using `stat:mtimensec'.
libguile/load.c
module/ice-9/boot-9.scm