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
/
ports.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-14
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-56
/
+24
2013-04-07
Implement efficient 'scm_unget_bytes' and 'unget-bytevector'.
Mark H Weaver
1
-0
/
+1
2013-04-02
Rename 'scm_i_get_byte_or_eof' et al; mark them as SCM_API.
Mark H Weaver
1
-2
/
+2
2013-04-02
Move slow path out of 'scm_get_byte_or_eof' et al.
Mark H Weaver
1
-0
/
+2
2013-04-01
Move the port alist from the hash table to the internal port structure.
Mark H Weaver
1
-0
/
+2
2013-04-01
Add internal-only port structure and move iconv descriptors there.
Mark H Weaver
1
-5
/
+18
2013-01-30
Revert "detect and consume byte-order marks for textual ports"
Andy Wingo
1
-2
/
+1
2013-01-30
detect and consume byte-order marks for textual ports
Andy Wingo
1
-1
/
+2
2012-10-30
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-0
/
+4
2012-06-22
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-3
/
+4
2012-05-31
Add the `%default-port-conversion-strategy' fluid.
Ludovic Courtès
1
-3
/
+6
2012-05-08
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-2
/
+2
2012-05-08
Add missing `SCM_API' for `scm_take_from_input_buffers'.
Ludovic Courtès
1
-1
/
+2
2012-05-06
Make `scm_unget_byte' public.
Ludovic Courtès
1
-2
/
+2
2012-02-24
port i/o optimizations for iso-8859-1
Andy Wingo
1
-0
/
+1
2012-02-19
move revealed-count mechanism to fports.c
Andy Wingo
1
-11
/
+0
2012-02-14
ports: avoid adding port table entries and finalizers if possible
Andy Wingo
1
-0
/
+5
2012-02-14
refactor port encoding modes: utf-8 and iconv
Andy Wingo
1
-8
/
+21
2011-12-06
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-0
/
+2
2011-12-06
port locking refactor
Andy Wingo
1
-27
/
+20
2011-12-05
add current-warning-port
Andy Wingo
1
-0
/
+2
2011-11-09
disable port locking
Andy Wingo
1
-3
/
+3
2011-11-08
add scm_dynwind_lock_port
Andy Wingo
1
-0
/
+1
2011-11-08
locking for write, lfwrite
Andy Wingo
1
-2
/
+4
2011-11-08
locking for putc, puts
Andy Wingo
1
-4
/
+6
2011-11-08
locking on port buffering operations
Andy Wingo
1
-2
/
+5
2011-11-08
locking on unget_byte, ungetc, ungets
Andy Wingo
1
-1
/
+4
2011-11-08
locking on scm_c_read, scm_getc
Andy Wingo
1
-0
/
+2
2011-11-08
threadsafe get-byte-or-eof, peek-byte-or-eof
Andy Wingo
1
-4
/
+6
2011-11-08
threadsafe port revealed counts
Andy Wingo
1
-0
/
+1
2011-11-08
scm_c_lock_port takes a port
Andy Wingo
1
-9
/
+9
2011-11-07
ports implementation reordering
Andy Wingo
1
-2
/
+2
2011-11-07
threadsafe access to scm_ptobs
Andy Wingo
1
-17
/
+10
2011-11-07
reorder ports.h declarations
Andy Wingo
1
-44
/
+74
2011-11-07
remove scm_markstream
Andy Wingo
1
-4
/
+3
2011-11-07
ports.h: remove unimplemented declarations
Andy Wingo
1
-9
/
+1
2011-11-07
inlined port functions to ports.h
Andy Wingo
1
-32
/
+106
2011-11-07
add lock to scm_t_port
Andy Wingo
1
-0
/
+40
2011-10-24
refactor tc7 and tc16 checks
Andy Wingo
1
-12
/
+8
2011-10-23
add scm_c_make_port; the port table is now a weak set
Andy Wingo
1
-2
/
+11
2011-05-12
remove all deprecated code
Andy Wingo
1
-4
/
+0
2011-02-10
ports.c safely accesses the port weak hash table
Andy Wingo
1
-1
/
+0
2011-02-10
pre-deprecate scm_ptobs
Andy Wingo
1
-0
/
+3
2011-02-10
Add `scm_i_set_default_port_encoding' and `scm_i_default_port_encoding'.
Ludovic Courtès
1
-1
/
+2
2011-01-29
Add missing include for MinGW.
Ludovic Courtès
1
-0
/
+1
2011-01-23
Remove `scm_lfwrite_str'.
Ludovic Courtès
1
-2
/
+2
2011-01-23
Rewrite `read-char', `display', etc. using iconv calls instead of libunistring.
Ludovic Courtès
1
-1
/
+5
2009-12-05
remove scm_ports_prehistory
Andy Wingo
1
-1
/
+0
2009-10-02
Use `SCM_DEPRECATED' in declarations of deprecated functions/variables.
Ludovic Courtès
1
-1
/
+1
2009-08-28
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-3
/
+17
[next]