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
/
r6rs-ports.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r6rs-ports: 'put-bytevector' accepts 64-bit integers.
...
Ludovic Courtès
2018-07-20
1
-3
/
+3
*
r6rs-ports: Accept 'port-position' values greater than 2^32.
...
Ludovic Courtès
2018-07-19
1
-2
/
+2
*
get-bytevector-n and get-bytevector-n! can now read more than 4 GB
...
Jan Smydke
2018-06-18
1
-5
/
+5
*
put-bytevector, unget-bytevector: Allow start == bytevector length.
...
Mark H Weaver
2017-07-31
1
-2
/
+2
*
Register R6RS port and bytevector internals early
...
Andy Wingo
2017-02-28
1
-6
/
+6
*
Prevent TOCTTOU bugs in C ports
...
Andy Wingo
2017-02-08
1
-7
/
+6
*
Set rw_random correctly for all custom binary port types
...
Andy Wingo
2016-08-31
1
-10
/
+13
*
Implement R6RS custom binary input/output ports
...
Andy Wingo
2016-08-04
1
-0
/
+86
*
Add SCM_OPN to mode bits when making ports
...
Andy Wingo
2016-05-14
1
-10
/
+5
*
Use heap-allocated port types instead of ptobnums
...
Andy Wingo
2016-05-13
1
-5
/
+5
*
Port conversion strategies internally are symbols
...
Andy Wingo
2016-05-04
1
-10
/
+11
*
scm_fill_input can guarantee a minimum fill amount
...
Andy Wingo
2016-05-01
1
-1
/
+1
*
Remove scm_putc_unlocked.
...
Andy Wingo
2016-04-26
1
-1
/
+1
*
Remove scm_fill_input_unlocked
...
Andy Wingo
2016-04-26
1
-1
/
+1
*
Replace scm_getc with scm_getc_unlocked
...
Andy Wingo
2016-04-23
1
-1
/
+1
*
Port buffers are Scheme values
...
Andy Wingo
2016-04-20
1
-2
/
+2
*
Remove size field from port buffers
...
Andy Wingo
2016-04-17
1
-2
/
+2
*
Port buffer has-eof? field is SCM value
...
Andy Wingo
2016-04-17
1
-1
/
+1
*
Allow port "write" functions to only write a chunk
...
Andy Wingo
2016-04-12
1
-21
/
+10
*
Port read/write functions take bytevectors
...
Andy Wingo
2016-04-11
1
-99
/
+54
*
Generic port facility provides buffering uniformly
...
Andy Wingo
2016-04-06
1
-350
/
+145
*
Port close functions return void
...
Andy Wingo
2016-04-05
1
-5
/
+3
*
Refactor to rw_random / rw_active port flags
...
Andy Wingo
2016-04-04
1
-1
/
+0
*
Custom binary port internals refactor
...
Andy Wingo
2016-04-04
1
-72
/
+70
*
Cosmetic changes to r6rs-ports.c
...
Andy Wingo
2016-04-04
1
-118
/
+128
*
Remove port free functions; just close instead
...
Andy Wingo
2016-04-04
1
-0
/
+1
*
Use symbols instead of _IONBF values as args to setvbuf
...
Andy Wingo
2016-04-04
1
-1
/
+1
*
Merge commit 'ed72201a795ac1c8d6c0288b6bb710f2bd0ebd9c'
...
Andy Wingo
2015-01-22
1
-7
/
+10
|
\
|
*
Fix buffer overrun with unbuffered custom binary input ports.
...
Ludovic Courtès
2015-01-18
1
-7
/
+10
*
|
Merge branch 'stable-2.0'
...
Mark H Weaver
2014-04-25
1
-4
/
+1
|
\
|
|
*
Rely on Gnulib for <unistd.h>.
...
Mark H Weaver
2014-02-27
1
-4
/
+1
*
|
Merge commit '45a28515c13348dfd18e53038ad63dd091a5a3c1'
Andy Wingo
2014-02-07
1
-3
/
+6
|
\
|
|
*
Buffered custom binary input ports correctly handle partial read requests.
...
Ludovic Courtès
2014-01-21
1
-3
/
+6
*
|
Merge commit '8ca97482b01cf1a6aa538cc5a2d1f71fb60f080c'
...
Andy Wingo
2014-02-07
1
-15
/
+75
|
\
|
|
*
Custom binary input ports support 'setvbuf'.
...
Ludovic Courtès
2014-01-18
1
-16
/
+78
*
|
Merge branch 'stable-2.0'
...
Mark H Weaver
2014-01-21
1
-3
/
+7
|
\
|
|
*
Custom binary input ports sanity-check the return value of 'read!'.
...
Ludovic Courtès
2014-01-15
1
-3
/
+7
*
|
Merge branch 'stable-2.0'
...
Mark H Weaver
2014-01-14
1
-7
/
+10
|
\
|
|
*
'port-position' works on CBIPs that do not support 'set-port-position!'.
...
Ludovic Courtès
2014-01-13
1
-7
/
+10
*
|
Declare r6rs-ports functions
...
Andy Wingo
2013-11-27
1
-0
/
+2
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Mark H Weaver
2013-04-14
1
-55
/
+67
|
\
|
|
*
Implement efficient 'scm_unget_bytes' and 'unget-bytevector'.
...
Mark H Weaver
2013-04-07
1
-0
/
+43
|
*
Optimize 'get-bytevector-some'; it may now read less than possible.
...
Mark H Weaver
2013-04-01
1
-54
/
+24
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Mark H Weaver
2013-04-01
1
-18
/
+9
|
\
|
|
*
Avoid unnecessary peeks for EOF in r6rs-ports.
...
Mark H Weaver
2013-03-31
1
-18
/
+9
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Mark H Weaver
2013-03-28
1
-7
/
+9
|
\
|
|
*
Use byte-oriented functions in `get-bytevector*'.
...
Ludovic Courtès
2013-03-18
1
-7
/
+9
*
|
locking for write, lfwrite
...
Andy Wingo
2011-11-08
1
-3
/
+3
*
|
locking for putc, puts
...
Andy Wingo
2011-11-08
1
-1
/
+1
*
|
locking on port buffering operations
...
Andy Wingo
2011-11-08
1
-1
/
+1
[next]