summaryrefslogtreecommitdiff
path: root/libguile/filesys.c
AgeCommit message (Expand)AuthorFilesLines
1997-04-12* filesys.c (scm_fcntl): New function from Roland McGrath.Jim Blandy1-1/+47
1997-04-12* filesys.c (S_ISSOCK): Define this if it's missing, but we doJim Blandy1-0/+4
1997-03-29* ioext.c (scm_setfileno): throw a runtime error if SET_FILE_FD_FIELDGary Houston1-1/+1
1997-03-04* filesys.c (scm_stat): stat now takes fport arguments too asMikael Djurfeldt1-15/+16
1997-01-18 * init.scm (index, rindex): replace versions in utilities.scm withGary Houston1-397/+195
1996-12-21* filesys.c (scm_input_waiting_p): use select in preference toGary Houston1-9/+9
1996-11-10On some systems <libc.h> conflicts with <unistd.h>, and should notJim Blandy1-1/+1
1996-10-30 * filesys.c, filesys.h (scm_input_waiting_p): Moved from ports.c.Mikael Djurfeldt1-0/+114
1996-10-27* filesys.c (scm_stat2scm): derive file type and permissions fromGary Houston1-76/+64
1996-10-20* alist.c, arbiters.c, continuations.c, debug.c, debug.h, eval.c,Mikael Djurfeldt1-2/+2
1996-10-14* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,Jim Blandy1-180/+50
1996-10-06* filesys.c (scm_sys_select): move SCM_ALLOW_INTS past the sreturnGary Houston1-1/+3
1996-09-28* strings.c, strings.h: (scm_makfrom0str, scm_makefrom0str_opt:Gary Houston1-2/+8
1996-09-22* arbiters.c (prinarb),Mikael Djurfeldt1-6/+6
1996-09-19 * filesys.c (scsm_sys_stat): don't SIGSEGV if argument is anGary Houston1-1/+0
1996-09-15* debug.c, unif.c: use scm_out_of_range instead ofGary Houston1-37/+37
1996-09-11* filesys.c: Possibly uninitialized variable rv.Jim Blandy1-1/+1
1996-09-10* files.c (scm_sys_delete_file): Moved to filesys.c.Jim Blandy1-0/+18
1996-09-10C files should #include only the header files they need, notJim Blandy1-0/+3
1996-08-06Changes for NeXT, suggested by Robert Brown.Jim Blandy1-0/+8
1996-08-02make C system primitives throw exceptionsGary Houston1-115/+139
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/+1278