<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/seq/tests, branch release/13.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F13.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F13.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2019-03-07T18:24:16Z</updated>
<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>
