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
/
fports.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-23
Windows 11: for fport input from the console, ignore terminal returns
HEAD
main
Michael Gran
1
-1
/
+14
2025-01-23
fport_print: handle ttyname ENODEV
Rob Browning
1
-5
/
+22
2022-10-14
Presume ISO C90 headers are always available
Mike Gran
1
-3
/
+0
2022-09-07
Add support for "e" flag (O_CLOEXEC) to 'open-file'.
Ludovic Courtès
1
-1
/
+7
2020-05-12
Zero the initial file port revealed count.
Ludovic Courtès
1
-1
/
+2
2019-12-13
Avoid throwing exceptions during early boot if stdin is closed
Andy Wingo
1
-17
/
+27
2019-08-02
Merge from stable-2.2
Andy Wingo
1
-7
/
+2
2019-08-02
Merge from stable-2.2
Andy Wingo
1
-1
/
+6
2019-06-18
fport_seek: Eliminate a fruitless use of 'off_t_or_off64_t'.
Mark H Weaver
1
-7
/
+2
2019-06-18
Improve overflow checks in bytevector, string, and I/O operations.
Mark H Weaver
1
-3
/
+7
2018-10-07
Fix use of uninstalled header by installed headers
Andy Wingo
1
-0
/
+1
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
-7
/
+9
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-23
/
+23
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
Devolve variable.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 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
-9
/
+12
2017-10-25
Allow garbage collection of revealed file ports.
Ludovic Courtès
1
-33
/
+8
2017-03-01
Fix open-file mode misinterpretation
Andy Wingo
1
-0
/
+3
2017-02-14
Elide syscalls in fdes->port
Andy Wingo
1
-20
/
+36
2016-10-26
Use atomics for async interrupts
Andy Wingo
1
-2
/
+2
2016-08-30
Add file descriptor finalizers
Andy Wingo
1
-0
/
+2
2016-07-25
Allow mkstemp! to have optional "mode" argument
Andy Wingo
1
-33
/
+44
2016-05-20
Support for non-blocking I/O
Andy Wingo
1
-8
/
+38
2016-05-13
Use heap-allocated port types instead of ptobnums
Andy Wingo
1
-18
/
+18
2016-05-13
Remove scm_t_port_internal
Andy Wingo
1
-1
/
+1
2016-05-13
Make scm_t_port private
Andy Wingo
1
-9
/
+2
2016-05-13
Add random_access_p port type method
Andy Wingo
1
-1
/
+7
2016-04-26
Remove scm_puts_unlocked.
Andy Wingo
1
-3
/
+3
2016-04-26
Remove scm_putc_unlocked.
Andy Wingo
1
-3
/
+3
2016-04-15
Load port bindings in separate (ice-9 ports) module
Andy Wingo
1
-4
/
+22
2016-04-11
Port read/write functions take bytevectors
Andy Wingo
1
-13
/
+13
2016-04-06
Generic port facility provides buffering uniformly
Andy Wingo
1
-204
/
+40
2016-04-05
Port close functions return void
Andy Wingo
1
-6
/
+2
2016-04-04
Flush buffered reads / writes before seeking
Andy Wingo
1
-40
/
+2
2016-04-04
Refactor to rw_random / rw_active port flags
Andy Wingo
1
-2
/
+0
2016-04-04
Remove port free functions; just close instead
Andy Wingo
1
-8
/
+1
2016-04-04
Move line-buffing machinery to ports.c
Andy Wingo
1
-4
/
+0
2016-04-04
Move setvbuf impl to ports.[ch]
Andy Wingo
1
-103
/
+0
2015-01-22
Merge commit '37b1453032488de582175270d1b3a1653ea81457'
Andy Wingo
1
-4
/
+7
[next]