summaryrefslogtreecommitdiff
path: root/libguile/filesys.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-22Merge commit '8cf2a7ba7432d68b9a055d29f18117be70375af9'Andy Wingo1-2/+7
2014-11-20doc: Clarify behavior of 'select' in the presence of signal interruptions.Ludovic Courtès1-2/+7
2014-09-30Merge branch 'stable-2.0'Mark H Weaver1-0/+4
2014-07-03Fix problems with Windows file names that use backslashes.Eli Zaretskii1-0/+4
2014-04-25Merge branch 'stable-2.0'v2.1.0Mark H Weaver1-44/+2
2014-02-27Rely on Gnulib for <unistd.h>.Mark H Weaver1-2/+0
2014-02-27Rely on Gnulib for fsync, link, readlink, mkdir, rmdir, and rename.Mark H Weaver1-36/+2
2014-02-12Rely on Gnulib for 'select', 'lstat', and 'mkstemp'.Mark H Weaver1-6/+0
2014-02-08Change uses of scm_is_simple_vector to scm_is_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