1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00
Files
amiga-clib2/library
obarthel 914ef57844 Changed how size=0 plays out
Setting the buffer size to 0 had the effect of switching the buffering mode. This is a bad idea since it wasn't actually called for: this is what the 'bufmode' parameter is intended for. What happens now is that the default buffer size is used (BUFSIZ), which sort of follows what the BSD libc did: a zero buffer size delayed the allocation of a buffer until the first read/write access occured.
2019-08-24 13:58:04 +02:00
..
2017-06-28 06:35:31 +02:00
2017-06-28 06:35:31 +02:00
2017-06-28 06:35:31 +02:00
2017-06-28 06:35:31 +02:00
2018-03-30 22:17:41 +02:00
2017-06-28 06:35:31 +02:00
2017-06-28 06:35:31 +02:00
2017-06-28 06:35:31 +02:00
2017-08-27 13:30:12 +02:00
2018-04-22 11:21:24 +02:00
2017-06-28 06:35:31 +02:00
2017-06-28 06:35:31 +02:00
2017-06-28 06:35:31 +02:00
2017-06-28 06:35:31 +02:00
2018-04-09 23:24:07 +02:00
2016-12-04 11:10:13 +01:00
2016-12-04 11:10:13 +01:00
2019-08-24 13:58:04 +02:00
2017-07-08 18:10:28 +02:00
2016-11-27 15:53:40 +01:00
2016-12-04 11:12:42 +01:00
2016-11-27 15:53:40 +01:00
2016-11-27 15:53:40 +01:00
2017-08-01 21:28:07 +02:00
2017-08-27 13:30:12 +02:00
2016-12-04 11:10:46 +01:00
2017-06-28 06:35:31 +02:00
2017-06-28 06:35:31 +02:00
2018-03-30 21:21:11 +02:00
2018-03-28 18:47:24 +02:00
2018-03-28 21:23:13 +02:00
2018-04-22 11:21:24 +02:00