<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/seq/seq.c, branch releng/12.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2018-05-02T01:04:13Z</updated>
<entry>
<title>seq(1): Move long_opts up with globals</title>
<updated>2018-05-02T01:04:13Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2018-05-02T01:04:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ad4e78b50a80361e164ee6885b6107692ba44463'/>
<id>urn:sha1:ad4e78b50a80361e164ee6885b6107692ba44463</id>
<content type='text'>
</content>
</entry>
<entry>
<title>seq(1): Provide some long options</title>
<updated>2018-04-30T18:55:01Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2018-04-30T18:55:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a3f2c2feb132de5f141fbcae860ce6ab37a7a86d'/>
<id>urn:sha1:a3f2c2feb132de5f141fbcae860ce6ab37a7a86d</id>
<content type='text'>
These match GNU seq(1) names where applicable for compatibility purposes.

MFC after:	1 month
</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>
<entry>
<title>various: general adoption of SPDX licensing ID tags.</title>
<updated>2017-11-27T15:37:16Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-27T15:37:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1de7b4b805ddbf2429da511c053686ac4591ed89'/>
<id>urn:sha1:1de7b4b805ddbf2429da511c053686ac4591ed89</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

No functional change intended.
</content>
</entry>
<entry>
<title>Sync with NetBSD, mainly address NetBSD bug #43355:</title>
<updated>2014-12-18T20:23:19Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2014-12-18T20:23:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bf855dd34270918725184b9f4bf866f211f2211f'/>
<id>urn:sha1:bf855dd34270918725184b9f4bf866f211f2211f</id>
<content type='text'>
Fix valid_format() to be more careful about allowing only valid
printf formats.

Obtained from:	NetBSD
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Add missing static keywords to seq(1)</title>
<updated>2011-11-06T08:17:05Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2011-11-06T08:17:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cfbd8d469bc3561b571d740cddd8c356cd0b809a'/>
<id>urn:sha1:cfbd8d469bc3561b571d740cddd8c356cd0b809a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos.</title>
<updated>2010-11-09T10:59:09Z</updated>
<author>
<name>Rebecca Cran</name>
<email>brucec@FreeBSD.org</email>
</author>
<published>2010-11-09T10:59:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b1ce21c6efcf01904c5ae425327bfeca3c1b47b5'/>
<id>urn:sha1:b1ce21c6efcf01904c5ae425327bfeca3c1b47b5</id>
<content type='text'>
PR:	bin/148894
Submitted by:	olgeni
</content>
</entry>
<entry>
<title>Treat numbers after [Ee] a positive number rather than an invalid</title>
<updated>2010-02-20T01:23:15Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2010-02-20T01:23:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0a167a9b98fa8a9cca77a6f6c09bcb366579d1d5'/>
<id>urn:sha1:0a167a9b98fa8a9cca77a6f6c09bcb366579d1d5</id>
<content type='text'>
one.
</content>
</entry>
<entry>
<title>Add seq(1), a small utility to generate sequence number.</title>
<updated>2010-02-19T23:54:12Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2010-02-19T23:54:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=208987a53c20a3bba7da56655f34c635d56b41ac'/>
<id>urn:sha1:208987a53c20a3bba7da56655f34c635d56b41ac</id>
<content type='text'>
Obtained from:	NetBSD
MFC after:	3 months
</content>
</entry>
</feed>
