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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-07
names of encodings are ascii
Andy Wingo
1
-6
/
+25
2012-03-06
ports.c: inline get_codepoint
Andy Wingo
1
-1
/
+1
2012-03-02
comment formatting in ports.c
Andy Wingo
1
-3
/
+3
2012-02-24
port i/o optimizations for iso-8859-1
Andy Wingo
1
-4
/
+31
2012-02-23
Revert "install pthread_atfork handlers for guile's static mutexen"
Andy Wingo
1
-1
/
+0
2012-02-23
Revert "wrap iconv_open / iconv_close with a lock to help in thread/fork issues"
Andy Wingo
1
-10
/
+0
2012-02-19
use the new finalizer helpers
Andy Wingo
1
-27
/
+5
2012-02-19
move revealed-count mechanism to fports.c
Andy Wingo
1
-90
/
+7
2012-02-17
wrap iconv_open / iconv_close with a lock to help in thread/fork issues
Andy Wingo
1
-0
/
+10
2012-02-17
install pthread_atfork handlers for guile's static mutexen
Andy Wingo
1
-0
/
+1
2012-02-14
better handling for exceptions in close-port and port finalizers
Andy Wingo
1
-18
/
+34
2012-02-14
ports: avoid adding port table entries and finalizers if possible
Andy Wingo
1
-33
/
+32
2012-02-14
refactor port encoding modes: utf-8 and iconv
Andy Wingo
1
-76
/
+132
2012-02-08
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-12
/
+14
2012-02-02
Improve the usage of variable names in C docstrings.
Bake Timmons
1
-12
/
+14
2012-01-31
Revert "add SCM_HEAP_OBJECT_BASE"
Andy Wingo
1
-2
/
+1
2011-12-13
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-0
/
+5
2011-12-10
current-input-port et al are srfi-39 parameters
Andy Wingo
1
-0
/
+5
2011-12-06
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-0
/
+24
2011-12-06
enable port locking
Andy Wingo
1
-3
/
+0
2011-12-06
fix scm_adjust_port_revealed_x FUNC_NAME
Andy Wingo
1
-1
/
+1
2011-12-06
port locking refactor
Andy Wingo
1
-44
/
+99
2011-12-05
add current-warning-port
Andy Wingo
1
-0
/
+24
2011-12-01
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-5
/
+5
2011-11-23
use new scm_make_fluid_with_default
Andy Wingo
1
-5
/
+5
2011-11-08
add scm_dynwind_lock_port
Andy Wingo
1
-0
/
+26
2011-11-08
locking for write, lfwrite
Andy Wingo
1
-2
/
+18
2011-11-08
locking for putc, puts
Andy Wingo
1
-5
/
+21
2011-11-08
locking on port buffering operations
Andy Wingo
1
-11
/
+41
2011-11-08
locking on unget_byte, ungetc, ungets
Andy Wingo
1
-8
/
+30
2011-11-08
locking on scm_c_read, scm_getc
Andy Wingo
1
-3
/
+27
2011-11-08
threadsafe get-byte-or-eof, peek-byte-or-eof
Andy Wingo
1
-8
/
+32
2011-11-08
threadsafe port revealed counts
Andy Wingo
1
-2
/
+30
2011-11-07
ports implementation reordering
Andy Wingo
1
-919
/
+951
2011-11-07
threadsafe access to scm_ptobs
Andy Wingo
1
-75
/
+124
2011-11-07
remove scm_markstream
Andy Wingo
1
-12
/
+0
2011-11-07
add lock to scm_t_port
Andy Wingo
1
-0
/
+4
2011-10-24
add SCM_HEAP_OBJECT_BASE
Andy Wingo
1
-1
/
+2
2011-10-24
add SCM_{PACK,UNPACK}_POINTER
Andy Wingo
1
-3
/
+3
2011-10-23
add scm_c_make_port; the port table is now a weak set
Andy Wingo
1
-91
/
+67
2011-05-13
merge strictness branch from 2.0
Andy Wingo
1
-9
/
+21
2011-05-13
ports.c uninitialized static SCM values are #f, not 0
Andy Wingo
1
-7
/
+7
2011-05-13
scm_port_for_each fix
Andy Wingo
1
-1
/
+13
2011-05-13
fix type errors
Andy Wingo
1
-1
/
+1
2011-05-12
remove all deprecated code
Andy Wingo
1
-23
/
+0
2011-05-07
Fix `get_utf8_codepoint' to not consume valid starting bytes.
Ludovic Courtès
1
-50
/
+42
2011-05-06
Special-case UTF-8 ports to bypass `iconv' entirely.
Ludovic Courtès
1
-45
/
+207
2011-04-27
Gracefully handle unterminated UTF-8 sequences instead of hitting an `assert'.
Ludovic Courtès
1
-5
/
+9
2011-03-20
Make VM string literals immutable.
Ludovic Courtès
1
-1
/
+1
2011-03-17
fix code that causes warnings on gcc 4.6
Andy Wingo
1
-3
/
+0
[next]