From owner-freebsd-hackers Sat Dec 31 01:14:23 1994 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id BAA18037 for hackers-outgoing; Sat, 31 Dec 1994 01:14:23 -0800 Received: from seagull.rtd.com (root@Seagull.rtd.com [198.102.68.2]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id BAA18030 for ; Sat, 31 Dec 1994 01:14:20 -0800 Received: (from dgy@localhost) by seagull.rtd.com (8.6.9/8.6.9.1) id CAA18120 for freebsd-hackers@freefall.cdrom.com; Sat, 31 Dec 1994 02:14:15 -0700 From: Don Yuniskis Message-Id: <199412310914.CAA18120@seagull.rtd.com> Subject: sed bugs To: freebsd-hackers@freefall.cdrom.com (FreeBSD hackers) Date: Sat, 31 Dec 1994 02:14:14 -0700 (MST) X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 385 Sender: hackers-owner@freebsd.org Precedence: bulk Greetings! Sed fails to deal with `P' and `D' commands correctly. The patch for `P' bug was trivial. However, I didn't know enough about sed's behaviour wrt `D' to complete that patch. So, I opted for the FSF sed, instead. Which begs the (silly?) question: Is there a reason to avoid FSF tools? The GPL?? RSVP via private e-mail, if that is appropriate ;-) Happy New Year's!