History log of /freebsd-10-stable/usr.bin/seq/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
277590 23-Jan-2015 delphij

MFC r275918:

Sync with NetBSD, mainly address NetBSD bug #43355:

Fix valid_format() to be more careful about allowing only valid
printf formats.

Obtained from: NetBSD

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


243238 18-Nov-2012 eadler

Standardize EXIT STATUS instructions in man pages when possible.

Approved by: bcr (mentor)
MFC after: 3 days


227182 06-Nov-2011 ed

Add missing static keywords to seq(1)


215034 09-Nov-2010 brucec

Fix typos.

PR: bin/148894
Submitted by: olgeni


204107 20-Feb-2010 delphij

Treat numbers after [Ee] a positive number rather than an invalid
one.


204103 20-Feb-2010 delphij

Add seq(1), a small utility to generate sequence number.

Obtained from: NetBSD
MFC after: 3 months