Fix the crlf.t buffer leak
authorNick Ing-Simmons <nik@tiuk.ti.com>
Fri, 17 May 2002 17:18:18 +0000 (17:18 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Fri, 17 May 2002 17:18:18 +0000 (17:18 +0000)
commit44798d05173226aecbb6247375cc88a9dd809540
tree2d010284ef25bf840b8a21d4354119f4701fb911
parentec3f2d8be8ce8cf45558045599c51ca3f4d57e3e
Fix the crlf.t buffer leak
 - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
   flagged it because it is more often popped without stream
   being closed.
 - Define non-noop PerlIOBuf_popped(), use it and export it.

p4raw-id: //depot/perlio@16657
makedef.pl
perlio.c
perliol.h