summaryrefslogtreecommitdiff
path: root/libguile/filesys.c
Commit message (Expand)AuthorAgeFilesLines
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-3/+3
* * Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann2001-06-071-1/+1
* * filesys.c (scm_stat2scm): HAVE_ST_RDEV changed toRob Browning2001-06-021-3/+3
* * validate.hMichael Livshin2001-05-241-7/+7
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-19/+19
* * Avoid redundant casting of argument numbers to char* and vice versa.Dirk Herrmann2001-04-101-4/+4
* Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller2001-04-031-27/+32
* Use SCM_LISTn instead of scm_listify.Keisuke Nishida2001-03-111-12/+7
* * _scm.h: Removed #include <errno.h>.Mikael Djurfeldt2001-03-101-1/+3
* (scm_dirname, scm_basename): Added docstrings.Martin Grabmüller2001-02-161-2/+7
* New functions: scm_c_make_vector, scm_c_make_hash_table.Keisuke Nishida2001-02-021-1/+1
* * boot-9.scm: don't import (ice-9 rdelim) here. it's doneGary Houston2001-01-241-5/+7
* * Separate the handling of OPEN flags between ports and directories.Dirk Herrmann2001-01-241-18/+28
* Smob-related creanup.Keisuke Nishida2000-12-081-3/+4
* * Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.Dirk Herrmann2000-11-221-3/+3
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer2000-11-171-0/+2
* 2000-11-07 Gary Houston <ghouston@arglist.com>Gary Houston2000-11-071-0/+20
* * Change a couple of functions to accept either symbols or strings only.Dirk Herrmann2000-10-301-65/+59
* * Some more work to get rid of SCM_LENGTHDirk Herrmann2000-10-251-10/+8
* * Made some functions not accept symbols as input parameters any more.Dirk Herrmann2000-10-091-16/+18
* * filesys.c (scm_stat2scm), posix.c (s_scm_mknod): don't useGary Houston2000-09-301-0/+2
* * filesys.c (scm_fcntl): Docstring fix - missing newlines inserted.Neil Jerram2000-08-181-2/+2
* * Unified some rest argument checking and handling.Dirk Herrmann2000-05-181-7/+7
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-10/+10
* Lots of fixes with respect to strict typing.Dirk Herrmann2000-04-041-9/+9
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* Only include strings.h where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* Only include vectors.h in those files, where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* Removed empty file genio.h and references to it.Dirk Herrmann2000-03-171-1/+0
* *.[ch]: make a distinction between SCM as a genericGreg J. Badros2000-03-091-1/+1
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros2000-03-031-1/+1
* * strings.h: don't use SCM_P. don't include <string.h>.Gary Houston2000-01-311-2/+2
* * posix.c (scm_pipe): rewrote the docstring.Gary Houston2000-01-291-9/+10
* * filesys.c (scm_select, retrieve_select_type, get_element,Gary Houston2000-01-291-91/+189
* * filesys.c (scm_chown): omit port/fdes support if HAVE_FCHOWN isGary Houston2000-01-231-11/+12
* * strports.c (st_end_input): Inserted parenthesis to get operatorMikael Djurfeldt2000-01-181-3/+3
* * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt2000-01-181-200/+186
* * scm_validate.h: Added SCM_NUM2LONG_DEF macro. MakeGreg J. Badros2000-01-121-8/+7
* * dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,Greg J. Badros2000-01-111-6/+4
* * dynl.c, error.c, eval.c, feature.c, filesys.c, fports.c, list.c, load.c,Greg J. Badros2000-01-111-2/+2
* * eval.c: define scm_unbound_variable_key ('unbound-variable).Gary Houston2000-01-091-48/+14
* * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros2000-01-051-36/+36
* *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros2000-01-051-28/+28
* * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM forGreg J. Badros2000-01-051-13/+13
* * coop-threads.c: Remove K&R function headers.Greg J. Badros1999-12-161-13/+13
* * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1999-12-131-26/+200
* * *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VALIDATE_NIMPGreg J. Badros1999-12-121-1/+1
* * *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1999-12-121-262/+233
* support new configure options: --disable-posix, --disable-netGary Houston1999-09-261-2/+0
* Change the name of the objects returned by OPENDIR fromJim Blandy1999-09-121-3/+3