summaryrefslogtreecommitdiff
path: root/libguile/posix.c
AgeCommit message (Expand)AuthorFilesLines
1997-05-15 * posix.c: don't include <sys/select.h> or define macros forGary Houston1-21/+0
1997-05-12Ensure that shared substrings are handled properly when passed toJim Blandy1-6/+11
1997-04-12 * stime.c (scm_mktime): take an optional zone argument.Gary Houston1-123/+0
1997-04-12* posix.c (scm_status_exit_val, scm_status_exit_val,Jim Blandy1-6/+21
1997-04-05* posix.c (scm_putenv): don't check HAVE_PUTENV.Gary Houston1-35/+62
1997-03-29* ioext.c (scm_setfileno): throw a runtime error if SET_FILE_FD_FIELDGary Houston1-99/+34
1997-03-15* posix.c (scm_uname): throw an error if uname fails insteadGary Houston1-1/+3
1997-03-13* ioext.c (scm_read_delimited_x): use RO string macros for delims.Gary Houston1-23/+35
1997-02-06* strop.c (scm_string_upcase_x, scm_string_downcase_x): moved fromGary Houston1-4/+0
1997-01-31 * ioext.c, ioext.h: remove obsolete _sys_ from 9 procedure names.Gary Houston1-2/+1
1997-01-25 * ports.c: add SCM_PROC declarations for pt-size and pt-member.Gary Houston1-113/+1
1996-11-10On some systems <libc.h> conflicts with <unistd.h>, and should notJim Blandy1-1/+1
1996-11-02* * posix.c (scm_tmpnam): New function.Mikael Djurfeldt1-0/+11
1996-10-28* configure.in: add tests for figuring out whether buffered dataGary Houston1-112/+117
1996-10-20* alist.c, arbiters.c, continuations.c, debug.c, debug.h, eval.c,Mikael Djurfeldt1-4/+4
1996-10-14* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,Jim Blandy1-205/+43
1996-09-15* debug.c, unif.c: use scm_out_of_range instead ofGary Houston1-43/+44
1996-09-10C files should #include only the header files they need, notJim Blandy1-1/+9
1996-09-04* posix.c: Doc fixes.Jim Blandy1-16/+20
1996-09-03On NextStep, <utime.h> doesn't define struct utime, unless weJim Blandy1-28/+58
1996-08-20* posix.c (scm_getpgrp): Cast pointer to getpgrp.Mikael Djurfeldt1-1/+1
1996-08-08* posix.c (scm_init_posix): Use numeric values, rather than CPPJim Blandy1-4/+4
1996-08-07More functions unavailable on some systems.Jim Blandy1-0/+36
1996-08-07portability fixes for header inclusion etc.Gary Houston1-5/+4
1996-08-02make C system primitives throw exceptionsGary Houston1-131/+149
1996-08-01* filesys.c, posix.c: #include <sys/types.h> before <sys/stat.h>.Jim Blandy1-0/+1
1996-07-25maintainer changed: was lord, now jimb; first importJim Blandy1-0/+1510