<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/seq/tests, branch releng/13.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F13.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F13.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2023-08-23T17:43:30Z</updated>
<entry>
<title>Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-23T17:43:30Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:32:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9'/>
<id>urn:sha1:023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

Similar commit in main:
(cherry picked from commit d0b2dbfa0ecf)
</content>
</entry>
<entry>
<title>seq(1): Require user-provided format strings to contain a conversion</title>
<updated>2019-03-07T18:24:16Z</updated>
<author>
<name>Conrad Meyer</name>
<email>cem@FreeBSD.org</email>
</author>
<published>2019-03-07T18:24:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=905fdc3ff1c2e58478d205cd78d904ffa1f738d4'/>
<id>urn:sha1:905fdc3ff1c2e58478d205cd78d904ffa1f738d4</id>
<content type='text'>
This matches GNU seq, for example.

For users that are looking for similar functionality, 'jot -b foo N' will
print 'foo' N times.  See jot(1).

PR:		236347
Reported by:	&lt;y AT maya.st&gt;
Sponsored by:	Dell EMC Isilon
</content>
</entry>
<entry>
<title>seq(1): Consistently include 'last' for non-integers</title>
<updated>2018-02-27T22:01:40Z</updated>
<author>
<name>Conrad Meyer</name>
<email>cem@FreeBSD.org</email>
</author>
<published>2018-02-27T22:01:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3049d4ccc031e5d4d0ff6b9a2445131f507778f2'/>
<id>urn:sha1:3049d4ccc031e5d4d0ff6b9a2445131f507778f2</id>
<content type='text'>
The source of error is a rounded increment being too large and thus the loop
steps slightly past 'last'.  Perform a final comparison using the formatted
string values (truncated precision) to determine if we still need to print
the 'last' value.

PR:		217149
Submitted by:	Fernando Apesteguía &lt;fernando.apesteguia AT gmail.com&gt;,
		Yuri Pankov &lt;yuripv AT icloud.com&gt; (earlier version)
Reported by:	Martijn Dekker &lt;mcdutchie AT hotmail.com&gt;
Sponsored by:	Dell EMC Isilon
</content>
</entry>
</feed>
