Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 Jul 2016 03:21:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 195929] usr.bin/sed -- constify, remove line-length limits
Message-ID:  <bug-195929-8-Vwz943scng@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195929-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-195929-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D195929

Pedro F. Giffuni <pfg@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #171898|0                           |1
        is obsolete|                            |

--- Comment #19 from Pedro F. Giffuni <pfg@FreeBSD.org> ---
Created attachment 172273
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D172273&action=
=3Dedit
Update to match sed on FreeBSD 11-BETA

11-BETA (and current) still have more changes and match better GNU sed.
Please review this update. Also note that attempting to make const the
parameter in findlabel() causes this problem:

/usr/src/usr.bin/sed/compile.c:913:28: warning: cast from 'const char *' to
      'unsigned char *' drops const qualifier [-Wcast-qual]
        for (h =3D 0, p =3D (u_char *)name; (c =3D *p) !=3D 0; p++)
                                  ^

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195929-8-Vwz943scng>