/[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.101 by ttn, Thu Mar 14 03:47:42 2002 UTC revision 1.102 by ossau, Fri Mar 15 10:37:40 2002 UTC
# Line 219  SCM_DEFINE (scm_pipe, "pipe", 0, 0, 0, Line 219  SCM_DEFINE (scm_pipe, "pipe", 0, 0, 0,
219  SCM_DEFINE (scm_getgroups, "getgroups", 0, 0, 0,  SCM_DEFINE (scm_getgroups, "getgroups", 0, 0, 0,
220              (),              (),
221              "Return a vector of integers representing the current\n"              "Return a vector of integers representing the current\n"
222              "supplimentary group IDs.")              "supplementary group IDs.")
223  #define FUNC_NAME s_scm_getgroups  #define FUNC_NAME s_scm_getgroups
224  {  {
225    SCM ans;    SCM ans;
# Line 864  SCM_DEFINE (scm_execl, "execl", 1, 0, 1, Line 864  SCM_DEFINE (scm_execl, "execl", 1, 0, 1,
864              (SCM filename, SCM args),              (SCM filename, SCM args),
865              "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"
866              "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"
867              "they are accessable as the @code{argv} argument to @code{main}.\n"              "they are accessible as the @code{argv} argument to @code{main}.\n"
868              "Conventionally the first @var{arg} is the same as @var{path}.\n"              "Conventionally the first @var{arg} is the same as @var{path}.\n"
869              "All arguments must be strings.\n\n"              "All arguments must be strings.\n\n"
870              "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 1213  SCM_DEFINE (scm_setlocale, "setlocale", Line 1213  SCM_DEFINE (scm_setlocale, "setlocale",
1213              "Otherwise the specified locale category is set to the string\n"              "Otherwise the specified locale category is set to the string\n"
1214              "@var{locale} and the new value is returned as a\n"              "@var{locale} and the new value is returned as a\n"
1215              "system-dependent string.  If @var{locale} is an empty string,\n"              "system-dependent string.  If @var{locale} is an empty string,\n"
1216              "the locale will be set using envirionment variables.")              "the locale will be set using environment variables.")
1217  #define FUNC_NAME s_scm_setlocale  #define FUNC_NAME s_scm_setlocale
1218  {  {
1219    char *clocale;    char *clocale;
# Line 1586  SCM_DEFINE (scm_flock, "flock", 2, 0, 0, Line 1586  SCM_DEFINE (scm_flock, "flock", 2, 0, 0,
1586              "it to one of the other operations.\n"              "it to one of the other operations.\n"
1587              "@end table\n"              "@end table\n"
1588              "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"
1589              "file descriptor or an open file descriptior port.")              "file descriptor or an open file descriptor port.")
1590  #define FUNC_NAME s_scm_flock  #define FUNC_NAME s_scm_flock
1591  {  {
1592    int coperation, fdes;    int coperation, fdes;

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102

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