Gregory Nutt
|
98d072a1f7
|
Apparently setvbuf() size can be nonzero with _IONBF. That makes no sense, but is necessary if setbuf() is to work as it is defined at OpenGroup.org.
|
2017-02-09 15:39:33 -06:00 |
|
Gregory Nutt
|
c19aa094e1
|
C Library: Add setbuf() which is a trivial wrapper around setvbuf().
|
2017-02-09 15:04:53 -06:00 |
|
Gregory Nutt
|
889ff4b01e
|
setvbuf: Fix some compile errors in first build of logic to enable/disable buffering.
|
2017-02-09 09:53:50 -06:00 |
|
Gregory Nutt
|
1d290c2b37
|
setvbuf: Add support for disabling I/O buffering. Initially cut; untested.
|
2017-02-09 09:24:44 -06:00 |
|
Gregory Nutt
|
f126cd9d46
|
Remove comment about being based on a Newlib implementation. That is not true. This is an original work.
|
2017-02-08 14:17:25 -06:00 |
|
Gregory Nutt
|
a92887c63d
|
setvbuf: Correct some errors detected by code review.
|
2017-02-08 14:06:29 -06:00 |
|
Gregory Nutt
|
1393061400
|
Update some comments
|
2017-02-08 11:47:12 -06:00 |
|
Gregory Nutt
|
9f859774a1
|
setvbuf: Add support for configuration of line buffering.
|
2017-02-08 11:28:24 -06:00 |
|
Gregory Nutt
|
51a14c9b2f
|
C Library: Add a very limited, first step implementation of setvbuf(). This is a collaborative effort. Alan Carvalho de Assis did the initial prototype.
|
2017-02-08 10:33:18 -06:00 |
|