[PATCH] RE: More Buffer IO Bugs (was: Strangeness when printing to file)

2004-01-18 Thread Tamilmani, Arvindh Rajesh (Cognizant)
When running this I would expect the 2 files to look the same, but they don't. Additionally to the reported bug these seem to be broken: 1) Turning off buffering: The attached patch fixes the above two bugs: a) when the buffer is full, it is not completely flushed; fixed. b) setbuf sets

[perl #24941] [PATCH] RE: More Buffer IO Bugs (was: Strangeness when printing to file)

2004-01-18 Thread Tamilmani, Arvindh Rajesh \(Cognizant\)
# New Ticket Created by Tamilmani, Arvindh Rajesh (Cognizant) # Please include the string: [perl #24941] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=24941 When running this I would expect the 2 files to look the

More Buffer IO Bugs (was: Strangeness when printing to file)

2004-01-15 Thread Leopold Toetsch
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello When running this I would expect the 2 files to look the same, but they don't. Additionally to the reported bug these seem to be broken: 1) Turning off buffering: open P1, S0 find_method P10, P1, setbuf set P5, P1