index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
ports-internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent TOCTTOU bugs in C ports
...
Andy Wingo
2017-02-08
1
-25
/
+30
*
Only ptob->close() after read/write finish
...
Andy Wingo
2016-08-31
1
-3
/
+10
*
Speed up scm_c_write / scm_lfwrite
...
Andy Wingo
2016-05-24
1
-0
/
+1
*
Thread-safety fixes for iconv and ports
...
Andy Wingo
2016-05-23
1
-23
/
+20
*
Speed up port position access from Scheme
...
Andy Wingo
2016-05-22
1
-10
/
+35
*
Support for non-blocking I/O
...
Andy Wingo
2016-05-20
1
-0
/
+3
*
Remove unused type from ports-internal
...
Andy Wingo
2016-05-14
1
-6
/
+0
*
Use heap-allocated port types instead of ptobnums
...
Andy Wingo
2016-05-13
1
-7
/
+5
*
Make scm_t_ptob_descriptor private.
...
Andy Wingo
2016-05-13
1
-0
/
+31
*
Remove scm_t_port_internal
...
Andy Wingo
2016-05-13
1
-8
/
+5
*
Make scm_t_port private
...
Andy Wingo
2016-05-13
1
-12
/
+10
*
Make port buffering fields private
...
Andy Wingo
2016-05-13
1
-0
/
+51
*
Make file/line/column fields of ports private
...
Andy Wingo
2016-05-13
1
-0
/
+17
*
Embed scm_t_port in scm_t_port_internal
...
Andy Wingo
2016-05-13
1
-1
/
+2
*
Handle BOM around fill/flush instead of peek/put
...
Andy Wingo
2016-05-05
1
-2
/
+8
*
Port encoding internally represented as symbol
...
Andy Wingo
2016-05-03
1
-1
/
+0
*
Remove port rw_active field
...
Andy Wingo
2016-04-22
1
-0
/
+6
*
Port buffers are Scheme values
...
Andy Wingo
2016-04-20
1
-40
/
+85
*
peek-u8 correctness and speed refactor
...
Andy Wingo
2016-04-19
1
-6
/
+36
*
Port buffer cur/next pointers are Scheme values
...
Andy Wingo
2016-04-19
1
-11
/
+18
*
Remove "buf" field from port buffers
...
Andy Wingo
2016-04-18
1
-0
/
+20
*
Remove size field from port buffers
...
Andy Wingo
2016-04-17
1
-0
/
+71
*
Generic port facility provides buffering uniformly
...
Andy Wingo
2016-04-06
1
-1
/
+0
*
Merge remote-tracking branch 'origin/stable-2.0'
...
Mark H Weaver
2013-04-14
1
-4
/
+3
*
Improve handling of Unicode byte-order marks (BOMs).
...
Mark H Weaver
2013-04-04
1
-1
/
+6
*
Peeks do not consume EOFs.
...
Mark H Weaver
2013-04-04
1
-0
/
+1
*
Move the port alist from the hash table to the internal port structure.
...
Mark H Weaver
2013-04-01
1
-0
/
+1
*
Refactor port encoding modes: utf-8 and iconv
...
Mark H Weaver
2013-04-01
1
-1
/
+21
*
Add internal-only port structure and move iconv descriptors there.
...
Mark H Weaver
2013-04-01
1
-0
/
+40