summaryrefslogtreecommitdiff
path: root/libguile/filesys.c
Commit message (Expand)AuthorAgeFilesLines
* * __scm.h (USE_THREADS, GUILE_ISELECT): Define whenMarius Vollmer2002-11-031-6/+1
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys2002-07-201-41/+40
* Small docstring fixes.Neil Jerram2002-03-151-3/+3
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer2002-02-111-8/+8
* * First batch of libguile changes for Elisp support.Neil Jerram2002-01-221-2/+3
* * Adding C function declarations from the SCM interface to theNeil Jerram2001-11-161-1/+1
* * Documentation work.Neil Jerram2001-11-111-4/+3
* 2001-11-04 Stefan Jahn <stefan@lkcc.org>Stefan Jahn2001-11-041-10/+53
* Include `direct.h' if possible. Use localMarius Vollmer2001-11-021-4/+55
* * Removed lots of deprecated stuff.Dirk Herrmann2001-08-311-19/+0
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida2001-06-281-7/+8
* Make compilation under Windows easier.Martin Grabmüller2001-06-261-0/+50
* * Deprecated scm_makfromstr and added scm_mem2string as a replacement.Dirk Herrmann2001-06-261-18/+17
* 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