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
..
2000-09-07 08:46:51 +00:00
2000-06-03 14:13:58 +00:00
2000-09-07 08:46:51 +00:00
2000-09-09 18:05:27 +00:00
2000-09-09 04:45:18 +00:00
2000-09-07 08:46:51 +00:00
2000-09-07 08:46:51 +00:00
2000-09-07 08:46:51 +00:00
2000-09-07 08:46:51 +00:00
2000-06-03 14:13:58 +00:00
2000-09-07 08:46:51 +00:00
2000-09-07 08:46:51 +00:00
2000-09-05 12:42:05 +00:00
2000-09-07 08:46:51 +00:00
2000-09-07 08:46:51 +00:00
2000-09-07 08:46:51 +00:00
2000-06-03 14:13:58 +00:00
2000-06-03 14:13:58 +00:00
2000-09-07 08:46:51 +00:00
2000-09-07 08:46:51 +00:00
2000-09-07 23:14:26 +00:00
2000-02-01 02:21:16 +00:00
2000-09-18 16:07:20 +00:00
2000-09-07 08:46:51 +00:00
2000-02-16 12:09:17 +00:00