This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Guile".
http://git.savannah.gnu.org/cgit/guile.git/commit/?id=211a5b04251424f17f659257718329af7a3cdc0c The branch, master has been updated via 211a5b04251424f17f659257718329af7a3cdc0c (commit) from 3e5aed1c3be296b92f3a21e0dfde315deaef9daa (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 211a5b04251424f17f659257718329af7a3cdc0c Author: Neil Jerram <n...@ossau.uklinux.net> Date: Sun Dec 27 18:44:41 2009 +0000 Doc for getsid * NEWS: Note new getsid primitive. * doc/ref/posix.texi (Processes): Document getsid. ----------------------------------------------------------------------- Summary of changes: NEWS | 7 +++++++ doc/ref/posix.texi | 6 ++++++ 2 files changed, 13 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index 662b3a9..ccae5f7 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,13 @@ Please send Guile bug reports to bug-gu...@gnu.org. (During the 1.9 series, we will keep an incremental NEWS for the latest prerelease, and a full NEWS corresponding to 1.8 -> 2.0.) +Changes in 1.9.7 (since the 1.9.6 prerelease): + +** New primitive `getsid' + +Scheme binding for the `getsid' C library call. + + Changes in 1.9.6 (since the 1.9.5 prerelease): ** New implementation of `primitive-eval' diff --git a/doc/ref/posix.texi b/doc/ref/posix.texi index fbe3059..2870459 100644 --- a/doc/ref/posix.texi +++ b/doc/ref/posix.texi @@ -1596,6 +1596,12 @@ from its controlling terminal if it has one. The return value is an integer representing the new process group ID. @end deffn +...@deffn {Scheme Procedure} getsid pid +...@deffnx {C Function} scm_getsid (pid) +Returns the session ID of process @var{pid}. (The session +ID of a process is the process group ID of its session leader.) +...@end deffn + @deffn {Scheme Procedure} waitpid pid [options] @deffnx {C Function} scm_waitpid (pid, options) This procedure collects status information from a child process which hooks/post-receive -- GNU Guile