mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 12:20:26 +02:00
* module/system/base/compile.scm (call-with-output-file/atomic): New proc, outputs to a tempfile then does an atomic rename. Prevents SIGBUS if a compiled file is truncated and rewritten, as the file's objcode is mmap'd in. (compile-file): Use the new helper. |
||
---|---|---|
.. | ||
.cvsignore | ||
compile.scm | ||
language.scm | ||
Makefile.am | ||
pmatch.scm | ||
syntax.scm |