/[guile]/guile/guile-core/libguile/posix.c
ViewVC logotype

Diff of /guile/guile-core/libguile/posix.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.92.2.3 by ttn, Thu Mar 14 05:26:15 2002 UTC revision 1.92.2.4 by ossau, Fri Mar 15 09:23:19 2002 UTC
# Line 235  SCM_DEFINE (scm_pipe, "pipe", 0, 0, 0, Line 235  SCM_DEFINE (scm_pipe, "pipe", 0, 0, 0,
235  SCM_DEFINE (scm_getgroups, "getgroups", 0, 0, 0,  SCM_DEFINE (scm_getgroups, "getgroups", 0, 0, 0,
236              (),              (),
237              "Return a vector of integers representing the current\n"              "Return a vector of integers representing the current\n"
238              "supplimentary group IDs.")              "supplementary group IDs.")
239  #define FUNC_NAME s_scm_getgroups  #define FUNC_NAME s_scm_getgroups
240  {  {
241    SCM ans;    SCM ans;
# Line 884  SCM_DEFINE (scm_execl, "execl", 1, 0, 1, Line 884  SCM_DEFINE (scm_execl, "execl", 1, 0, 1,
884              (SCM filename, SCM args),              (SCM filename, SCM args),
885              "Executes the file named by @var{path} as a new process image.\n"              "Executes the file named by @var{path} as a new process image.\n"
886              "The remaining arguments are supplied to the process; from a C program\n"              "The remaining arguments are supplied to the process; from a C program\n"
887              "they are accessable as the @code{argv} argument to @code{main}.\n"              "they are accessible as the @code{argv} argument to @code{main}.\n"
888              "Conventionally the first @var{arg} is the same as @var{path}.\n"              "Conventionally the first @var{arg} is the same as @var{path}.\n"
889              "All arguments must be strings.  \n\n"              "All arguments must be strings.  \n\n"
890              "If @var{arg} is missing, @var{path} is executed with a null\n"              "If @var{arg} is missing, @var{path} is executed with a null\n"
# Line 1231  SCM_DEFINE (scm_setlocale, "setlocale", Line 1231  SCM_DEFINE (scm_setlocale, "setlocale",
1231              "Otherwise the specified locale category is set to the string\n"              "Otherwise the specified locale category is set to the string\n"
1232              "@var{locale} and the new value is returned as a\n"              "@var{locale} and the new value is returned as a\n"
1233              "system-dependent string.  If @var{locale} is an empty string,\n"              "system-dependent string.  If @var{locale} is an empty string,\n"
1234              "the locale will be set using envirionment variables.")              "the locale will be set using environment variables.")
1235  #define FUNC_NAME s_scm_setlocale  #define FUNC_NAME s_scm_setlocale
1236  {  {
1237    char *clocale;    char *clocale;
# Line 1544  SCM_DEFINE (scm_flock, "flock", 2, 0, 0, Line 1544  SCM_DEFINE (scm_flock, "flock", 2, 0, 0,
1544              "it to one of the other operations.\n"              "it to one of the other operations.\n"
1545              "@end table\n"              "@end table\n"
1546              "The return value is not specified. @var{file} may be an open\n"              "The return value is not specified. @var{file} may be an open\n"
1547              "file descriptor or an open file descriptior port.")              "file descriptor or an open file descriptor port.")
1548  #define FUNC_NAME s_scm_flock  #define FUNC_NAME s_scm_flock
1549  {  {
1550    int coperation, fdes;    int coperation, fdes;

Legend:
Removed from v.1.92.2.3  
changed lines
  Added in v.1.92.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26