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
2019-08-02
Merge from stable-2.2
Andy Wingo
1
-4
/
+13
2019-06-04
'basename' correctly handles "/" and "//".
Ludovic Courtès
1
-4
/
+13
2019-05-23
Fix binary output on files created by mkstemp!
Mike Gran
1
-3
/
+3
2019-05-23
Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.
Mark H Weaver
1
-2
/
+2
2019-02-09
Fix binary output on files created by mkstemp!
Mike Gran
1
-4
/
+4
2018-10-17
Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.
Mark H Weaver
1
-3
/
+3
2018-08-07
'select' returns empty sets upon EINTR and EAGAIN.
Ludovic Courtès
1
-4
/
+14
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Rationalize include order in C files
Andy Wingo
1
-6
/
+8
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-24
/
+24
2018-06-20
Remove Emacs local variables comments in Guile source
Andy Wingo
1
-6
/
+0
2018-06-20
Remove _scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Devolve symbols.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-20
Remove modules.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-20
Move subr snarfing macros to gsubr.h.
Andy Wingo
1
-0
/
+1
2018-06-19
Devolve numbers.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve pairs.h
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve boolean.h include.
Andy Wingo
1
-0
/
+1
2018-06-18
Remove list.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-18
Remove includes of validate.h.
Andy Wingo
1
-1
/
+0
2018-06-17
Move syscall-related private defines to their own header
Andy Wingo
1
-0
/
+1
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-37
/
+35
2018-02-16
'select' returns empty sets upon EINTR and EAGAIN.
Ludovic Courtès
1
-5
/
+15
2017-11-18
Destroy the mutex associated with a dirstream.
Ludovic Courtès
1
-0
/
+6
2017-11-17
'readdir' no longer deadlocks upon error.
Ludovic Courtès
1
-2
/
+19
2017-06-15
Correctly relativize file names in the presence of common prefixes.
Ludovic Courtès
1
-2
/
+6
2017-03-01
Remove 'umask' calls from 'mkdir'.
Ludovic Courtès
1
-15
/
+10
2017-03-01
"select" no longer throws exception on EINTR
Andy Wingo
1
-10
/
+11
2017-03-01
Fix (mkstemp! "XX" 0) errors
Andy Wingo
1
-0
/
+8
2017-02-14
Elide syscalls in fdes->port
Andy Wingo
1
-1
/
+1
2017-02-08
Prevent TOCTTOU bugs in C ports
Andy Wingo
1
-2
/
+3
2017-01-08
Fix mkstemp on macOS
Andy Wingo
1
-0
/
+6
2016-12-06
Use readdir instead of readdir_r
Andy Wingo
1
-64
/
+11
2016-08-30
Add file descriptor finalizers
Andy Wingo
1
-0
/
+3
2016-07-25
Use gnulib for basename / dirname
Andy Wingo
1
-54
/
+32
2016-07-25
Allow mkstemp! to have optional "mode" argument
Andy Wingo
1
-6
/
+39
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
[next]