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
2014-01-27
Identify scm_is_vector with scm_is_simple_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
2011-04-15
Allow compilation with `--disable-posix'.
Ludovic Courtès
1
-189
/
+314
2011-03-17
fix code that causes warnings on gcc 4.6
Andy Wingo
1
-4
/
+1
2010-04-19
filesystem trickery to scm_i_relativize_path in filesys.c; bugfix.
Andy Wingo
1
-0
/
+46
2010-04-19
formatting fix
Andy Wingo
1
-1
/
+2
2010-04-09
remove libguile/lang.h, deprecate %nil (in favor of #nil)
Andy Wingo
1
-2
/
+1
2010-01-17
nanosecond timestamp support in stat and utime
Andy Wingo
1
-1
/
+16
2009-12-15
Use Gnulib's `sys_stat' module; update Gnulib.
Ludovic Courtès
1
-63
/
+0
2009-12-08
SCM_CELL in filesys.[ch]
Andy Wingo
1
-8
/
+8
2009-12-05
remove a bunch of needless scm_permanent_object calls
Andy Wingo
1
-1
/
+1
2009-11-16
Use Gnulib's `inet_ntop' and `inet_pton' modules.
Ludovic Courtès
1
-2
/
+2
2009-08-20
Use string accessors in scm_basename and scm_dirname
Michael Gran
1
-21
/
+39
2009-06-19
new function: canonicalize-path. use when autocompiling
Andy Wingo
1
-0
/
+22
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
2009-06-03
add exception-on-error optional arg to `stat' in scheme
Andy Wingo
1
-11
/
+21
2008-09-13
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
Ludovic Courtès
1
-1
/
+1
2008-08-20
Never define `_GNU_SOURCE' explicitly since `AC_USE_SYSTEM_EXTENSIONS'
Ludovic Courtès
1
-1
/
+0
2007-07-29
Changes from arch/CVS synchronization
Ludovic Courtès
1
-17
/
+1
2007-01-15
merge from 1.8
Kevin Ryde
1
-20
/
+20
[next]