unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Rob Browning <rlb@defaultvalue.org>
Subject: Committed initial (system* "foo" "bar") code.
Date: Wed, 19 Nov 2003 15:54:12 -0600	[thread overview]
Message-ID: <87y8uc3tyz.fsf@raven.i.defaultvalue.org> (raw)


After reading and thinking about all the comments, I decided on a C
implementation so that people can easily call scm_system_star from C
if they need to, and so that we can have more careful control over the
system state if needed.

The current version is careful to allocate the args before the fork,
and follows the libc and perl convention of blocking SIGINT and
SIGQUIT so that killing the child won't kill guile (in perl's similar
function).  That's all the current version deals with.  I decided to
start with the current code, which covers the stuff that obviously has
to be done, and then make fixes as we figure out what else we need.
(Docs have been added to posix.texi as well.)

Thanks.
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


             reply	other threads:[~2003-11-19 21:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-19 21:54 Rob Browning [this message]
2003-11-21  0:17 ` Committed initial (system* "foo" "bar") code Kevin Ryde

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y8uc3tyz.fsf@raven.i.defaultvalue.org \
    --to=rlb@defaultvalue.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).