summaryrefslogtreecommitdiff
path: root/libguile/filesys.c
AgeCommit message (Expand)AuthorFilesLines
2000-05-18* Unified some rest argument checking and handling.Dirk Herrmann1-7/+7
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-10/+10
2000-04-04Lots of fixes with respect to strict typing.Dirk Herrmann1-9/+9
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-17Only include strings.h where it is actually needed.Dirk Herrmann1-0/+1
2000-03-17Only include vectors.h in those files, where it is actually needed.Dirk Herrmann1-0/+1
2000-03-17Removed empty file genio.h and references to it.Dirk Herrmann1-1/+0
2000-03-09*.[ch]: make a distinction between SCM as a genericGreg J. Badros1-1/+1
2000-03-03* error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros1-1/+1
2000-01-31 * strings.h: don't use SCM_P. don't include <string.h>.Gary Houston1-2/+2
2000-01-29 * posix.c (scm_pipe): rewrote the docstring.Gary Houston1-9/+10
2000-01-29 * filesys.c (scm_select, retrieve_select_type, get_element,Gary Houston1-91/+189
2000-01-23 * filesys.c (scm_chown): omit port/fdes support if HAVE_FCHOWN isGary Houston1-11/+12
2000-01-18* strports.c (st_end_input): Inserted parenthesis to get operatorMikael Djurfeldt1-3/+3
2000-01-18* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt1-200/+186
2000-01-12* scm_validate.h: Added SCM_NUM2LONG_DEF macro. MakeGreg J. Badros1-8/+7
2000-01-11* dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,Greg J. Badros1-6/+4
2000-01-11* dynl.c, error.c, eval.c, feature.c, filesys.c, fports.c, list.c, load.c,Greg J. Badros1-2/+2
2000-01-09 * eval.c: define scm_unbound_variable_key ('unbound-variable).Gary Houston1-48/+14
2000-01-05* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros1-36/+36
2000-01-05*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros1-28/+28
2000-01-05* *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM forGreg J. Badros1-13/+13
1999-12-16* coop-threads.c: Remove K&R function headers.Greg J. Badros1-13/+13
1999-12-13* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1-26/+200
1999-12-12* *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VALIDATE_NIMPGreg J. Badros1-1/+1
1999-12-12* *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1-262/+233
1999-09-26support new configure options: --disable-posix, --disable-netGary Houston1-2/+0
1999-09-12Change the name of the objects returned by OPENDIR fromJim Blandy1-3/+3
1999-09-111999-09-11 Gary Houston <ghouston@easynet.co.uk>Gary Houston1-0/+7
1999-08-29* filesys.c (scm_stat2scm): Conditionally use S_ISLNK.Mikael Djurfeldt1-0/+4
1999-08-111999-08-11 Gary Houston <ghouston@easynet.co.uk>Gary Houston1-1/+1
1999-07-24* filesys.c (scm_dir_print): Don't use the port printing code.Mikael Djurfeldt1-5/+7
1999-07-241999-07-24 Gary Houston <ghouston@easynet.co.uk>Gary Houston1-31/+0
1999-07-19* filesys.c: #include <io.h>, if we have it.Jim Blandy1-1/+6
1999-07-07Greg's smob patchMikael Djurfeldt1-10/+3
1999-06-09 * filesys.c (scm_chown): use SCM_FPORT_FDES.Jim Blandy1-203/+26
1999-02-06* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),Jim Blandy1-2/+2
1998-10-19* __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1-1/+1
1998-10-19* filesys.c (set_element, get_element): Make sure that `element'Jim Blandy1-2/+2
1998-10-09Centralize the creation of port objects based on stdio FILE * inJim Blandy1-17/+3
1998-07-30* filesys.c (scm_readlink): Make local vars rv and size ints, toJim Blandy1-78/+83
1998-07-23Simplify smob and port marking; set the mark bit in the genericJim Blandy1-1/+1
1998-07-12* eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init.c, kw.c,Mikael Djurfeldt1-1/+1
1998-06-18* filesys.c (dirname, basename): New procedures.Mikael Djurfeldt1-0/+76
1997-12-08* filesys.c (set_element): Return file descriptor.Mikael Djurfeldt1-18/+35
1997-12-04* filesys.c (scm_stat): Slightly optimized.Mikael Djurfeldt1-12/+13
1997-12-04* filesys.c (scm_stat): Coerce output port only if argument *is*Mikael Djurfeldt1-3/+1
1997-11-27* Makefile.am: Added iselect.c and iselect.h.Mikael Djurfeldt1-17/+6
1997-10-25* filesys.c (scm_close, set_element, get_element, scm_chown,Marius Vollmer1-0/+16
1997-08-16* stime.h: prototype for scm_times.Gary Houston1-84/+211