Re: [perl #24038] [PATCH] PIO_parse_open_flags is too lenient

2003-10-01 Thread Juergen Boemmels
Michael Scott (via RT) <[EMAIL PROTECTED]> writes: > PIO_parse_open_flags thinks that "<" is the same as "<". This > could lead to errors such as using "<<" instead of ">>". I solved the problem with a different patch. Your solution was not easily extendeble with the planned but not impl

[perl #24038] [PATCH] PIO_parse_open_flags is too lenient

2003-09-25 Thread via RT
# New Ticket Created by Michael Scott # Please include the string: [perl #24038] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=24038 > PIO_parse_open_flags thinks that "<" is the same as "<". This could lead to er