index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
filesys.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-23
Fix relative file name canonicalization on paths with "."
Andy Wingo
1
-9
/
+27
2016-05-22
Correct docstring of 'symlink'.
Taylan Ulrich Bayırlı/Kammer
1
-2
/
+2
2016-05-13
Use heap-allocated port types instead of ptobnums
Andy Wingo
1
-0
/
+1
2016-05-13
Remove scm_t_port_internal
Andy Wingo
1
-9
/
+5
2016-05-13
Make port buffering fields private
Andy Wingo
1
-4
/
+4
2016-04-26
Remove scm_puts_unlocked.
Andy Wingo
1
-3
/
+3
2016-04-26
Remove scm_putc_unlocked.
Andy Wingo
1
-1
/
+1
2016-04-23
Remove scm_flush_unlocked / scm_end_input_unlocked
Andy Wingo
1
-1
/
+1
2016-04-17
Remove size field from port buffers
Andy Wingo
1
-2
/
+3
2016-04-06
Generic port facility provides buffering uniformly
Andy Wingo
1
-2
/
+2
2015-01-22
Merge commit '8cf2a7ba7432d68b9a055d29f18117be70375af9'
Andy Wingo
1
-2
/
+7
2014-11-20
doc: Clarify behavior of 'select' in the presence of signal interruptions.
Ludovic Courtès
1
-2
/
+7
2014-09-30
Merge branch 'stable-2.0'
Mark H Weaver
1
-0
/
+4
2014-07-03
Fix problems with Windows file names that use backslashes.
Eli Zaretskii
1
-0
/
+4
2014-04-25
Merge branch 'stable-2.0'
v2.1.0
Mark H Weaver
1
-44
/
+2
2014-02-27
Rely on Gnulib for <unistd.h>.
Mark H Weaver
1
-2
/
+0
2014-02-27
Rely on Gnulib for fsync, link, readlink, mkdir, rmdir, and rename.
Mark H Weaver
1
-36
/
+2
2014-02-12
Rely on Gnulib for 'select', 'lstat', and 'mkstemp'.
Mark H Weaver
1
-6
/
+0
2014-02-08
Change uses of scm_is_simple_vector to scm_is_vector
Daniel Llorens
1
-5
/
+5
2013-11-28
More private-gc excisions
Andy Wingo
1
-11
/
+14
2013-04-14
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-17
/
+44
2013-04-08
Miscellaneous 'sendfile' fixes and improved tests.
Mark H Weaver
1
-7
/
+13
2013-04-07
Change `sendfile' to loop until everything has been sent.
Ludovic Courtès
1
-13
/
+34
2013-03-28
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-107
/
+145
2013-03-25
sendfile: Make sure we have a Linux-style `sendfile'.
Ludovic Courtès
1
-1
/
+3
2013-03-25
sendfile: Check return value of `lseek'.
Ludovic Courtès
1
-1
/
+4
2013-03-22
Add bindings for `sendfile'.
Ludovic Courtès
1
-0
/
+91
2013-03-09
simplify filesys.c via gnulib's select and fstat modules
Andy Wingo
1
-53
/
+10
2013-03-04
Use `scm_is_eq' in filesys.c.
Ludovic Courtès
1
-2
/
+2
2013-02-24
cleanup to filesys.c's handling of file name separators
Andy Wingo
1
-49
/
+22
2013-02-24
simplify scm_stat on mingw
Andy Wingo
1
-6
/
+0
2013-02-19
copy-file and load-objcode use O_BINARY
Andy Wingo
1
-1
/
+1
2013-02-19
better handling of windows file name conventions
Andy Wingo
1
-1
/
+19
2012-07-06
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-3
/
+3
2012-07-06
add check for fchmod
Andy Wingo
1
-2
/
+3
2012-07-06
remove mkdir alias in filesys.c for mingw
Andy Wingo
1
-1
/
+0
2012-05-21
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-22
/
+30
2012-05-15
Fix relative file name canonicalization with empty %LOAD-PATH entries.
Ludovic Courtès
1
-22
/
+30
2012-02-08
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-24
/
+25
2012-02-02
Improve the usage of variable names in C docstrings.
Bake Timmons
1
-24
/
+25
2012-01-30
Merge commit '9b0975f1dc41ddd10d81fb5b0965b9e9a54ef37a'
Andy Wingo
1
-27
/
+5
2012-01-16
Update Gnulib to v0.0-6827-g39c3009; use the `dirfd' module.
Ludovic Courtès
1
-27
/
+5
2011-11-08
locking for putc, puts
Andy Wingo
1
-4
/
+4
2011-11-08
locking on port buffering operations
Andy Wingo
1
-1
/
+1
2011-07-13
Fix `open' mode bits on GNU/Hurd.
Ludovic Courtès
1
-9
/
+14
2011-07-13
Define `O_NOTRANS' on GNU/Hurd.
Ludovic Courtès
1
-1
/
+4
2011-06-30
HAVE_POSIX warning fix
Andy Wingo
1
-0
/
+2
2011-06-17
remove win32-dirent.[ch]
Andy Wingo
1
-5
/
+1
2011-05-20
fix compile error in mingw fstat socket detection
Andy Wingo
1
-1
/
+1
2011-04-25
Compile more file system related procedures when `--disable-posix'.
Ludovic Courtès
1
-202
/
+200
[next]