1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +02:00
guile/module/system/base
Andy Wingo e6d4e05cbd don't truncate .go files, do an atomic rename to prevent SIGBUS
* 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.
2008-08-09 14:11:35 +02:00
..
.cvsignore *** empty log message *** 2001-04-22 02:13:48 +00:00
compile.scm don't truncate .go files, do an atomic rename to prevent SIGBUS 2008-08-09 14:11:35 +02:00
language.scm guile-vm is completely self-compiling now! 2008-05-20 11:33:28 +02:00
Makefile.am distcheck works now 2008-05-20 12:54:14 +02:00
pmatch.scm compile all of base/; some arbitrary changes; more "fixes" to `link' 2008-05-19 12:57:48 +02:00
syntax.scm avoid zealous unquotation 2008-05-15 18:57:33 +02:00