Skip site navigation (1)Skip section navigation (2)
Date:      24 Jun 2002 15:49:42 +0200
From:      Dag-Erling Smorgrav <des@ofug.org>
To:        current@freebsd.org
Cc:        tjr@freebsd.org
Subject:   sed(1) broken
Message-ID:  <xzp1yawu6q1.fsf@flood.ping.uio.no>

next in thread | raw e-mail | index | archive | help
sed(1) is broken, and breaks autoconf badly:

des@des ~% sed 'y%*abcdefghijklmnopqrstuvwxyz%PABCDEFGHIJKLMNOPQRSTUVWXYZ%;s%[[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]]%_%g'
bstring.h
BSTRING.h

it seems to ignore the last letter in the input.  Reverting to last
week's sources fixes the bug.  Here are the known-good idents:

     $FreeBSD: src/usr.bin/sed/Makefile,v 1.5 2002/06/17 08:21:53 sobomax Exp $
     $FreeBSD: src/usr.bin/sed/compile.c,v 1.21 2002/06/01 13:25:47 green Exp $
     $FreeBSD: src/usr.bin/sed/extern.h,v 1.9 2002/03/22 01:42:27 imp Exp $
     $FreeBSD: src/usr.bin/sed/main.c,v 1.24 2002/06/16 08:44:39 tjr Exp $
     $FreeBSD: src/usr.bin/sed/misc.c,v 1.5 2001/12/12 23:20:16 markm Exp $
     $FreeBSD: src/usr.bin/sed/process.c,v 1.20 2002/06/10 07:25:35 tjr Exp $
     $FreeBSD: src/usr.bin/sed/sed.1,v 1.27 2002/06/10 07:55:13 tjr Exp $

DES
-- 
Dag-Erling Smorgrav - des@ofug.org

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzp1yawu6q1.fsf>