Richard Levitte
645749ef98
On VMS, stdout may very well lead to a file that is written to in a
...
record-oriented fashion. That means that every write() will write a
separate record, which will be read separately by the programs trying
to read from it. This can be very confusing.
The solution is to put a BIO filter in the way that will buffer text
until a linefeed is reached, and then write everything a line at a
time, so every record written will be an actual line, not chunks of
lines and not (usually doesn't happen, but I've seen it once) several
lines in one record. Voila, BIO_f_linebuffer() is born.
Since we're so close to release time, I'm making this VMS-only for
now, just to make sure no code is needlessly broken by this. After
the release, this BIO method will be enabled on all other platforms as
well.
2000-09-20 13:55:50 +00:00
..
1998-12-21 10:52:47 +00:00
1998-12-21 10:52:47 +00:00
2000-01-07 13:06:28 +00:00
2000-03-04 17:44:07 +00:00
2000-09-17 18:21:27 +00:00
2000-09-15 19:37:14 +00:00
2000-09-20 13:55:50 +00:00
1998-12-21 11:00:56 +00:00
1998-12-21 10:52:47 +00:00
1998-12-21 10:52:47 +00:00
2000-09-20 13:55:50 +00:00
2000-02-11 18:12:47 +00:00
2000-09-11 13:06:48 +00:00
2000-02-03 23:23:24 +00:00
1998-12-21 10:56:39 +00:00
2000-09-20 13:55:50 +00:00
1998-12-21 10:52:47 +00:00
2000-09-20 13:55:50 +00:00
2000-09-20 13:55:50 +00:00
1999-05-25 22:31:49 +00:00
2000-09-20 13:55:50 +00:00
2000-08-02 09:04:44 +00:00
2000-08-02 09:04:44 +00:00
2000-08-02 09:04:44 +00:00
2000-08-02 09:04:44 +00:00
2000-09-20 13:55:50 +00:00
2000-09-20 13:55:50 +00:00
1998-12-21 10:52:47 +00:00
1998-12-21 10:52:47 +00:00
1999-01-09 17:29:34 +00:00
1999-01-09 17:29:34 +00:00
2000-09-20 13:55:50 +00:00
1998-12-21 10:56:39 +00:00
2000-09-20 13:55:50 +00:00
2000-09-20 13:55:50 +00:00
2000-09-20 13:55:50 +00:00
2000-09-20 13:55:50 +00:00
2000-09-20 13:55:50 +00:00
2000-09-20 13:55:50 +00:00
1999-05-13 11:37:32 +00:00
2000-09-08 20:25:49 +00:00
2000-09-15 22:13:38 +00:00
2000-09-20 13:55:50 +00:00
1998-12-21 11:00:56 +00:00
1999-11-12 01:59:47 +00:00
2000-09-20 13:55:50 +00:00
2000-01-06 01:26:48 +00:00
2000-09-20 13:55:50 +00:00
1998-12-21 10:52:47 +00:00
1998-12-21 10:52:47 +00:00
1998-12-21 10:52:47 +00:00
2000-09-20 13:55:50 +00:00
2000-09-20 13:55:50 +00:00
2000-09-20 13:55:50 +00:00
1998-12-21 11:00:56 +00:00
2000-09-03 23:13:48 +00:00
2000-09-03 23:13:48 +00:00
2000-09-20 13:55:50 +00:00
2000-09-20 13:55:50 +00:00
1998-12-21 10:56:39 +00:00
1998-12-21 10:52:47 +00:00
2000-09-20 13:55:50 +00:00
2000-09-20 13:55:50 +00:00
1998-12-21 10:52:47 +00:00
1998-12-21 10:52:47 +00:00
1998-12-21 10:52:47 +00:00
1998-12-21 10:52:47 +00:00
2000-03-12 23:27:14 +00:00
2000-03-12 23:27:14 +00:00
2000-06-01 22:19:21 +00:00
2000-06-01 22:19:21 +00:00
2000-06-01 22:19:21 +00:00
2000-02-11 09:47:18 +00:00
1998-12-21 10:52:47 +00:00
1998-12-21 11:00:56 +00:00
1998-12-21 10:56:39 +00:00
2000-09-20 13:55:50 +00:00
2000-09-20 13:55:50 +00:00
2000-09-19 23:14:42 +00:00
2000-09-20 13:55:50 +00:00
1998-12-21 10:52:47 +00:00
2000-03-12 23:27:14 +00:00
2000-03-12 23:27:14 +00:00
2000-09-08 00:53:58 +00:00
2000-02-11 09:47:18 +00:00
2000-03-19 22:58:12 +00:00
2000-09-20 13:55:50 +00:00