From owner-cvs-gnu Tue Dec 3 13:56:29 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA14762 for cvs-gnu-outgoing; Tue, 3 Dec 1996 13:56:29 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA14746; Tue, 3 Dec 1996 13:56:18 -0800 (PST) Date: Tue, 3 Dec 1996 13:56:18 -0800 (PST) From: Nate Williams Message-Id: <199612032156.NAA14746@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/perl/perl doio.c tdoio.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/12/03 13:56:18 Modified: gnu/usr.bin/perl/perl doio.c tdoio.c Log: Added support for '-T' and '-B' (text and binary) file recognition by peeking inside of Chris Torek's stdio library internals. This is similar to the code used for other systems, but didn't work on CT's new implementation. Submitted by: Gary Kline Revision Changes Path 1.4 +21 -1 src/gnu/usr.bin/perl/perl/doio.c 1.3 +22 -1 src/gnu/usr.bin/perl/perl/tdoio.c