summaryrefslogtreecommitdiff
path: root/libguile/filesys.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-27Identify scm_is_vector with scm_is_simple_vectorDaniel Llorens1-5/+5
2013-11-28More private-gc excisionsAndy Wingo1-11/+14
2013-04-14Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-17/+44
2013-04-08Miscellaneous 'sendfile' fixes and improved tests.Mark H Weaver1-7/+13
2013-04-07Change `sendfile' to loop until everything has been sent.Ludovic Courtès1-13/+34
2013-03-28Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-107/+145
2013-03-25sendfile: Make sure we have a Linux-style `sendfile'.Ludovic Courtès1-1/+3
2013-03-25sendfile: Check return value of `lseek'.Ludovic Courtès1-1/+4
2013-03-22Add bindings for `sendfile'.Ludovic Courtès1-0/+91
2013-03-09simplify filesys.c via gnulib's select and fstat modulesAndy Wingo1-53/+10
2013-03-04Use `scm_is_eq' in filesys.c.Ludovic Courtès1-2/+2
2013-02-24cleanup to filesys.c's handling of file name separatorsAndy Wingo1-49/+22
2013-02-24simplify scm_stat on mingwAndy Wingo1-6/+0
2013-02-19copy-file and load-objcode use O_BINARYAndy Wingo1-1/+1
2013-02-19better handling of windows file name conventionsAndy Wingo1-1/+19
2012-07-06Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-3/+3
2012-07-06add check for fchmodAndy Wingo1-2/+3
2012-07-06remove mkdir alias in filesys.c for mingwAndy Wingo1-1/+0
2012-05-21Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-22/+30
2012-05-15Fix relative file name canonicalization with empty %LOAD-PATH entries.Ludovic Courtès1-22/+30
2012-02-08Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-24/+25
2012-02-02Improve the usage of variable names in C docstrings.Bake Timmons1-24/+25
2012-01-30Merge commit '9b0975f1dc41ddd10d81fb5b0965b9e9a54ef37a'Andy Wingo1-27/+5
2012-01-16Update Gnulib to v0.0-6827-g39c3009; use the `dirfd' module.Ludovic Courtès1-27/+5
2011-11-08locking for putc, putsAndy Wingo1-4/+4
2011-11-08locking on port buffering operationsAndy Wingo1-1/+1
2011-07-13Fix `open' mode bits on GNU/Hurd.Ludovic Courtès1-9/+14
2011-07-13Define `O_NOTRANS' on GNU/Hurd.Ludovic Courtès1-1/+4
2011-06-30HAVE_POSIX warning fixAndy Wingo1-0/+2
2011-06-17remove win32-dirent.[ch]Andy Wingo1-5/+1
2011-05-20fix compile error in mingw fstat socket detectionAndy Wingo1-1/+1
2011-04-25Compile more file system related procedures when `--disable-posix'.Ludovic Courtès1-202/+200
2011-04-15Allow compilation with `--disable-posix'.Ludovic Courtès1-189/+314
2011-03-17fix code that causes warnings on gcc 4.6Andy Wingo1-4/+1
2010-04-19filesystem trickery to scm_i_relativize_path in filesys.c; bugfix.Andy Wingo1-0/+46
2010-04-19formatting fixAndy Wingo1-1/+2
2010-04-09remove libguile/lang.h, deprecate %nil (in favor of #nil)Andy Wingo1-2/+1
2010-01-17nanosecond timestamp support in stat and utimeAndy Wingo1-1/+16
2009-12-15Use Gnulib's `sys_stat' module; update Gnulib.Ludovic Courtès1-63/+0
2009-12-08SCM_CELL in filesys.[ch]Andy Wingo1-8/+8
2009-12-05remove a bunch of needless scm_permanent_object callsAndy Wingo1-1/+1
2009-11-16Use Gnulib's `inet_ntop' and `inet_pton' modules.Ludovic Courtès1-2/+2
2009-08-20Use string accessors in scm_basename and scm_dirnameMichael Gran1-21/+39
2009-06-19new function: canonicalize-path. use when autocompilingAndy Wingo1-0/+22
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2009-06-03add exception-on-error optional arg to `stat' in schemeAndy Wingo1-11/+21
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+1
2008-08-20Never define `_GNU_SOURCE' explicitly since `AC_USE_SYSTEM_EXTENSIONS'Ludovic Courtès1-1/+0
2007-07-29Changes from arch/CVS synchronizationLudovic Courtès1-17/+1
2007-01-15merge from 1.8Kevin Ryde1-20/+20