[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2024-09-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 Mark Linimon changed: What|Removed |Added Status|Open|Closed Resolution|---

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2018-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 Pedro F. Giffuni changed: What|Removed |Added Assignee|p...@freebsd.org |b...@freebsd.org --- Comment #

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-07-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 Pedro F. Giffuni changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org|p...@freebsd.org --- Comment #3

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-07-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 Pedro F. Giffuni changed: What|Removed |Added Flags||mfc-stable9-,

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-07-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 --- Comment #36 from commit-h...@freebsd.org --- A commit references this bug: Author: pfg Date: Tue Jul 19 22:56:41 UTC 2016 New revision: 303047 URL: https://svnweb.freebsd.org/changeset/base/303047 Log: sed(1): Assorted cleanups

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-07-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 Pedro F. Giffuni changed: What|Removed |Added Status|Open|In Progress --- Comment #35 fro

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-07-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 --- Comment #34 from Mikhail Teterin --- (In reply to Pedro F. Giffuni from comment #33) > The patch still required some changes for 12-current and there are sufficient > > differences it may not be fun to merge to 10-stable. Why are ther

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-07-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 Pedro F. Giffuni changed: What|Removed |Added Attachment #172616|0 |1 is obsolete|

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-07-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 --- Comment #32 from commit-h...@freebsd.org --- A commit references this bug: Author: pfg Date: Sun Jul 17 21:49:54 UTC 2016 New revision: 302973 URL: https://svnweb.freebsd.org/changeset/base/302973 Log: sed(1): Fix off by one introduc

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-07-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 Mikhail Teterin changed: What|Removed |Added Attachment #172615|0 |1 is obsolete|

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-07-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 Mikhail Teterin changed: What|Removed |Added Attachment #172442|0 |1 is obsolete|

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-07-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 --- Comment #29 from Pedro F. Giffuni --- (In reply to Pedro F. Giffuni from comment #28) Actually, it's WITH_TESTS (sorry about that). -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 --- Comment #28 from Pedro F. Giffuni --- (In reply to Mikhail Teterin from comment #27) 1) Yes, the patch includes the EATSPACE. 2) The best reference to the testsuite is the wiki. https://wiki.freebsd.org/TestSuite For starters: - instal

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 Mark Linimon changed: What|Removed |Added Keywords||patch -- You are receiving this ma

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-07-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 --- Comment #27 from Mikhail Teterin --- (In reply to Pedro F. Giffuni from comment #26) > Unfortunately, according to our testsuite the patch causes breakage Was that with or without the EATSPACE() you mentioned earlier? BTW, how do you

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-07-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 Pedro F. Giffuni changed: What|Removed |Added Attachment #172409|0 |1 is obsolete|

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-07-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 --- Comment #25 from Pedro F. Giffuni --- (In reply to Mikhail Teterin from comment #24) The patch doesn't apply cleanly to 11/12 :( -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-07-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 --- Comment #24 from Mikhail Teterin --- (In reply to Pedro F. Giffuni from comment #23) > In compile.c, the hunk after line 325, you removed an occurence of > EATSPACE(), > is that correct? It seemed like compile_flags would eat all the

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-07-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 --- Comment #23 from Pedro F. Giffuni --- Comment on attachment 172409 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=172409 Add some more const In compile.c, the hunk after line 325, you removed an occurence of EATSPACE(), is t

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-07-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 Mikhail Teterin changed: What|Removed |Added Attachment #172403|0 |1 is obsolete|

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 Mikhail Teterin changed: What|Removed |Added Attachment #172402|0 |1 is obsolete|

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 Mikhail Teterin changed: What|Removed |Added Attachment #172273|0 |1 is obsolete|

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-07-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 Pedro F. Giffuni changed: What|Removed |Added Attachment #171898|0 |1 is obsolete|

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-06-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 Mikhail Teterin changed: What|Removed |Added Attachment #171900|text/x-shellscript |text/plain mime type|

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-06-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 --- Comment #18 from Mikhail Teterin --- Created attachment 171900 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=171900&action=edit Script for using GNU sed's tests to verify ours This script use GNU sed's test-suit to verify o

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-06-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 Mikhail Teterin changed: What|Removed |Added Attachment #150515|0 |1 is obsolete|

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-05-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 Pedro F. Giffuni changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-05-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 --- Comment #15 from commit-h...@freebsd.org --- A commit references this bug: Author: pfg Date: Tue May 10 17:01:52 UTC 2016 New revision: 299377 URL: https://svnweb.freebsd.org/changeset/base/299377 Log: sed.1: Correction for the case

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-05-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 --- Comment #14 from Mikhail T. --- (In reply to Pedro F. Giffuni from comment #13) > The second patch doesn't apply cleanly to -current I can rework the patch to apply to 11, but I need some reassurance, it is not going to be left here to

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-05-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 Pedro F. Giffuni changed: What|Removed |Added Status|In Progress |Open Assignee|p...@fr

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-05-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 Pedro F. Giffuni changed: What|Removed |Added Status|New |In Progress Keywords|

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2016-05-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 Pedro F. Giffuni changed: What|Removed |Added CC||p...@freebsd.org Keyw

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2015-02-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 Mikhail Teterin changed: What|Removed |Added Attachment #152797|0 |1 is obsolete|

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2015-02-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 Mikhail Teterin changed: What|Removed |Added Attachment #150663|0 |1 is obsolete|

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2014-12-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 Mikhail T. changed: What|Removed |Added Attachment #150558|0 |1 is obsolete|

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2014-12-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 Mikhail T. changed: What|Removed |Added Attachment #150536|0 |1 is obsolete|

[Bug 195929] usr.bin/sed -- constify, remove line-length limits

2014-12-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929 Mikhail T. changed: What|Removed |Added Summary|usr.bin/sed -- eliminate|usr.bin/sed -- constify,