summaryrefslogtreecommitdiff
path: root/libguile/filesys.c
AgeCommit message (Expand)AuthorFilesLines
2001-05-15Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer1-19/+19
2001-04-10* Avoid redundant casting of argument numbers to char* and vice versa.Dirk Herrmann1-4/+4
2001-04-03Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller1-27/+32
2001-03-11Use SCM_LISTn instead of scm_listify.Keisuke Nishida1-12/+7
2001-03-10* _scm.h: Removed #include <errno.h>.Mikael Djurfeldt1-1/+3
2001-02-16(scm_dirname, scm_basename): Added docstrings.Martin Grabmüller1-2/+7
2001-02-02New functions: scm_c_make_vector, scm_c_make_hash_table.Keisuke Nishida1-1/+1
2001-01-24 * boot-9.scm: don't import (ice-9 rdelim) here. it's doneGary Houston1-5/+7
2001-01-24* Separate the handling of OPEN flags between ports and directories.Dirk Herrmann1-18/+28
2000-12-08Smob-related creanup.Keisuke Nishida1-3/+4
2000-11-22* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.Dirk Herrmann1-3/+3
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-11-072000-11-07 Gary Houston <ghouston@arglist.com>Gary Houston1-0/+20
2000-10-30* Change a couple of functions to accept either symbols or strings only.Dirk Herrmann1-65/+59
2000-10-25* Some more work to get rid of SCM_LENGTHDirk Herrmann1-10/+8
2000-10-09* Made some functions not accept symbols as input parameters any more.Dirk Herrmann1-16/+18
2000-09-30 * filesys.c (scm_stat2scm), posix.c (s_scm_mknod): don't useGary Houston1-0/+2
2000-08-18* filesys.c (scm_fcntl): Docstring fix - missing newlines inserted.Neil Jerram1-2/+2
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